aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2005-10-26 23:00:18 +0000
committerMicah Anderson <micah@riseup.net>2005-10-26 23:00:18 +0000
commit195a1bdc0726d2c693f20c1eefef0fb94c193ab1 (patch)
treebb1aaa9e0e4867f200b50e369246a91365c4b9db /etc
parenta85749b546af2d4d64272a8443aec514428476cd (diff)
downloadbackupninja-195a1bdc0726d2c693f20c1eefef0fb94c193ab1.tar.gz
backupninja-195a1bdc0726d2c693f20c1eefef0fb94c193ab1.tar.bz2
Move configuration to autotools template
Diffstat (limited to 'etc')
-rw-r--r--etc/backupninja.conf.in (renamed from etc/backupninja.conf)6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/backupninja.conf b/etc/backupninja.conf.in
index 6fe2708..f64e16f 100644
--- a/etc/backupninja.conf
+++ b/etc/backupninja.conf.in
@@ -30,13 +30,13 @@ reportwarning = yes
#######################################################
# where to log:
-logfile = /var/log/backupninja.log
+logfile = @localstatedir@/log/backupninja.log
# directory where all the backup configuration files live
-configdirectory = /etc/backup.d
+configdirectory = @CFGDIR@/backup.d
# where backupninja helper scripts are found
-scriptdirectory = /usr/share/backupninja
+scriptdirectory = @pkgdatadir@
# whether to use colors in the log file
usecolors = yes