From 65b23a2adefaefe301f38ad237d3dcf7db8d726f Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Tue, 4 Oct 2011 14:52:00 -0700 Subject: [PATCH] debian: ovs-monitor-ipsec has a stale init script. The ovs-monitor-ipsec init script used the old "pidfile-name" instead of the new "pidfile" option. This should cause it to fail when starting. This patch also causes ovs-monitor-ipsec to create a log file. --- debian/openvswitch-ipsec.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openvswitch-ipsec.init b/debian/openvswitch-ipsec.init index 61a1101b4..17835a5de 100755 --- a/debian/openvswitch-ipsec.init +++ b/debian/openvswitch-ipsec.init @@ -74,7 +74,7 @@ start_server() { fi /usr/share/openvswitch/scripts/ovs-monitor-ipsec \ - --pidfile-name=$PIDFILE --detach --monitor \ + --pidfile=$PIDFILE --log-file --detach --monitor \ unix:/var/run/openvswitch/db.sock return 0 -- 2.43.0