From fc995b92cd73385800c0c9cff1c7f1231f8de532 Mon Sep 17 00:00:00 2001 From: James O'Gorman Date: Tue, 25 Mar 2008 22:29:24 +0000 Subject: Correct sysconfdir and localstatedir as they weren't doing what they were supposed to. --- bin/bbackupd/bbackupd-config.in | 2 +- bin/bbstored/bbstored-config.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3