aboutsummaryrefslogtreecommitdiffstats
path: root/news/inn
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1998-02-14 22:01:33 +0800
committerandreas <andreas@FreeBSD.org>1998-02-14 22:01:33 +0800
commit31d88fb7c10a9712426b6aec9ff55c1c07200fe5 (patch)
treec64547a83a07d1eb3c7cd7c0a7d85b1be7917c0c /news/inn
parentdb027cf4b3a6c2c9a49e28492579f0e4e47b7d52 (diff)
downloadfreebsd-ports-gnome-31d88fb7c10a9712426b6aec9ff55c1c07200fe5.tar.gz
freebsd-ports-gnome-31d88fb7c10a9712426b6aec9ff55c1c07200fe5.tar.zst
freebsd-ports-gnome-31d88fb7c10a9712426b6aec9ff55c1c07200fe5.zip
fix invalid ctlinnd option (stop)
And closed PR 5620, since all things are fixed now Submitted by: Adrian Wontroba <aw1@stade.co.uk>
Diffstat (limited to 'news/inn')
-rw-r--r--news/inn/files/innd.sh2
1 files changed, 1 insertions, 1 deletions
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