initscript: fix RH initscript return value on double-start (rh #584321) (rh #448393)

This commit is contained in:
Dan Williams 2010-06-07 22:42:33 -07:00
parent 6d719a0a38
commit 276fed0322

View file

@ -49,7 +49,7 @@ start()
echo
echo -n $"Starting NetworkManager daemon: "
daemon --check $servicename $processname --pid-file=$pidfile
daemon --pidfile $pidfile --check $servicename $processname --pid-file=$pidfile
RETVAL=$?
echo
if [ -n "${NETWORKWAIT}" ]; then