Add unbound to the list of UIDs / GIDs to check fore before installing.
Approved by: re (blanket)
This commit is contained in:
parent
22e3858c24
commit
91270ec52e
@ -709,6 +709,10 @@ CHECK_GIDS+= smmsp
|
|||||||
CHECK_UIDS+= proxy
|
CHECK_UIDS+= proxy
|
||||||
CHECK_GIDS+= proxy authpf
|
CHECK_GIDS+= proxy authpf
|
||||||
.endif
|
.endif
|
||||||
|
.if ${MK_UNBOUND} != "no"
|
||||||
|
CHECK_UIDS+= unbound
|
||||||
|
CHECK_GIDS+= unbound
|
||||||
|
.endif
|
||||||
installcheck_UGID:
|
installcheck_UGID:
|
||||||
.for uid in ${CHECK_UIDS}
|
.for uid in ${CHECK_UIDS}
|
||||||
@if ! `id -u ${uid} >/dev/null 2>&1`; then \
|
@if ! `id -u ${uid} >/dev/null 2>&1`; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user