Changeset 2191
- Timestamp:
- 15/06/2008 20:08:30 (21 months ago)
- Location:
- box/trunk/contrib/debian
- Files:
-
- 2 modified
-
bbackupd.in (modified) (2 diffs)
-
bbstored.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/contrib/debian/bbackupd.in
r2094 r2191 5 5 BBACKUPD=@sbindir_expanded@/bbackupd 6 6 CONFIG=@sysconfdir_expanded@/box/bbackupd.conf 7 PIDFILE=@localstatedir_expanded@/bbackupd .pid7 PIDFILE=@localstatedir_expanded@/bbackupd/bbackupd.pid 8 8 9 9 test -x $BBACKUPD || exit 0 … … 34 34 echo -n "Restarting Box Backup Client daemon: bbackupd" 35 35 start-stop-daemon --stop --quiet --pidfile $PIDFILE \ 36 --exec $BBACKUPD 36 --exec $BBACKUPD --retry 5 37 37 start-stop-daemon --start --quiet \ 38 38 --exec $BBACKUPD > /dev/null -
box/trunk/contrib/debian/bbstored.in
r2094 r2191 5 5 BBSTORED=@sbindir_expanded@/bbstored 6 6 CONFIG=@sysconfdir_expanded@/box/bbstored.conf 7 PIDFILE=@localstatedir_expanded@/ bbstored.pid7 PIDFILE=@localstatedir_expanded@/run/bbstored.pid 8 8 9 9 test -x $BBACKUPD || exit 0 … … 34 34 echo -n "Restarting Box Backup Server daemon: bbstored" 35 35 start-stop-daemon --stop --quiet --pidfile $PIDFILE \ 36 --exec $BBSTORED 36 --exec $BBSTORED --retry 5 37 37 start-stop-daemon --start --quiet \ 38 38 --exec $BBSTORED > /dev/null
