summaryrefslogtreecommitdiff
path: root/contrib/suse/bbackupd
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/suse/bbackupd')
-rwxr-xr-x[-rw-r--r--]contrib/suse/bbackupd8
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/suse/bbackupd b/contrib/suse/bbackupd
index 4dd94154..30605185 100644..100755
--- a/contrib/suse/bbackupd
+++ b/contrib/suse/bbackupd
@@ -7,7 +7,7 @@
# RELEASED AND PROVIDED TO YOU UNDER THE SAME LICENCE AS THE BOXBACKUP
# SUITE OF PROGRAMS. LICENCE MAY BE VIEWED HERE:
#
-# http://www.fluffy.co.uk/boxbackup/license.html
+# http://www.boxbackup.org/license.html
######################################################################
#
# /etc/init.d/bbackupd
@@ -28,7 +28,7 @@
### END INIT INFO
# Check for missing binaries (stale symlinks should not happen)
-BBACKUPD_BIN=/usr/sbin/bbackupd
+BBACKUPD_BIN=/usr/local/bin/bbackupd
if [ ! -x $BBACKUPD_BIN ] ; then
echo "$BBACKUPD_BIN not installed"
exit 5
@@ -90,7 +90,9 @@ case "$1" in
;;
probe)
- test /etc/box/bbackupd.conf -nt /var/run/bbackupd.pid && echo reload
+ test /etc/box/bbackupd.conf \
+ -nt /var/run/bbackupd.pid \
+ && echo reload
;;
*)