mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue