]> git.pld-linux.org Git - packages/gdm2.20.git/commitdiff
- s/daemon/daemon open/
authorkura <kura@pld-linux.org>
Tue, 10 Sep 2002 12:18:14 +0000 (12:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdm.init -> 1.5

gdm.init

index cd1201e41d0c91ed88c8ee8bc40bea6fd326015c..737735715381462acf60adf7a3d4be219d716b80 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 /usr/X11R6/bin/gdm
+               daemon open /usr/X11R6/bin/gdm
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/gdm
        else
This page took 0.115979 seconds and 4 git commands to generate.