diff options
Diffstat (limited to 'redhat/quagga.logrotate')
-rw-r--r-- | redhat/quagga.logrotate | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/redhat/quagga.logrotate b/redhat/quagga.logrotate index 9756a781a..afbd40c02 100644 --- a/redhat/quagga.logrotate +++ b/redhat/quagga.logrotate @@ -6,14 +6,6 @@ endscript } -/var/log/quagga/babeld.log { - notifempty - missingok - postrotate - /bin/kill -USR1 `cat /var/run/quagga/babeld.pid 2> /dev/null` 2> /dev/null || true - endscript -} - /var/log/quagga/bgpd.log { notifempty missingok |