svn commit: r255634 - head

Dag-Erling Smørgrav des at FreeBSD.org
Tue Sep 17 12:59:37 UTC 2013


Author: des
Date: Tue Sep 17 12:59:37 2013
New Revision: 255634
URL: http://svnweb.freebsd.org/changeset/base/255634

Log:
  Add unbound to the list of UIDs / GIDs to check fore before installing.
  
  Approved by:	re (blanket)

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Tue Sep 17 12:58:17 2013	(r255633)
+++ head/Makefile.inc1	Tue Sep 17 12:59:37 2013	(r255634)
@@ -709,6 +709,10 @@ CHECK_GIDS+=	smmsp
 CHECK_UIDS+=	proxy
 CHECK_GIDS+=	proxy authpf
 .endif
+.if ${MK_UNBOUND} != "no"
+CHECK_UIDS+=	unbound
+CHECK_GIDS+=	unbound
+.endif
 installcheck_UGID:
 .for uid in ${CHECK_UIDS}
 	@if ! `id -u ${uid} >/dev/null 2>&1`; then \


More information about the svn-src-all mailing list