Date: Wed, 23 Jan 2013 15:26:51 GMT From: Fabian Keil <fk@fabiankeil.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/175533: [patch] privoxy gid is missing in GIDs Message-ID: <201301231526.r0NFQps2037332@red.freebsd.org> Resent-Message-ID: <201301231530.r0NFU0BQ061605@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301231526.r0NFQps2037332>