From: Colin Walters Date: Fri, 9 Jul 2010 15:48:53 +0000 (-0400) Subject: Fix use of $servicename in status X-Git-Tag: dbus-1.2.26~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f2eb502a3c491b64012adb3ea8220a9952ce3c6;p=platform%2Fupstream%2Fdbus.git Fix use of $servicename in status See https://bugzilla.redhat.com/show_bug.cgi?id=521797 We have two init scripts, and commit 05283235632bc8891aaa3047563cb4 patched the "wrong" (i.e. slackware) one. Patch one that ships with real operating systems too. --- diff --git a/bus/messagebus.in b/bus/messagebus.in index 1f1004b..3e2ee07 100755 --- a/bus/messagebus.in +++ b/bus/messagebus.in @@ -68,7 +68,7 @@ case "$1" in stop ;; status) - status $processname + status $servicename RETVAL=$? ;; restart)