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

version 1.1, 2012/02/21 17:26:12 version 1.1.1.2, 2012/10/09 09:22:29
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
     postrotate      postrotate
         /bin/kill -USR1 `cat /var/run/quagga/bgpd.pid 2> /dev/null` 2> /dev/null || true          /bin/kill -USR1 `cat /var/run/quagga/bgpd.pid 2> /dev/null` 2> /dev/null || true
       endscript
   }
   
   /var/log/quagga/isisd.log {
       notifempty
       missingok
       postrotate
           /bin/kill -USR1 `cat /var/run/quagga/isisd.pid 2> /dev/null` 2> /dev/null || true
     endscript      endscript
 }  }
   

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


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