Date: Mon, 12 Jul 2004 15:10:27 GMT From: Vivek Khera <vivek@khera.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/68936: mailman: confusion about UID/GID Message-ID: <200407121510.i6CFAR6F031482@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/68936; it has been noted by GNATS. From: Vivek Khera <vivek@khera.org> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407121510.i6CFAR6F031482>