From 195a1bdc0726d2c693f20c1eefef0fb94c193ab1 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 26 Oct 2005 23:00:18 +0000 Subject: [PATCH] Move configuration to autotools template --- etc/{backupninja.conf => backupninja.conf.in} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename etc/{backupninja.conf => backupninja.conf.in} (91%) 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 -- 2.30.2