diff options
-rw-r--r-- | news/inn-current/files/innd.sh | 2 | ||||
-rw-r--r-- | news/inn-stable/files/innd.sh | 2 | ||||
-rw-r--r-- | news/inn/files/innd.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/news/inn-current/files/innd.sh b/news/inn-current/files/innd.sh index 18f1d68..9e24c27 100644 --- a/news/inn-current/files/innd.sh +++ b/news/inn-current/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 diff --git a/news/inn-stable/files/innd.sh b/news/inn-stable/files/innd.sh index 18f1d68..9e24c27 100644 --- a/news/inn-stable/files/innd.sh +++ b/news/inn-stable/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 diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh index 18f1d68..9e24c27 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 |