From 91270ec52eb5bb002db258f66dd1f30834203ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 17 Sep 2013 12:59:37 +0000 Subject: [PATCH] Add unbound to the list of UIDs / GIDs to check fore before installing. Approved by: re (blanket) --- Makefile.inc1 | 4 ++++ 1 file changed, 4 insertions(+) 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 \