debian: Fix path for ovsdb-server in init script.
authorJustin Pettit <jpettit@nicira.com>
Mon, 1 Aug 2011 17:43:26 +0000 (10:43 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 1 Aug 2011 17:44:41 +0000 (10:44 -0700)
Reported-by: Brad Hall <brad@nicira.com>
debian/openvswitch-switch.init

index a9bf443..3487afb 100755 (executable)
@@ -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