summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-07-24 17:07:27 +0000
committertron <tron@pkgsrc.org>1999-07-24 17:07:27 +0000
commit12a7095089e877790e412724451e59dfba673877 (patch)
treee0f8bb2b1a836ea776face896a52b3cfea92f5db /news
parentc469b1037307f7485ed254e48d9976f06b769cd7 (diff)
downloadpkgsrc-12a7095089e877790e412724451e59dfba673877.tar.gz
"rc.news" should be started with "su news" of course.
Diffstat (limited to 'news')
-rw-r--r--news/inn/files/innd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh
index 53fb9c3e0dd..259b6b4d824 100644
--- a/news/inn/files/innd.sh
+++ b/news/inn/files/innd.sh
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: innd.sh,v 1.2 1999/07/21 22:50:31 tron Exp $
+# $NetBSD: innd.sh,v 1.3 1999/07/24 17:07:27 tron Exp $
#
if [ -x @@PREFIX@@/bin/rc.news -a -s @@INN_DATA_DIR@@/db/active ];
then
- @@PREFIX@@/bin/rc.news >/dev/null
+ su news @@PREFIX@@/bin/rc.news >/dev/null
echo -n ' innd'
fi
exit 0