From a9575910ed81ec64c0eb5a207cf43f31e7de0c8e Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sat, 14 Feb 1998 14:01:33 +0000 Subject: fix invalid ctlinnd option (stop) And closed PR 5620, since all things are fixed now Submitted by: Adrian Wontroba --- news/inn/files/innd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'news/inn/files') diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh index 18f1d68bd482..9e24c2702098 100644 --- a/news/inn/files/innd.sh +++ b/news/inn/files/innd.sh @@ -5,5 +5,5 @@ if [ $# -eq 0 -o x$1 = xstart ]; then fi fi if [ x$1 = xstop ]; then - [ -x !!PREFIX!!/news/bin/ctlinnd stop machine is going down + [ -x !!PREFIX!!/news/bin/ctlinnd shutdown machine is going down fi -- cgit v1.2.3