diff options
author | paul <paul> | 2003-01-18 02:08:50 +0000 |
---|---|---|
committer | paul <paul> | 2003-01-18 02:08:50 +0000 |
commit | 8c559e2ce5e45f8058769c3f9f3a2c8b9f1b8e81 (patch) | |
tree | 1ffaf13410bbf2b76523262b422b58eb402bae3b /redhat/zebra.logrotate | |
parent | e5de4aa13cd9ddf608db2c073781aa5c832dd8c8 (diff) |
renamed ports/redhat to redhat/
Diffstat (limited to 'redhat/zebra.logrotate')
-rw-r--r-- | redhat/zebra.logrotate | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/redhat/zebra.logrotate b/redhat/zebra.logrotate new file mode 100644 index 00000000..2e352ff6 --- /dev/null +++ b/redhat/zebra.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 +} |