From: Justin Pettit Date: Mon, 1 Aug 2011 17:43:26 +0000 (-0700) Subject: debian: Fix path for ovsdb-server in init script. X-Git-Tag: v1.2.0~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=733a287e17bf3764bf31c9528c6b6d30aafdec5f;hp=135faefe4af624489ac310810a5ffb5223606252;p=sliver-openvswitch.git debian: Fix path for ovsdb-server in init script. Reported-by: Brad Hall --- diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index a9bf44391..3487afb49 100755 --- a/debian/openvswitch-switch.init +++ b/debian/openvswitch-switch.init @@ -23,7 +23,7 @@ # Short-Description: Open vSwitch switch ### END INIT INFO -(test -x /usr/sbin/ovs-vswitchd && test -x /usr/bin/ovsdb-server) || exit 0 +(test -x /usr/sbin/ovs-vswitchd && test -x /usr/sbin/ovsdb-server) || exit 0 . /usr/share/openvswitch/scripts/ovs-lib.sh test -e /etc/default/openvswitch-switch && . /etc/default/openvswitch-switch