Add ntpd to the list of users/groups to check before installing.

This commit is contained in:
Ian Lepore 2018-07-20 00:44:04 +00:00
parent 3496c981ac
commit 07b9533326
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336526

View File

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