Move logrotate to autotools template
authorMicah Anderson <micah@riseup.net>
Wed, 26 Oct 2005 23:02:25 +0000 (23:02 +0000)
committerMicah Anderson <micah@riseup.net>
Wed, 26 Oct 2005 23:02:25 +0000 (23:02 +0000)
etc/logrotate.d/backupninja [deleted file]
etc/logrotate.d/backupninja.in [new file with mode: 0644]

diff --git a/etc/logrotate.d/backupninja b/etc/logrotate.d/backupninja
deleted file mode 100644 (file)
index f8ca298..0000000
+++ /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 (file)
index 0000000..dfb55b1
--- /dev/null
@@ -0,0 +1,6 @@
+@localstatedir@/log/backupninja.log {
+       rotate 6
+       monthly
+       compress
+       missingok
+}