projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cad684
)
xenserver: Report correct daemon names at startup in /etc/init.d/openvswitch.
author
Ben Pfaff
<blp@nicira.com>
Tue, 27 Apr 2010 16:36:30 +0000
(09:36 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Tue, 27 Apr 2010 16:36:30 +0000
(09:36 -0700)
Reported-by: Justin Pettit <jpettit@nicira.com>
xenserver/etc_init.d_openvswitch
patch
|
blob
|
history
diff --git
a/xenserver/etc_init.d_openvswitch
b/xenserver/etc_init.d_openvswitch
index 24d82261fd407debf0de7d21a55e6f44f04384ce..bf4dd6c88dad4c8ec5665bc37374eb3c204e4ee8 100755
(executable)
--- a/
xenserver/etc_init.d_openvswitch
+++ b/
xenserver/etc_init.d_openvswitch
@@
-216,7
+216,7
@@
function start_daemon {
action "Starting `basename $BINARY`" "$@"
else
# Start in background and force a "success" message
- action "Starting
ovs-vswitchd
with $mode debugging" true
+ action "Starting
`basename $BINARY`
with $mode debugging" true
("$@") &
fi
}