aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-09-24 20:19:44 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-09-24 20:19:44 +0000
commit23e2325e3cdc837546094ef426e7ae7be790b0cb (patch)
tree29c9396c5fa1f1fbcbce2a39213ac76d824cfeb5 /news
parenta10318dfa488cedfb4ee20682dc7cb11f6a3914b (diff)
downloadports-23e2325e3cdc837546094ef426e7ae7be790b0cb.tar.gz
ports-23e2325e3cdc837546094ef426e7ae7be790b0cb.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/inn-current/files/innd.sh2
-rw-r--r--news/inn/files/innd.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/news/inn-current/files/innd.sh b/news/inn-current/files/innd.sh
index ebffb30f748f..1bcc4f7b5ad5 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
- su -fm news -c !!PREFIX!!/news/bin/rc.news stop
+ su -fm news -c '!!PREFIX!!/news/bin/rc.news stop'
fi
diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh
index ebffb30f748f..1bcc4f7b5ad5 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
- su -fm news -c !!PREFIX!!/news/bin/rc.news stop
+ su -fm news -c '!!PREFIX!!/news/bin/rc.news stop'
fi