In an upcoming www/privoxy-devel port (and future www/privoxy versions) I want to use GROUPS which requires a GUIDs entry. www/privoxy is already using the privoxy group with gid 201, but so far only a UIDs entry exists. It didn't cause problems yet because the port is using an old-school pkg-install script to create the required user and group. Fix: Apply the attached patch. Patch attached with submission follows: How-To-Repeat: grep privoxy /usr/ports/UIDs /usr/ports/GIDs
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
Author: rm Date: Thu Jan 24 08:48:34 2013 New Revision: 310918 URL: http://svnweb.freebsd.org/changeset/ports/310918 Log: - add missing group id for www/privoxy PR: 175533 Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer of www/privoxy) Modified: head/GIDs Modified: head/GIDs ============================================================================== --- head/GIDs Thu Jan 24 08:24:16 2013 (r310917) +++ head/GIDs Thu Jan 24 08:48:34 2013 (r310918) @@ -99,6 +99,7 @@ saned:*:194: radns:*:195: mcserver:*:199: sympa:*:200: +privoxy:*:201: dspam:*:202: yate:*:204: gnugk:*:205: _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thank you!