From: Ben Pfaff Date: Wed, 5 Nov 2008 00:13:42 +0000 (-0800) Subject: Fix openflow-switch log rotation. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7f33221139a751af0f6b5f0095c8fad8106016c5;p=sliver-openvswitch.git Fix openflow-switch log rotation. The vlogconf command syntax was wrong. The pidfile also didn't contain the right pid (which was fixed in the previous commit). --- diff --git a/debian/openflow-switch.logrotate b/debian/openflow-switch.logrotate index 6506e3253..b2136907a 100644 --- a/debian/openflow-switch.logrotate +++ b/debian/openflow-switch.logrotate @@ -6,6 +6,6 @@ missingok rotate 30 postrotate - vlogconf --reopen /var/run/secchan.pid + vlogconf --target /var/run/secchan.pid --reopen endscript }