summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJames O'Gorman <james@netinertia.co.uk>2008-03-25 22:29:24 +0000
committerJames O'Gorman <james@netinertia.co.uk>2008-03-25 22:29:24 +0000
commitfc995b92cd73385800c0c9cff1c7f1231f8de532 (patch)
tree01b830a29766aaccd85cc226fc0a0c6d2a40d4cf /bin
parenta5808325941f2eb8aaf2abf703c07a19ac93acc7 (diff)
Correct sysconfdir and localstatedir as they weren't doing what they were supposed to.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bbackupd/bbackupd-config.in2
-rwxr-xr-xbin/bbstored/bbstored-config.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/bbackupd/bbackupd-config.in b/bin/bbackupd/bbackupd-config.in
index ee6a745d..925dcc3e 100755
--- a/bin/bbackupd/bbackupd-config.in
+++ b/bin/bbackupd/bbackupd-config.in
@@ -26,7 +26,7 @@ Parameters:
explicitly, using bbackupctl sync
account-num (hexdecimal) and server-hostname
are supplied by the server administrator
- working-dir is usually @localstatedir_expanded@
+ working-dir is usually @localstatedir_expanded@/bbackupd
backup directories is list of directories to back up
__E
diff --git a/bin/bbstored/bbstored-config.in b/bin/bbstored/bbstored-config.in
index 57fa50c6..5ad96d50 100755
--- a/bin/bbstored/bbstored-config.in
+++ b/bin/bbstored/bbstored-config.in
@@ -196,7 +196,7 @@ TimeBetweenHousekeeping = 900
Server
{
- PidFile = @localstatedir_expanded@/bbstored.pid
+ PidFile = @localstatedir_expanded@/run/bbstored.pid
User = $username
ListenAddresses = inet:$server
CertificateFile = $certificate