From barner@in.tum.de Wed Jun 23 14:34:40 2004 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E332416A4CE for ; Wed, 23 Jun 2004 14:34:40 +0000 (GMT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AE9A43D5C for ; Wed, 23 Jun 2004 14:34:40 +0000 (GMT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id CB8583FA8; Wed, 23 Jun 2004 16:21:18 +0200 (CEST) Message-Id: <20040623142118.CB8583FA8@zi025.glhnet.mhn.de> Date: Wed, 23 Jun 2004 16:21:18 +0200 (CEST) From: Simon Barner Reply-To: Simon Barner To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: databases/rdfdb: reserve unique uid/gid pair X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 68243 >Category: ports >Synopsis: databases/rdfdb: reserve unique uid/gid pair >Confidential: no >Severity: non-critical >Priority: low >Responsible: krion >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 23 14:40:28 GMT 2004 >Closed-Date: Thu Jun 24 08:13:09 GMT 2004 >Last-Modified: Thu Jun 24 08:13:09 GMT 2004 >Originator: Simon Barner >Release: FreeBSD 5.2.1-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD zi025.glhnet.mhn.de 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #0: Sat Apr 17 12:06:11 CEST 2004 toor@zi025.glhnet.mhn.de:/usr/src/sys/i386/compile/KISTE i386 >Description: Unbreak the port by assigning a free uid/gid pair to it. Please register that pair at (or tell me whether I should take care of that and write mail to doc@). http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-uid.html UID: rdfdb:*:71:71::0:0:rdfDB Daemon:/var/db/rdfdb:/bin/sh GID: rdfdb:*:55: (patch for the html file is also attached!) >How-To-Repeat: >Fix: --- rdfdb.diff begins here --- --- pkg-install.orig Wed Jun 23 16:09:11 2004 +++ pkg-install Wed Jun 23 16:09:54 2004 @@ -9,7 +9,7 @@ PRE-INSTALL) USER=rdfdb GROUP=${USER} - UID=71 + UID=55 GID=${UID} if pw group show "${GROUP}" 2>/dev/null; then --- Makefile.orig Wed Jun 23 16:11:03 2004 +++ Makefile Wed Jun 23 16:10:58 2004 @@ -15,10 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A lightweight RDF database -IGNORE= Uses unregistered uid that conflicts with oracle7-client -EXPIRATION_DATE=2004-08-20 -DEPRECATED= ${IGNORE} - LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 WRKSRC= ${WRKDIR}/rdfdb --- rdfdb.diff ends here --- --- dads-uid.html.orig Wed Jun 23 16:14:33 2004 +++ dads-uid.html Wed Jun 23 16:16:45 2004 @@ -42,6 +42,7 @@
bind:*:53:53:Bind Sandbox:/:/sbin/nologin
 majordom:*:54:54:Majordomo Pseudo User:/usr/local/majordomo:/nonexistent
+rdfdb:*:55:55:rdfDB Daemon:/var/db/rdfdb:/bin/sh
 cyrus:*:60:60:the cyrus mail server:/nonexistent:/nonexistent
 gnats:*:61:1:GNATS database owner:/usr/local/share/gnats/gnats-db:/bin/sh
 proxy:*:62:62:Packet Filter pseudo-user:/nonexistent:/nonexistent
@@ -98,6 +99,7 @@
 

This is the current list of reserved GIDs.

bind:*:53:
+rdfdb:*:55:
 cyrus:*:60:
 proxy:*:62:
 authpf:*:63:
@@ -140,4 +142,4 @@
 
 For questions about the FreeBSD ports system, e-mail <ports@FreeBSD.org>.
For questions about this documentation, e-mail <doc@FreeBSD.org>. - \ No newline at end of file + >Release-Note: >Audit-Trail: From: Simon Barner To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/68243: databases/rdfdb: reserve unique uid/gid pair Date: Wed, 23 Jun 2004 16:49:39 +0200 > UID: rdfdb:*:71:71::0:0:rdfDB Daemon:/var/db/rdfdb:/bin/sh > GID: rdfdb:*:55: This should be > UID: rdfdb:*:55:55:rdfDB Daemon:/var/db/rdfdb:/bin/sh > GID: rdfdb:*:55:, but the patch is correct. Responsible-Changed-From-To: freebsd-ports-bugs->krion Responsible-Changed-By: krion Responsible-Changed-When: Wed Jun 23 15:07:08 GMT 2004 Responsible-Changed-Why: I'll handle it. http://www.freebsd.org/cgi/query-pr.cgi?pr=68243 State-Changed-From-To: open->closed State-Changed-By: krion State-Changed-When: Thu Jun 24 08:13:04 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=68243 >Unformatted: