Diff for /embedaddon/quagga/redhat/quagga.logrotate between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/10/09 09:22:29 version 1.1.1.3, 2016/11/02 10:09:12
Line 6 Line 6
     endscript      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 {  /var/log/quagga/bgpd.log {
     notifempty      notifempty
     missingok      missingok

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>