summaryrefslogtreecommitdiff
path: root/news/inn-stable
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
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')
-rw-r--r--news/inn-stable/Makefile2
-rw-r--r--news/inn-stable/distinfo2
-rw-r--r--news/inn-stable/files/innd.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile
index 06e407ba09c5..ef42885976cc 100644
--- a/news/inn-stable/Makefile
+++ b/news/inn-stable/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= inn
-SNAPSHOT= 20010821
+SNAPSHOT= 20010913
PORTVERSION= 2.3.${SNAPSHOT}
CATEGORIES= news
MASTER_SITES= ftp://ftp.isc.org/isc/inn/snapshots/
diff --git a/news/inn-stable/distinfo b/news/inn-stable/distinfo
index 072a2ff52f14..996397156ff8 100644
--- a/news/inn-stable/distinfo
+++ b/news/inn-stable/distinfo
@@ -1 +1 @@
-MD5 (inn-STABLE-20010821.tar.gz) = 029d7be2448da12b69bea953c4bfae4c
+MD5 (inn-STABLE-20010913.tar.gz) = 9fad77d6f1205a4f49daa430037ba6f7
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