Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jun 2004 16:21:18 +0200 (CEST)
From:      Simon Barner <barner@in.tum.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68243: databases/rdfdb: reserve unique uid/gid pair
Message-ID:  <20040623142118.CB8583FA8@zi025.glhnet.mhn.de>
Resent-Message-ID: <200406231440.i5NEeSwi048490@freefall.freebsd.org>

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

>Number:         68243
>Category:       ports
>Synopsis:       databases/rdfdb: reserve unique uid/gid pair
>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 Jun 23 14:40:28 GMT 2004
>Closed-Date:
>Last-Modified:
>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 @@
 
 <pre class="PROGRAMLISTING">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 @@
 <p>This is the current list of reserved GIDs.</p>
 
 <pre class="PROGRAMLISTING">bind:*:53:
+rdfdb:*:55:
 cyrus:*:60:
 proxy:*:62:
 authpf:*:63:
@@ -140,4 +142,4 @@
 
 For questions about the FreeBSD ports system, e-mail &lt;<a href="mailto:ports@FreeBSD.org">ports@FreeBSD.org</a>&gt;.<br>
 For questions about this documentation, e-mail &lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.
-</body></html>
\ No newline at end of file
+</body></html>
>Release-Note:
>Audit-Trail:
>Unformatted:



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