From 8f2eb502a3c491b64012adb3ea8220a9952ce3c6 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 9 Jul 2010 11:48:53 -0400 Subject: 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. --- bus/messagebus.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bus/messagebus.in') diff --git a/bus/messagebus.in b/bus/messagebus.in index 1f1004b1..3e2ee07a 100755 --- a/bus/messagebus.in +++ b/bus/messagebus.in @@ -68,7 +68,7 @@ case "$1" in stop ;; status) - status $processname + status $servicename RETVAL=$? ;; restart) -- cgit v1.2.1