summaryrefslogtreecommitdiff
path: root/redhat/zebra.logrotate
diff options
context:
space:
mode:
authorpaul <paul>2003-08-12 12:54:13 +0000
committerpaul <paul>2003-08-12 12:54:13 +0000
commit6bd8fd3bb063a64d6e929910d297e2d8a760aea9 (patch)
tree983d515a6a29011136fe8be67b00552d248f8ea0 /redhat/zebra.logrotate
parent7190f4ea215c294abc269b6dfa12f5f114bd2ed6 (diff)
2003-08-12 Paul Jakma <paul@dishone.st>
* redhat/: zebra.{logrotate,pam,spec.in} -> quagga.{logrotate,pam,spec.in}.
Diffstat (limited to 'redhat/zebra.logrotate')
-rw-r--r--redhat/zebra.logrotate59
1 files changed, 0 insertions, 59 deletions
diff --git a/redhat/zebra.logrotate b/redhat/zebra.logrotate
deleted file mode 100644
index 2e352ff6..00000000
--- a/redhat/zebra.logrotate
+++ /dev/null
@@ -1,59 +0,0 @@
-/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
-}