]> git.pld-linux.org Git - packages/dhcdbd.git/commitdiff
- use full path to daemon
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Apr 2008 01:39:12 +0000 (01:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcdbd.init -> 1.4

dhcdbd.init

index 7016aa615c149a3705c2a9215f6f9e4d87a8e232..b4541cb30b5732a863152198efa142f43e21ec1d 100644 (file)
@@ -37,7 +37,7 @@ case "$1" in
        if [ -f /var/lock/subsys/messagebus ]; then
                if [ ! -f /var/lock/subsys/dhcdbd ]; then
                        msg_starting dhcdbd
-                       daemon dhcdbd --system
+                       daemon /usr/sbin/dhcdbd --system
                        RETVAL=$?
                        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dhcdbd
                else
This page took 0.0867790000000001 seconds and 4 git commands to generate.