From: Micah Anderson Date: Wed, 26 Oct 2005 23:02:25 +0000 (+0000) Subject: Move logrotate to autotools template X-Git-Tag: backupninja-0.9.2~95 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=d58025ceb0d044b0e21536262c2818a700c4a382 Move logrotate to autotools template --- diff --git a/etc/logrotate.d/backupninja b/etc/logrotate.d/backupninja deleted file mode 100644 index f8ca298..0000000 --- a/etc/logrotate.d/backupninja +++ /dev/null @@ -1,6 +0,0 @@ -/var/log/backupninja.log { - rotate 6 - monthly - compress - missingok -} diff --git a/etc/logrotate.d/backupninja.in b/etc/logrotate.d/backupninja.in new file mode 100644 index 0000000..dfb55b1 --- /dev/null +++ b/etc/logrotate.d/backupninja.in @@ -0,0 +1,6 @@ +@localstatedir@/log/backupninja.log { + rotate 6 + monthly + compress + missingok +}