summaryrefslogtreecommitdiffstats
path: root/slim
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-06-23 19:50:15 +0000
committer Eric Hameleers <alien@slackware.com>2008-06-23 19:50:15 +0000
commit6d5e9700417f0134c55d49669f92625f5e57d1d2 (patch)
treedb6291a2d00e04f11defb079dea9db0aa65bf349 /slim
parent273b0b7e868ce96666ef936398b6e5a989bfefb0 (diff)
downloadasb-6d5e9700417f0134c55d49669f92625f5e57d1d2.tar.gz
asb-6d5e9700417f0134c55d49669f92625f5e57d1d2.tar.xz
Initial revision
Diffstat (limited to 'slim')
-rw-r--r--slim/build/rc.4.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/slim/build/rc.4.patch b/slim/build/rc.4.patch
new file mode 100644
index 00000000..3650dd61
--- /dev/null
+++ b/slim/build/rc.4.patch
@@ -0,0 +1,23 @@
+The SLiM login manager can be made the preferred login manager of Slackware
+by editing the file /etc/rc.d/rc.4 - use the patch below to add SLiM right
+at the top before GDM/KDM/XDM.
+
+Eric Hameleers <alien@slackware.com>
+
+-- /etc/rc.d/rc.4.orig 2008-06-23 21:47:17.000000000 +0200
++++ /etc/rc.d/rc.4 2008-06-23 21:46:49.000000000 +0200
+@@ -12,6 +12,13 @@
+ # Tell the viewers what's going to happen...
+ echo "Starting up X11 session manager..."
+
++# Try to use SLiM login manager. This comes first because if
++# SLiM is on the machine then the user probably installed it and wants
++# to use it by default:
++if [ -x /usr/bin/slim ]; then
++ exec /usr/bin/slim
++fi
++
+ # Try to use GNOME's gdm session manager. This comes first because if
+ # gdm is on the machine then the user probably installed it and wants
+ # to use it by default:
+