summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Pelka <tpelka@redhat.com>2010-04-23 12:00:47 -0400
committerColin Walters <walters@verbum.org>2010-04-23 12:02:19 -0400
commit05283235632bc8891aaa3047563cb4a1edada033 (patch)
tree135ad37389742b31243052751c27c4e7f4f2397f
parentbdba4211bdb9951b0baf3c9919d5896c08a7f3e7 (diff)
downloaddbus-05283235632bc8891aaa3047563cb4a1edada033.tar.gz
[legacy init script] Fix the use of $servicename
-rw-r--r--bus/rc.messagebus.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/rc.messagebus.in b/bus/rc.messagebus.in
index b147503d..c52ca777 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)