Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2018 00:44:04 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336526 - head
Message-ID:  <201807200044.w6K0i4QQ079894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807200044.w6K0i4QQ079894>