summaryrefslogtreecommitdiff
path: root/news/inn/files
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-09-24 12:29:45 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-09-24 12:29:45 +0000
commitec58bb116acb3f44fc24f332b053538f92a8cb0c (patch)
treebaadbf89c5198799afd3fa5133463808390216e1 /news/inn/files
parentMake AllReferers page links clickable (diff)
Upgrade to 2.3.0.
Note that unless you already have a /var/news or /var/spool/news directory, the spool directory now defaults to /usr/local/news/spool.
Notes
Notes: svn path=/head/; revision=33066
Diffstat (limited to 'news/inn/files')
-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 48bf27abf86e..ebffb30f748f 100644
--- a/news/inn/files/innd.sh
+++ b/news/inn/files/innd.sh
@@ -1,9 +1,9 @@
#!/bin/sh
if [ $# -eq 0 -o x$1 = xstart ]; then
if [ -x !!PREFIX!!/news/bin/rc.news -a -f !!PREFIX!!/news/db/history.dir ]; then
- limits -C news !!PREFIX!!/news/bin/rc.news && echo ' inn'
+ su -fm news -c !!PREFIX!!/news/bin/rc.news && echo ' inn'
fi
fi
if [ x$1 = xstop ]; then
- !!PREFIX!!/news/bin/ctlinnd shutdown machine is going down
+ su -fm news -c !!PREFIX!!/news/bin/rc.news stop
fi