Add ntpd to the list of users/groups to check before installing.
This commit is contained in:
parent
3496c981ac
commit
07b9533326
@ -1187,6 +1187,10 @@ CHECK_GIDS+= proxy authpf
|
||||
CHECK_UIDS+= unbound
|
||||
CHECK_GIDS+= unbound
|
||||
.endif
|
||||
.if ${MK_NTP} != "no"
|
||||
CHECK_UIDS+= ntpd
|
||||
CHECK_GIDS+= ntpd
|
||||
.endif
|
||||
_installcheck_world: __installcheck_UGID
|
||||
__installcheck_UGID: .PHONY
|
||||
.for uid in ${CHECK_UIDS}
|
||||
|
Loading…
x
Reference in New Issue
Block a user