summaryrefslogtreecommitdiff
path: root/contrib/suse/bbackupd.in
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-04-02 14:02:56 +0200
committerReinhard Tartler <siretart@tauware.de>2009-04-02 14:02:56 +0200
commit76089c3bb5b915241da6d2f8f8c34eb65a78be95 (patch)
tree6b9524a5277ab57762cb01e9ea14131401c44ef5 /contrib/suse/bbackupd.in
parent76af1c5e724dc558506be411e85a21122aef840d (diff)
parenta84d45498bd861c9225080232948a99c2e317bb8 (diff)
merge new upstream version
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
;;