aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-05-10 22:08:30 +0000
committerSteve Price <steve@FreeBSD.org>1998-05-10 22:08:30 +0000
commita8a005dc0dfce708a4da0aa8d0b10bd59cb03242 (patch)
treead3dec2c132e6e7722a9cb52a72201ebf5c5a0ab /news
parenta4a31868430cb37892cfd978537e00203eb2e0a2 (diff)
downloadports-a8a005dc0dfce708a4da0aa8d0b10bd59cb03242.tar.gz
ports-a8a005dc0dfce708a4da0aa8d0b10bd59cb03242.zip
Remove leading '[ -x' so this script works as intended.
PR: 6534 Submitted by: Vadim Chekan <vadim@gc.lviv.ua>
Notes
Notes: svn path=/head/; revision=10937
Diffstat (limited to 'news')
-rw-r--r--news/inn-current/files/innd.sh2
-rw-r--r--news/inn-stable/files/innd.sh2
-rw-r--r--news/inn/files/innd.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/news/inn-current/files/innd.sh b/news/inn-current/files/innd.sh
index 9e24c2702098..61c1d6601c18 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
diff --git a/news/inn-stable/files/innd.sh b/news/inn-stable/files/innd.sh
index 9e24c2702098..61c1d6601c18 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 shutdown machine is going down
+ !!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 9e24c2702098..61c1d6601c18 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 shutdown machine is going down
+ !!PREFIX!!/news/bin/ctlinnd shutdown machine is going down
fi