summaryrefslogtreecommitdiff
path: root/news/inn-stable/files/innd.sh
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-09-14 23:14:00 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-09-14 23:14:00 +0000
commit949b01c1e0a0fdfd77309e65258e729ac8176c28 (patch)
tree96db1c1a84d75ad717455c2f24feae5ced78ca0a /news/inn-stable/files/innd.sh
parentAdd OpenSSL (defaults to on) and GnuPG support (experimental, defaults (diff)
Upgrade to 20010913, and take care to run rc.news as news, not root.
Notes
Notes: svn path=/head/; revision=47838
Diffstat (limited to 'news/inn-stable/files/innd.sh')
-rw-r--r--news/inn-stable/files/innd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/inn-stable/files/innd.sh b/news/inn-stable/files/innd.sh
index cafb91bf2d8c..d00fd7b27deb 100644
--- a/news/inn-stable/files/innd.sh
+++ b/news/inn-stable/files/innd.sh
@@ -1,7 +1,7 @@
#!/bin/sh
if [ $# -eq 0 -o x$1 = xstart ]; then
if [ -x !!PREFIX!!/news/bin/rc.news -a -f !!PREFIX!!/news/db/history.pag ]; then
- limits -C news !!PREFIX!!/news/bin/rc.news && echo ' inn'
+ su news -c !!PREFIX!!/news/bin/rc.news && echo ' inn'
fi
fi
if [ x$1 = xstop ]; then