summaryrefslogtreecommitdiff
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
parentAdd ruby-ldap, Ruby interface to LDAP API based on RFC1823. (diff)
Fix bogon that made it impossible to stop innd.
Notes
Notes: svn path=/head/; revision=33071
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