From: Ben Pfaff Date: Tue, 27 Apr 2010 16:36:30 +0000 (-0700) Subject: xenserver: Report correct daemon names at startup in /etc/init.d/openvswitch. X-Git-Tag: v1.0.0~73 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b1cd4308bcaad248bcb4713b08911d702cd29007;p=sliver-openvswitch.git xenserver: Report correct daemon names at startup in /etc/init.d/openvswitch. Reported-by: Justin Pettit --- diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch index 24d82261f..bf4dd6c88 100755 --- 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 }