summaryrefslogtreecommitdiffstats
path: root/news/inn-current
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-05-10 22:08:30 +0000
committersteve <steve@FreeBSD.org>1998-05-10 22:08:30 +0000
commitde9edb5bae7c0b753cd5ae1d88725c505f4cb2c5 (patch)
tree7a08c4420d9395e7d7aed099a38a36160b1b4f97 /news/inn-current
parentcad19f37a2679b200adc8bdc8381c1735edcbc1d (diff)
downloadFreeBSD-ports-de9edb5bae7c0b753cd5ae1d88725c505f4cb2c5.zip
FreeBSD-ports-de9edb5bae7c0b753cd5ae1d88725c505f4cb2c5.tar.gz
Remove leading '[ -x' so this script works as intended.
PR: 6534 Submitted by: Vadim Chekan <vadim@gc.lviv.ua>
Diffstat (limited to 'news/inn-current')
-rw-r--r--news/inn-current/files/innd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/inn-current/files/innd.sh b/news/inn-current/files/innd.sh
index 9e24c27..61c1d66 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 shutdown machine is going down
+ !!PREFIX!!/news/bin/ctlinnd shutdown machine is going down
fi
OpenPOWER on IntegriCloud