]> git.pld-linux.org Git - packages/X11.git/blobdiff - xdm.init
- new; CVE-2006-6101 CVE-2006-6102 CVE-2006-6103
[packages/X11.git] / xdm.init
index e06b49e9b29438d5df128d2e5b83f46fc3bfa08b..f5d52c6f870fbf0844d0777e0b8b5744812aefc3 100644 (file)
--- a/xdm.init
+++ b/xdm.init
@@ -4,9 +4,9 @@
 #
 # Version:     @(#) /etc/rc.d/init.d/xdm 1.3
 #
-# chkconfig:   5 95 5
-# description: Starts and stops the X Display Manager at startup and
-#              shutdown. can run one of several display managers; gdm, kdm,
+# chkconfig:   5 95 05
+# description: Starts and stops the X Display Manager at startup and \
+#              shutdown. can run one of several display managers; gdm, kdm, \
 #              or xdm, in that order of preferential treatment.
 #
 # config:      /etc/X11/xdm/xdm-config
@@ -27,7 +27,7 @@ case "$1" in
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/xdm ]; then
                msg_starting "X Display Manager"
-               daemon /usr/X11R6/bin/xdm
+               daemon xdm
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/xdm
        else
This page took 0.028247 seconds and 4 git commands to generate.