diff options
author | andreas <andreas@FreeBSD.org> | 1998-02-14 22:01:33 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-02-14 22:01:33 +0800 |
commit | 31d88fb7c10a9712426b6aec9ff55c1c07200fe5 (patch) | |
tree | c64547a83a07d1eb3c7cd7c0a7d85b1be7917c0c /news/inn | |
parent | db027cf4b3a6c2c9a49e28492579f0e4e47b7d52 (diff) | |
download | freebsd-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.sh | 2 |
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 |