From ed0074cb4492daac3c9b1a43cc4ef78c48044d3e Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 20 Nov 2007 10:32:47 +0000 Subject: start -> stop --- sh/runscript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/runscript.sh') 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 -- cgit v1.2.3