From 23e2325e3cdc837546094ef426e7ae7be790b0cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 24 Sep 2000 20:19:44 +0000 Subject: Fix bogon that made it impossible to stop innd. --- news/inn/files/innd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'news/inn/files') 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 -- cgit v1.2.3