mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 09:58:07 +02:00
Fix use of $servicename in status
See https://bugzilla.redhat.com/show_bug.cgi?id=521797
We have two init scripts, and commit 0528323563
patched the "wrong" (i.e. slackware) one. Patch one that ships
with real operating systems too.
This commit is contained in:
parent
8f5f340b77
commit
8f2eb502a3
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ case "$1" in
|
|||
stop
|
||||
;;
|
||||
status)
|
||||
status $processname
|
||||
status $servicename
|
||||
RETVAL=$?
|
||||
;;
|
||||
restart)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue