diff options
author | Roy Marples <roy@marples.name> | 2007-11-20 10:32:47 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-20 10:32:47 +0000 |
commit | ed0074cb4492daac3c9b1a43cc4ef78c48044d3e (patch) | |
tree | 9390e47742d17da1a7e18dffc5457fa49844a2f4 /sh | |
parent | df523ccfeed0945926cd7adf9f4a8f4bc9aa5eec (diff) |
start -> stop
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/runscript.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/runscript.sh b/sh/runscript.sh index 9f0a2691..6e711304 100755 --- a/sh/runscript.sh +++ b/sh/runscript.sh @@ -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 |