aboutsummaryrefslogtreecommitdiffstats
path: root/news/inn-current
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-09-25 04:19:44 +0800
committerdes <des@FreeBSD.org>2000-09-25 04:19:44 +0800
commit4247fadbbbf7632a30f561b8562ededaebb4a316 (patch)
tree27199eef7704dccf4a07e24023d122919dbc9314 /news/inn-current
parente06474275bfcbf9b70896a16d396f14311884dc9 (diff)
downloadfreebsd-ports-gnome-4247fadbbbf7632a30f561b8562ededaebb4a316.tar.gz
freebsd-ports-gnome-4247fadbbbf7632a30f561b8562ededaebb4a316.tar.zst
freebsd-ports-gnome-4247fadbbbf7632a30f561b8562ededaebb4a316.zip
Fix bogon that made it impossible to stop innd.
Diffstat (limited to 'news/inn-current')
-rw-r--r--news/inn-current/files/innd.sh2
1 files changed, 1 insertions, 1 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