svn commit: r329167 - in head: . dns/unbound
Bryan Drewery
bdrewery at FreeBSD.org
Thu Oct 3 11:02:38 UTC 2013
Author: bdrewery
Date: Thu Oct 3 11:02:37 2013
New Revision: 329167
URL: http://svnweb.freebsd.org/changeset/ports/329167
Log:
- unbound was imported into base in r255597 with group 'unbound'. Chase
this and have the port also add a group to avoid mergemaster conflict
Approved by: maintainer timeout (via email)
Modified:
head/GIDs
head/UIDs
head/dns/unbound/Makefile
Modified: head/GIDs
==============================================================================
--- head/GIDs Thu Oct 3 10:57:26 2013 (r329166)
+++ head/GIDs Thu Oct 3 11:02:37 2013 (r329167)
@@ -6,6 +6,7 @@ smmsp:*:25:
bind:*:53:
rdfdb:*:55:
spamd:*:58:
+unbound:*:59:
cyrus:*:60:
proxy:*:62:
authpf:*:63:
Modified: head/UIDs
==============================================================================
--- head/UIDs Thu Oct 3 10:57:26 2013 (r329166)
+++ head/UIDs Thu Oct 3 11:02:37 2013 (r329167)
@@ -6,7 +6,7 @@ bind:*:53:53::0:0:Bind Sandbox:/:/usr/sb
majordom:*:54:54::0:0:Majordomo Pseudo User:/usr/local/majordomo:/nonexistent
rdfdb:*:55:55::0:0:rdfDB Daemon:/var/db/rdfdb:/bin/sh
spamd:*:58:58::0:0:SpamAssassin user:/var/spool/spamd:/usr/sbin/nologin
-unbound:*:59:1::0:0:unbound dns resolver:/nonexistent:/usr/sbin/nologin
+unbound:*:59:59::0:0:Unbound DNS Resolver:/nonexistent:/usr/sbin/nologin
cyrus:*:60:60::0:0:the cyrus mail server:/nonexistent:/nonexistent
gnats:*:61:1::0:0:GNATS database owner:/usr/local/share/gnats/gnats-db:/bin/sh
proxy:*:62:62::0:0:Packet Filter pseudo-user:/nonexistent:/nonexistent
Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile Thu Oct 3 10:57:26 2013 (r329166)
+++ head/dns/unbound/Makefile Thu Oct 3 11:02:37 2013 (r329167)
@@ -3,6 +3,7 @@
PORTNAME= unbound
PORTVERSION= 1.4.21
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://unbound.net/downloads/
@@ -19,6 +20,7 @@ CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE
USE_LDCONFIG= yes
USERS= ${PORTNAME}
+GROUPS= ${PORTNAME}
USE_RC_SUBR= unbound
More information about the svn-ports-head
mailing list