aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-05-11 06:08:30 +0800
committersteve <steve@FreeBSD.org>1998-05-11 06:08:30 +0800
commitde9edb5bae7c0b753cd5ae1d88725c505f4cb2c5 (patch)
tree7a08c4420d9395e7d7aed099a38a36160b1b4f97 /news
parentcad19f37a2679b200adc8bdc8381c1735edcbc1d (diff)
downloadfreebsd-ports-gnome-de9edb5bae7c0b753cd5ae1d88725c505f4cb2c5.tar.gz
freebsd-ports-gnome-de9edb5bae7c0b753cd5ae1d88725c505f4cb2c5.tar.zst
freebsd-ports-gnome-de9edb5bae7c0b753cd5ae1d88725c505f4cb2c5.zip
Remove leading '[ -x' so this script works as intended.
PR: 6534 Submitted by: Vadim Chekan <vadim@gc.lviv.ua>
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