Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2001 17:08:27 +0200 (CEST)
From:      stijn@win.tue.nl
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        demon@freebsd.org
Subject:   ports/26108: FEATURE REQUEST: allow cgi-gid to be overridden in mail/mailman
Message-ID:  <200103261508.f2QF8RH04609@pcwin002.win.tue.nl>

next in thread | raw e-mail | index | archive | help

>Number:         26108
>Category:       ports
>Synopsis:       FEATURE REQUEST: allow cgi-gid to be overridden in mail/mailman
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 26 07:10:06 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Stijn Hoop
>Release:        FreeBSD 4.3-RC i386
>Organization:
>Environment:

System: FreeBSD 4.3-RC #0: Mon Mar 26 04:36:57 CEST 2001

>Description:

- Allow cgi-gid with which mailman is installed to be overridden.

>How-To-Repeat:

- Install mail/mailman, and notice that the gid with which it expects to be
  run from apache is always set to nogroup.

>Fix:

diff -urN /usr/ports/mail/mailman/Makefile mailman/Makefile
--- /usr/ports/mail/mailman/Makefile	Wed Mar 14 05:31:13 2001
+++ mailman/Makefile	Mon Mar 26 14:33:02 2001
@@ -19,11 +19,13 @@
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS= --prefix=${MAILMANDIR} \
-		--with-mail-gid=daemon --with-cgi-gid=nogroup
+		--with-mail-gid=daemon --with-cgi-gid=${CGI_GID}
 USE_PYTHON=	yes
 
 USERNAME?=	mailman
 USERID?=	89
+
+CGI_GID?=	nogroup
 
 MMDIR?=		mailman
 MAILMANDIR=	${PREFIX}/${MMDIR}
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103261508.f2QF8RH04609>