From b23421555b50e501788626fff7dd383d957006d3 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 14 Sep 2001 23:14:00 +0000 Subject: Upgrade to 20010913, and take care to run rc.news as news, not root. --- news/inn-stable/Makefile | 2 +- news/inn-stable/distinfo | 2 +- news/inn-stable/files/innd.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'news') 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 -- cgit