svn commit: r336526 - head

Ian Lepore ian at FreeBSD.org
Fri Jul 20 00:44:05 UTC 2018


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}


More information about the svn-src-all mailing list