Bug 175533

Summary: [patch] privoxy gid is missing in GIDs
Product: Ports & Packages Reporter: Fabian Keil <fk>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

Description Fabian Keil 2013-01-23 15:30:00 UTC
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
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-24 08:46:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-24 08:48:47 UTC
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"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-24 08:48:51 UTC
State Changed
From-To: open->closed

Committed, thank you!