summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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