diff options
author | des <des@FreeBSD.org> | 2001-09-14 23:14:00 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-09-14 23:14:00 +0000 |
commit | b23421555b50e501788626fff7dd383d957006d3 (patch) | |
tree | 8e58699a3b7c03608c64e3d70c3c9a650fc9e0bb /news | |
parent | c12eea41432aa01700abbe15ab1ad4270ba0df82 (diff) | |
download | FreeBSD-ports-b23421555b50e501788626fff7dd383d957006d3.zip FreeBSD-ports-b23421555b50e501788626fff7dd383d957006d3.tar.gz |
Upgrade to 20010913, and take care to run rc.news as news, not root.
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-stable/Makefile | 2 | ||||
-rw-r--r-- | news/inn-stable/distinfo | 2 | ||||
-rw-r--r-- | news/inn-stable/files/innd.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index 06e407b..ef42885 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 072a2ff..9963971 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 cafb91b..d00fd7b 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 |