Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2011 12:31:47 GMT
From:      Marin Atanasov Nikolov <dnaeon@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163666: [PATCH] Add user "gerrit" to UIDs and GIDs
Message-ID:  <201112281231.pBSCVlEW046145@red.freebsd.org>
Resent-Message-ID: <201112281240.pBSCeAd2045565@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163666
>Category:       ports
>Synopsis:       [PATCH] Add user "gerrit" to UIDs and GIDs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 28 12:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Marin Atanasov Nikolov
>Release:        FreeBSD 9.0-BETA3
>Organization:
unix-heaven.org
>Environment:
FreeBSD xxx 9.0-BETA3 FreeBSD 9.0-BETA3 #1: Fri Sep 30 11:24:43 EEST 2011     root@xxx:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
In order to get devel/gerrit into the ports tree we need to have the "gerrit" user added to UIDs and GIDs file first.

Please have a look at ports/163665 for adding devel/gerrit to the Ports Tree.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ports.orig/GIDs ports/GIDs
--- ports.orig/GIDs	2011-12-27 14:40:16.000000000 +0200
+++ ports/GIDs	2011-12-27 14:41:43.000000000 +0200
@@ -175,6 +175,7 @@
 openxpki:*:777:
 puppet:*:814:
 jenkins:*:818:
+gerrit:*:819:
 openacs:*:820:
 dotlrn:*:821:
 netdisco:*:840:
diff -ruN ports.orig/UIDs ports/UIDs
--- ports.orig/UIDs	2011-12-27 14:40:11.000000000 +0200
+++ ports/UIDs	2011-12-27 14:41:03.000000000 +0200
@@ -181,6 +181,7 @@
 openxpki:*:777:777::0:0:OpenXPKI Owner:/nonexistent:/usr/sbin/nologin
 puppet:*:814:814::0:0:Puppet Daemon:/nonexistent:/usr/sbin/nologin
 jenkins:*:818:818::0:0:Jenkins CI:/usr/local/jenkins:/usr/sbin/nologin
+gerrit:*:819:819::0:0:Gerrit Daemon User:/usr/local/gerrit:/usr/local/bin/bash
 openacs:*:820:820::0:0:OpenACS Daemon User:/nonexistent:/usr/sbin/nologin
 dotlrn:*:821:821::0:0:.LRN Daemon User:/nonexistent:/usr/sbin/nologin
 netdisco:*:840:840::0:0:netdisco daemon:/nonexistent:/usr/sbin/nologin


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112281231.pBSCVlEW046145>