diff options
author | paul <paul> | 2003-01-18 02:08:50 +0000 |
---|---|---|
committer | paul <paul> | 2003-01-18 02:08:50 +0000 |
commit | 0c7da922837463ecf6bb4d1e21a62220dcdba4fc (patch) | |
tree | 079328a2c792056c782da858655a16a9f94625cc /ports/redhat/zebra.logrotate | |
parent | 3064ec736f8e32cb00ff5e1a0a69a98dfa419d26 (diff) | |
download | quagga-0c7da922837463ecf6bb4d1e21a62220dcdba4fc.tar.bz2 quagga-0c7da922837463ecf6bb4d1e21a62220dcdba4fc.tar.xz |
renamed ports/redhat to redhat/
Diffstat (limited to 'ports/redhat/zebra.logrotate')
-rw-r--r-- | ports/redhat/zebra.logrotate | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/ports/redhat/zebra.logrotate b/ports/redhat/zebra.logrotate deleted file mode 100644 index 2e352ff6..00000000 --- a/ports/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 -} |