From: Tomas Pelka Date: Fri, 23 Apr 2010 16:00:47 +0000 (-0400) Subject: [legacy init script] Fix the use of $servicename X-Git-Tag: dbus-1.3.1~22^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05283235632bc8891aaa3047563cb4a1edada033;p=thirdparty%2Fdbus.git [legacy init script] Fix the use of $servicename --- diff --git a/bus/rc.messagebus.in b/bus/rc.messagebus.in index b147503db..c52ca7776 100644 --- a/bus/rc.messagebus.in +++ b/bus/rc.messagebus.in @@ -61,7 +61,7 @@ case "$1" in stop ;; status) - status $processname + status $servicename RETVAL=$? ;; restart)