1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-10 14:02:43 +00:00

Add unbound to the list of UIDs / GIDs to check fore before installing.

Approved by:	re (blanket)
This commit is contained in:
Dag-Erling Smørgrav 2013-09-17 12:59:37 +00:00
parent 22e3858c24
commit 91270ec52e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255634

View File

@ -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 \