From 7f33221139a751af0f6b5f0095c8fad8106016c5 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 4 Nov 2008 16:13:42 -0800 Subject: [PATCH] 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). --- debian/openflow-switch.logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.43.0