[legacy init script] Fix the use of $servicename

This commit is contained in:
Tomas Pelka 2010-04-23 12:00:47 -04:00 committed by Colin Walters
parent bdba4211bd
commit 0528323563

View file

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