]> git.pld-linux.org Git - packages/gdm2.20.git/blobdiff - gdm.init
- leading zeroes to chkconfig for better comparision with rc-scripts.db.txt
[packages/gdm2.20.git] / gdm.init
index b1c7ad8af34fdc098adc38c60a4f9367df91b5c8..9eacee3b8ba54a624de7d7eaa4efb137339516f6 100644 (file)
--- a/gdm.init
+++ b/gdm.init
@@ -4,7 +4,7 @@
 #
 # Version:     @(#) /etc/rc.d/init.d/gdm 0.1
 #
-# chkconfig:   5 95 5
+# chkconfig:   5 95 05
 # description: Starts and stops the Gnome Display Manager at startup and \
 #              shutdown..
 #
@@ -26,7 +26,7 @@ case "$1" in
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/gdm ]; then
                msg_starting "Gnome Display Manager"
-               daemon open /usr/bin/gdm
+               daemon open /usr/sbin/gdm
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/gdm
        else
This page took 0.062568 seconds and 4 git commands to generate.