From 891ea0e7ed1e35b93ebdc6eecffd2a48df195428 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 16 Jul 2001 13:41:18 +0000 Subject: 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. --- news/inn/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'news/inn') 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 \ -- cgit v1.2.3