Bug 175533 - [patch] privoxy gid is missing in GIDs
Summary: [patch] privoxy gid is missing in GIDs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-23 15:30 UTC by Fabian Keil
Modified: 2013-01-24 08:50 UTC (History)
0 users

See Also:


Attachments
file.txt (483 bytes, text/plain)
2013-01-23 15:30 UTC, Fabian Keil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!