summaryrefslogtreecommitdiffstats
path: root/system/lxdm/README.SLACKWARE
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2010-09-06 23:38:00 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-09-12 23:08:50 -0500
commit124f1a8e94460dc95029a35707ef6b0e7fc370a0 (patch)
tree11e9e3a5deb79778667e63775a4bf9a8e3b279af /system/lxdm/README.SLACKWARE
parentdeb523d4935f4b496109747b7d9b2e5477bd6696 (diff)
downloadslackbuilds-124f1a8e94460dc95029a35707ef6b0e7fc370a0.tar.gz
slackbuilds-124f1a8e94460dc95029a35707ef6b0e7fc370a0.tar.xz
system/lxdm: Included post-install setup notes
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/lxdm/README.SLACKWARE')
-rw-r--r--system/lxdm/README.SLACKWARE8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/lxdm/README.SLACKWARE b/system/lxdm/README.SLACKWARE
new file mode 100644
index 0000000000..5cf958ad99
--- /dev/null
+++ b/system/lxdm/README.SLACKWARE
@@ -0,0 +1,8 @@
+After installing lxdm, you'll need to add the following snippet to
+/etc/rc.d/rc.4 _at_the_top_ above the gdm lines:
+
+ # Regardless of the comments below, let's check for lxdm first:
+ if [ -x /usr/sbin/lxdm ]; then
+ exec /usr/sbin/lxdm
+ fi
+