summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-04-09 23:05:28 +0000
committerChris Wilson <chris+github@qwirx.com>2009-04-09 23:05:28 +0000
commit2b1f41112c007c1e01f9a575817f5104aa76784f (patch)
tree501b60036c17665baa299550976321bca1243ebf /contrib
parent3f4672f25c21c95d81656ad561b613a5192fe0b4 (diff)
Change default location for config files from /etc/box to
/etc/boxbackup, thanks to Reinhard Tartler and the Debian Project.
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