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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1cd4308bcaad248bcb4713b08911d702cd29007;p=openvswitch 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 24d82261..bf4dd6c8 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 }