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:
Colin Walters 2010-07-09 11:48:53 -04:00
parent 8f5f340b77
commit 8f2eb502a3

View file

@ -68,7 +68,7 @@ case "$1" in
stop
;;
status)
status $processname
status $servicename
RETVAL=$?
;;
restart)