From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 12 15:10:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9F9D16A4CE for ; Mon, 12 Jul 2004 15:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E4143D1D for ; Mon, 12 Jul 2004 15:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6CFARlR031483 for ; Mon, 12 Jul 2004 15:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6CFAR6F031482; Mon, 12 Jul 2004 15:10:27 GMT (envelope-from gnats) Date: Mon, 12 Jul 2004 15:10:27 GMT Message-Id: <200407121510.i6CFAR6F031482@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Vivek Khera Subject: Re: ports/68936: mailman: confusion about UID/GID X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vivek Khera List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2004 15:10:27 -0000 The following reply was made to PR ports/68936; it has been noted by GNATS. From: Vivek Khera To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/68936: mailman: confusion about UID/GID Date: Mon, 12 Jul 2004 11:04:15 -0400 This patch corrects the problem. UID/GID 91 are reserved as per Porter's handbook, so that is what is used consistently now. Thanks for pointing it out. diff -Pru mailman.old/files/pkg-opts mailman/files/pkg-opts --- mailman.old/files/pkg-opts Fri Dec 12 18:50:02 2003 +++ mailman/files/pkg-opts Mon Jul 12 10:56:29 2004 @@ -2,7 +2,7 @@ * MM_USERNAME [mailman] The username of the Mailman user -* MM_USERID [92] +* MM_USERID [91] The user ID of the Mailman user It is recommended that you do not change this option. @@ -10,7 +10,7 @@ * MM_GROUPNAME [mailman] The group to which the Mailman user will belong -* MM_GROUPID [92] +* MM_GROUPID [MM_USERID] The group ID for the Mailman user It is recommended that you do not change this option.