diff options
author | steve <steve@FreeBSD.org> | 1998-05-10 22:08:30 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-05-10 22:08:30 +0000 |
commit | de9edb5bae7c0b753cd5ae1d88725c505f4cb2c5 (patch) | |
tree | 7a08c4420d9395e7d7aed099a38a36160b1b4f97 /news/inn-current | |
parent | cad19f37a2679b200adc8bdc8381c1735edcbc1d (diff) | |
download | FreeBSD-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.sh | 2 |
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 |