2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

debian: Fix path for ovsdb-server in init script.

Reported-by: Brad Hall <brad@nicira.com>
This commit is contained in:
Justin Pettit
2011-08-01 10:43:26 -07:00
parent 135faefe4a
commit 733a287e17

View File

@@ -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