summaryrefslogtreecommitdiffstats
path: root/init/redhat/zebra.logrotate
diff options
context:
space:
mode:
authorpaul <paul>2003-01-18 01:46:14 +0000
committerpaul <paul>2003-01-18 01:46:14 +0000
commit3064ec736f8e32cb00ff5e1a0a69a98dfa419d26 (patch)
tree0ac0123becfbd13a3838819edf1349f443d2abc5 /init/redhat/zebra.logrotate
parent65e9785fc156fef4e1c32fd8d7e874beac99e2bc (diff)
downloadquagga-3064ec736f8e32cb00ff5e1a0a69a98dfa419d26.tar.bz2
quagga-3064ec736f8e32cb00ff5e1a0a69a98dfa419d26.tar.xz
Removed out of date init/redhat.
ports/redhat is current.
Diffstat (limited to 'init/redhat/zebra.logrotate')
-rw-r--r--init/redhat/zebra.logrotate47
1 files changed, 0 insertions, 47 deletions
diff --git a/init/redhat/zebra.logrotate b/init/redhat/zebra.logrotate
deleted file mode 100644
index 0d13baf7..00000000
--- a/init/redhat/zebra.logrotate
+++ /dev/null
@@ -1,47 +0,0 @@
-/var/log/zebra/zebra.log {
- notifempty
- missingok
- postrotate
- /usr/bin/killall -USR1 zebra
- endscript
-}
-
-/var/log/zebra/bgpd.log {
- notifempty
- missingok
- postrotate
- /usr/bin/killall -USR1 bgpd
- endscript
-}
-
-/var/log/zebra/ospf.log {
- notifempty
- missingok
- postrotate
- /usr/bin/killall -USR1 ospfd
- endscript
-}
-
-/var/log/zebra/ospf6.log {
- notifempty
- missingok
- postrotate
- /usr/bin/killall -USR1 ospf6d
- endscript
-}
-
-/var/log/zebra/rip.log {
- notifempty
- missingok
- postrotate
- /usr/bin/killall -USR1 ripd
- endscript
-}
-
-/var/log/zebra/ripng.log {
- notifempty
- missingok
- postrotate
- /usr/bin/killall -USR1 ripng
- endscript
-}