summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/debian/bbackupd.in2
-rw-r--r--contrib/debian/bbstored.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/debian/bbackupd.in b/contrib/debian/bbackupd.in
index bb7536b5..c340939a 100644
--- a/contrib/debian/bbackupd.in
+++ b/contrib/debian/bbackupd.in
@@ -7,7 +7,7 @@
NAME=bbackupd
LONGNAME="Box Backup Client daemon"
BINARY=@sbindir_expanded@/$NAME
-CONFIG=@sysconfdir_expanded@/box/$NAME.conf
+CONFIG=@sysconfdir_expanded@/boxbackup/$NAME.conf
PIDFILE=@localstatedir_expanded@/bbackupd/$NAME.pid
test -x $BINARY || exit 0
diff --git a/contrib/debian/bbstored.in b/contrib/debian/bbstored.in
index 48fc47f1..c9214537 100644
--- a/contrib/debian/bbstored.in
+++ b/contrib/debian/bbstored.in
@@ -7,7 +7,7 @@
NAME=bbstored
LONGNAME="Box Backup Server daemon"
BINARY=@sbindir_expanded@/$NAME
-CONFIG=@sysconfdir_expanded@/box/$NAME.conf
+CONFIG=@sysconfdir_expanded@/boxbackup/$NAME.conf
PIDFILE=@localstatedir_expanded@/run/$NAME.pid
test -x $BINARY || exit 0