start -> stop

This commit is contained in:
Roy Marples 2007-11-20 10:32:47 +00:00
parent df523ccfee
commit ed0074cb44

View File

@ -115,7 +115,7 @@ if [ -n "${command}" -o -n "${procname}" -o -n "${pidfile}" ]; then
${command:+--exec} ${command} \
${procname:+--name} ${procname} \
${pidfile:+--pidfile} ${pidfile}
eend $? "Failed to start ${SVCNAME}"
eend $? "Failed to stop ${SVCNAME}"
}
fi
fi