]> git.pld-linux.org Git - packages/gdm.git/commitdiff
corrected binary path
authoraflinta <aflinta@pld-linux.org>
Thu, 12 Dec 2002 22:43:21 +0000 (22:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdm.init -> 1.6

gdm.init

index 737735715381462acf60adf7a3d4be219d716b80..92a9afb62e6011b6a03dd122f64e189dbbc5c162 100644 (file)
--- a/gdm.init
+++ b/gdm.init
@@ -25,7 +25,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/X11R6/bin/gdm
+               daemon open /usr/bin/gdm
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/gdm
        else
This page took 0.594615 seconds and 4 git commands to generate.