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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/openvswitch-ipsec.init b/debian/openvswitch-ipsec.init
index 61a1101..afe2144 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 --detach --monitor --log-file \
            unix:/var/run/openvswitch/db.sock
 
     return 0
-- 
1.7.6.1

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to