From: Ethan Jackson Date: Tue, 4 Oct 2011 21:52:00 +0000 (-0700) Subject: debian: ovs-monitor-ipsec has a stale init script. X-Git-Tag: v1.3.0~142 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=65b23a2adefaefe301f38ad237d3dcf7db8d726f;p=sliver-openvswitch.git 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. --- 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