summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-17 12:59:37 +0000
committerdes <des@FreeBSD.org>2013-09-17 12:59:37 +0000
commit7dcff093d5430506510dedea1195ad70edd57c99 (patch)
tree6872b2c9cb4110250b49a4dd8dac31dedd672047 /Makefile.inc1
parent1c5decc9ed968de7a8be874423cc23647c997e83 (diff)
downloadFreeBSD-src-7dcff093d5430506510dedea1195ad70edd57c99.zip
FreeBSD-src-7dcff093d5430506510dedea1195ad70edd57c99.tar.gz
Add unbound to the list of UIDs / GIDs to check fore before installing.
Approved by: re (blanket)
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 63c24ca..52fc84b 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 \
OpenPOWER on IntegriCloud