aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2013-09-17 12:59:37 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2013-09-17 12:59:37 +0000
commit91270ec52eb5bb002db258f66dd1f30834203ec1 (patch)
tree6872b2c9cb4110250b49a4dd8dac31dedd672047 /Makefile.inc1
parent22e3858c246fd280db467292d0828875f0068e4c (diff)
downloadsrc-91270ec52eb5bb002db258f66dd1f30834203ec1.tar.gz
src-91270ec52eb5bb002db258f66dd1f30834203ec1.zip
Add unbound to the list of UIDs / GIDs to check fore before installing.
Approved by: re (blanket)
Notes
Notes: svn path=/head/; revision=255634
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 63c24ca0b828..52fc84b05d48 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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 \