ports/175533: [patch] privoxy gid is missing in GIDs
Fabian Keil
fk at fabiankeil.de
Wed Jan 23 15:30:01 UTC 2013
>Number: 175533
>Category: ports
>Synopsis: [patch] privoxy gid is missing in GIDs
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 23 15:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Fabian Keil
>Release: HEAD
>Organization:
>Environment:
FreeBSD r500.local 10.0-CURRENT FreeBSD 10.0-CURRENT #541 r+d9dd762: Tue Jan 22 15:21:00 CET 2013 fk at r500.local:/usr/obj/usr/src/sys/ZOEY amd64
>Description:
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.
>How-To-Repeat:
grep privoxy /usr/ports/UIDs /usr/ports/GIDs
>Fix:
Apply the attached patch.
Patch attached with submission follows:
>From d57884dda776c394ddaee6067b06e85a7d0b9b58 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk at fabiankeil.de>
Date: Wed, 23 Jan 2013 15:12:17 +0100
Subject: [PATCH] Register privoxy GID so it is available for GROUPS
---
GIDs | 1 +
1 file changed, 1 insertion(+)
diff --git a/GIDs b/GIDs
index 1406575..4025e91 100644
--- a/GIDs
+++ b/GIDs
@@ -99,6 +99,7 @@ saned:*:194:
radns:*:195:
mcserver:*:199:
sympa:*:200:
+privoxy:*:201:
dspam:*:202:
yate:*:204:
gnugk:*:205:
--
1.8.1
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list