diff options
author | tron <tron> | 2001-07-16 13:41:18 +0000 |
---|---|---|
committer | tron <tron> | 2001-07-16 13:41:18 +0000 |
commit | 0798c544e155d7cd04d42d3e2ed98b01419eac6f (patch) | |
tree | 5925c837caf94aedb5017c8b720ed390e0c6ca12 /news/inn | |
parent | 38cefd45c058199f5a17f397ccc1fca5d9b1f249 (diff) | |
download | pkgsrc-0798c544e155d7cd04d42d3e2ed98b01419eac6f.tar.gz |
Add "--enable-setgid-inews" to "CONFIGURE_ARGS" because "inews" is
otherwise only executable for member of the group "news" and can't hence
be used as posting frontend for e.g. the "nn" package.
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index c6ed15c8e93..6d411211ce8 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/07/10 16:02:12 tron Exp $ +# $NetBSD: Makefile,v 1.28 2001/07/16 13:41:18 tron Exp $ DISTNAME= inn-2.3.2 CATEGORIES= news @@ -21,6 +21,7 @@ INN_DATA_DIR?= /var/news USE_PERL5= YES HAS_CONFIGURE= YES CONFIGURE_ARGS+= --host=${MACHINE_GNU_PLATFORM} --prefix=${PREFIX}/inn \ + --enable-setgid-inews \ --enable-uucp-rnews \ --mandir=${PREFIX}/man \ --with-perl --with-tmp-path=${INN_DATA_DIR}/tmp \ |