]> git.pld-linux.org Git - packages/X11.git/commitdiff
- removed xdm path (to work with X11R7 in /usr) auto/th/xorg-app-xdm-1_1_0-1 auto/th/xorg-app-xdm-1_1_1-1 auto/th/xorg-app-xdm-1_1_2-1 auto/th/xorg-app-xdm-1_1_3-1 auto/th/xorg-app-xdm-1_1_3-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 14 Oct 2006 21:06:13 +0000 (21:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xdm.init -> 1.11

xdm.init

index d3d32ef7b5fc14851c8fe5da2cdc05cdf7f6a71a..f5d52c6f870fbf0844d0777e0b8b5744812aefc3 100644 (file)
--- a/xdm.init
+++ b/xdm.init
@@ -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.052228 seconds and 4 git commands to generate.