summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-05-27 01:41:58 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-05-27 01:41:58 +0200
commit705d6afb0584a5b58242d5bbe8bc19f106e5cbf7 (patch)
treea2292622fda4b1df0708872ef33c34d507bf7afa /debian
parentpimd: Fixup some clang compiler warnings (diff)
downloadfrr-705d6afb0584a5b58242d5bbe8bc19f106e5cbf7.tar.xz
frr-705d6afb0584a5b58242d5bbe8bc19f106e5cbf7.zip
debian: Add pimd to logrotate script
Add pimd to the log rotate script so that the USR1 signal can be sent to pimd to tell it to rotate the log. Ticket: CM-11253 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/quagga.logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/quagga.logrotate b/debian/quagga.logrotate
index 5e9eadae3..77e015d72 100644
--- a/debian/quagga.logrotate
+++ b/debian/quagga.logrotate
@@ -7,7 +7,7 @@
create 640 quagga quaggavty
postrotate
- for i in zebra bgpd ripd ospfd ripngd ospf6d isisd; do
+ for i in zebra bgpd ripd ospfd ripngd ospf6d isisd pimd; do
if [ -e /var/run/quagga/$i.pid ] ; then
kill -USR1 `cat /var/run/quagga/$i.pid`
fi