From 6bd8fd3bb063a64d6e929910d297e2d8a760aea9 Mon Sep 17 00:00:00 2001
From: paul <paul>
Date: Tue, 12 Aug 2003 12:54:13 +0000
Subject: 2003-08-12 Paul Jakma <paul@dishone.st>

	* redhat/: zebra.{logrotate,pam,spec.in} ->
	  quagga.{logrotate,pam,spec.in}.
---
 redhat/quagga.logrotate | 59 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)
 create mode 100644 redhat/quagga.logrotate

(limited to 'redhat/quagga.logrotate')

diff --git a/redhat/quagga.logrotate b/redhat/quagga.logrotate
new file mode 100644
index 00000000..2e352ff6
--- /dev/null
+++ b/redhat/quagga.logrotate
@@ -0,0 +1,59 @@
+/var/log/zebra/zebra.log {
+    notifempty
+    missingok
+    nocompress
+    weekly
+    postrotate
+	/usr/sbin/killall -USR1 zebra
+    endscript
+}
+
+/var/log/zebra/bgpd.log {
+    notifempty
+    missingok
+    nocompress
+    weekly
+    postrotate
+	/usr/sbin/killall -USR1 bgpd
+    endscript
+}
+
+/var/log/zebra/ospfd.log {
+    notifempty
+    missingok
+    nocompress
+    weekly
+    postrotate
+	/usr/sbin/killall -USR1 ospfd
+    endscript
+}
+
+/var/log/zebra/ospf6d.log {
+    notifempty
+    missingok
+    nocompress
+    weekly
+    postrotate
+	/usr/sbin/killall -USR1 ospf6d
+    endscript
+}
+
+/var/log/zebra/ripd.log {
+    notifempty
+    missingok
+    nocompress
+    weekly
+    postrotate
+	/usr/sbin/killall -USR1 ripd
+    endscript
+}
+
+/var/log/zebra/ripngd.log {
+    notifempty
+    missingok
+    nocompress
+    weekly
+    postrotate
+	/usr/sbin/killall -USR1 ripngd
+    endscript
+}
-- 
cgit v1.2.1