]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- full path in daemon()
authorzbyniu <zbyniu@pld-linux.org>
Fri, 1 May 2009 10:55:34 +0000 (10:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync.init -> 1.13

rsync.init

index f35b7c02c1e6d73708e9d8f4879442b6ea4de7b6..6f0ba5ef530809c5650e9b7ad1b6cf2276dd5788 100644 (file)
@@ -31,7 +31,7 @@ start() {
        # Start daemons.
        if [ ! -f /var/lock/subsys/rsyncd ]; then
                msg_starting rsyncd
-               daemon rsync --daemon --dparam=pidfile=/var/run/rsync.pid ${RSYNC_OPTIONS}
+               daemon /usr/bin/rsync --daemon --dparam=pidfile=/var/run/rsync.pid ${RSYNC_OPTIONS}
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/rsyncd
        else
This page took 0.073431 seconds and 4 git commands to generate.