summaryrefslogtreecommitdiff
path: root/contrib/suse/bbackupd.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/suse/bbackupd.in')
-rw-r--r--contrib/suse/bbackupd.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/suse/bbackupd.in b/contrib/suse/bbackupd.in
index d3a5659e..77fd40ba 100644
--- a/contrib/suse/bbackupd.in
+++ b/contrib/suse/bbackupd.in
@@ -28,7 +28,7 @@
### END INIT INFO
# Check for missing binaries (stale symlinks should not happen)
-BBACKUPD_BIN=@bindir_expanded@/bbackupd
+BBACKUPD_BIN=@sbindir_expanded@/bbackupd
if [ ! -x $BBACKUPD_BIN ] ; then
echo "$BBACKUPD_BIN not installed"
exit 5
@@ -91,7 +91,7 @@ case "$1" in
probe)
test @sysconfdir_expanded@/box/bbackupd.conf \
- -nt @localstatedir_expanded@/bbackupd.pid \
+ -nt @localstatedir_expanded@/bbackupd/bbackupd.pid \
&& echo reload
;;