diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-09-14 23:14:00 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-09-14 23:14:00 +0000 |
commit | 949b01c1e0a0fdfd77309e65258e729ac8176c28 (patch) | |
tree | 96db1c1a84d75ad717455c2f24feae5ced78ca0a /news | |
parent | fa24169aa3e5e9d1ef3e650f4ab4e14877494406 (diff) | |
download | ports-949b01c1e0a0fdfd77309e65258e729ac8176c28.tar.gz ports-949b01c1e0a0fdfd77309e65258e729ac8176c28.zip |
Notes
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 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 |