diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-02-14 14:01:33 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-02-14 14:01:33 +0000 |
commit | a9575910ed81ec64c0eb5a207cf43f31e7de0c8e (patch) | |
tree | d8117ec09b0f6b4d2c4ddb3b51ad92036b76dae6 | |
parent | 3a41bd5fb79e13762cfbc91bf271b7a2b52722e6 (diff) | |
download | freebsd-ports-a9575910ed81ec64c0eb5a207cf43f31e7de0c8e.zip |
fix invalid ctlinnd option (stop)
And closed PR 5620, since all things are fixed now
Submitted by: Adrian Wontroba <aw1@stade.co.uk>
-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 18f1d68bd482..9e24c2702098 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 18f1d68bd482..9e24c2702098 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 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 |