diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-01-30 09:09:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-01-30 09:09:46 +0000 |
commit | 909f39d3c06a997866fe560ed9bf4644971404af (patch) | |
tree | 5c4c7978a076dd485447d36f6fb727d4cfd6ba28 /news | |
parent | Previous log entry should have read: (diff) |
FORBIDDEN: Changes ownership of system directories
Notes
Notes:
svn path=/head/; revision=99480
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-current/Makefile | 2 | ||||
-rw-r--r-- | news/inn-stable/Makefile | 2 | ||||
-rw-r--r-- | news/inn/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index e3ae88aa6e0f..c888e5c0a50d 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${BRANCH:U}-${SNAPSHOT} MAINTAINER= clement@FreeBSD.org COMMENT= InterNetNews -- the Internet meets Netnews +FORBIDDEN= "Changes ownership of system directories" + BRANCH= current SNAPSHOT= 20040118 diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index 7195689e0882..11feca8c304f 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${BRANCH:U}-${SNAPSHOT} MAINTAINER= clement@FreeBSD.org COMMENT= InterNetNews -- the Internet meets Netnews +FORBIDDEN= "Changes ownership of system directories" + BRANCH= stable SNAPSHOT= 20040118 diff --git a/news/inn/Makefile b/news/inn/Makefile index 57c77fb89840..968d3c6a14f3 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= inn MAINTAINER= clement@FreeBSD.org COMMENT= InterNetNews -- the Internet meets Netnews +FORBIDDEN= "Changes ownership of system directories" + NO_LATEST_LINK= yes USE_GMAKE= yes USE_PERL5= yes |