From: Micah Anderson Date: Wed, 26 Oct 2005 23:00:18 +0000 (+0000) Subject: Move configuration to autotools template X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=195a1bdc0726d2c693f20c1eefef0fb94c193ab1;p=backupninja.git Move configuration to autotools template --- diff --git a/etc/backupninja.conf b/etc/backupninja.conf.in similarity index 91% rename from etc/backupninja.conf rename to 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