projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
135faef
)
debian: Fix path for ovsdb-server in init script.
author
Justin Pettit
<jpettit@nicira.com>
Mon, 1 Aug 2011 17:43:26 +0000
(10:43 -0700)
committer
Justin 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
patch
|
blob
|
history
diff --git
a/debian/openvswitch-switch.init
b/debian/openvswitch-switch.init
index a9bf443910a86f5e67ff7cf4c23dcc5b65827e75..3487afb4910acf67165f72003936ab9ffaa22637 100755
(executable)
--- 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/
s
bin/ovsdb-server) || exit 0
. /usr/share/openvswitch/scripts/ovs-lib.sh
test -e /etc/default/openvswitch-switch && . /etc/default/openvswitch-switch