diff options
author | tron <tron> | 1999-07-24 17:07:27 +0000 |
---|---|---|
committer | tron <tron> | 1999-07-24 17:07:27 +0000 |
commit | 7a899a5d8daac33f39635e70b88ba03c1f1cd74b (patch) | |
tree | e0f8bb2b1a836ea776face896a52b3cfea92f5db /news/inn/files | |
parent | a4549032152f22c6f06d2d27039fef99196334f4 (diff) | |
download | pkgsrc-7a899a5d8daac33f39635e70b88ba03c1f1cd74b.tar.gz |
"rc.news" should be started with "su news" of course.
Diffstat (limited to 'news/inn/files')
-rw-r--r-- | news/inn/files/innd.sh | 4 |
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 |