]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- create pid file auto/th/rsync-3_0_3-2 auto/ti/rsync-3_0_3-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 28 Jul 2008 08:55:31 +0000 (08:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync.init -> 1.12

rsync.init

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