Author: ian Date: Fri Jul 20 00:44:04 2018 New Revision: 336526 URL: https://svnweb.freebsd.org/changeset/base/336526
Log: Add ntpd to the list of users/groups to check before installing. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ============================================================================== --- head/Makefile.inc1 Thu Jul 19 23:55:29 2018 (r336525) +++ head/Makefile.inc1 Fri Jul 20 00:44:04 2018 (r336526) @@ -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} _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"