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

version 1.1, 2012/02/21 17:26:12 version 1.1.1.3, 2016/11/02 10:09:12
Line 14 Line 14
     endscript      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
   }
   
 /var/log/quagga/ospfd.log {  /var/log/quagga/ospfd.log {
     notifempty      notifempty
     missingok      missingok

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


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