From: micah Date: Wed, 26 Oct 2005 23:02:25 +0000 (+0000) Subject: Move logrotate to autotools template X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=649e8a6e426a47224d0a077fe3cc53e3f6815530;p=matthijs%2Fupstream%2Fbackupninja-vserver.git Move logrotate to autotools template git-svn-id: http://code.autistici.org/svn/backupninja/trunk@200 758a04ac-41e6-0310-8a23-8373a73cc35d --- 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 +}