]> gitweb.fluxo.info Git - backupninja.git/commitdiff
Move configuration to autotools template
authorMicah Anderson <micah@riseup.net>
Wed, 26 Oct 2005 23:00:18 +0000 (23:00 +0000)
committerMicah Anderson <micah@riseup.net>
Wed, 26 Oct 2005 23:00:18 +0000 (23:00 +0000)
etc/backupninja.conf.in [moved from etc/backupninja.conf with 91% similarity]

similarity index 91%
rename from etc/backupninja.conf
rename to etc/backupninja.conf.in
index 6fe2708b4ad749d5425c026e6ae4aad756549993..f64e16f9a0dd952c6e1693bf21a15950cd947a59 100644 (file)
@@ -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