svn commit: r413621 - head/Mk

Olli Hauer ohauer at FreeBSD.org
Tue Apr 19 03:28:33 UTC 2016


Author: ohauer
Date: Tue Apr 19 03:28:32 2016
New Revision: 413621
URL: https://svnweb.freebsd.org/changeset/ports/413621

Log:
  - add unbound to USERS_BLACKLIST (sync with src/etc/master.passwd)
  
  Approved by:	portmgr (mat@)

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Tue Apr 19 02:07:35 2016	(r413620)
+++ head/Mk/bsd.port.mk	Tue Apr 19 03:28:32 2016	(r413621)
@@ -1243,7 +1243,7 @@ GID_OFFSET?=	0
 
 # predefined accounts from src/etc/master.passwd
 # alpha numeric sort order
-USERS_BLACKLIST=	_dhcp _pflogd auditdistd bin bind daemon games hast kmem mailnull man news nobody operator pop proxy root smmsp sshd toor tty uucp www
+USERS_BLACKLIST=	_dhcp _pflogd auditdistd bin bind daemon games hast kmem mailnull man news nobody operator pop proxy root smmsp sshd toor tty unbound uucp www
 
 # predefined accounts from src/etc/group
 # alpha numeric sort order


More information about the svn-ports-all mailing list