summaryrefslogtreecommitdiffstats
path: root/system/lxdm/README.SLACKWARE
diff options
context:
space:
mode:
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
+