svn commit: r340439 - head/usr.sbin/ntp/ntpd

Renato Botelho garga at FreeBSD.org
Wed Nov 14 16:19:16 UTC 2018


Author: garga (ports committer)
Date: Wed Nov 14 16:19:15 2018
New Revision: 340439
URL: https://svnweb.freebsd.org/changeset/base/340439

Log:
  Fix /etc/ntp permissions. According to mtree it must be 0700
  
  Reviewed by:	imp
  Approved by:	imp
  MFC after:	3 days
  Sponsored by:	Rubicon Communications, LLC (Netgate)
  Differential Revision:	https://reviews.freebsd.org/D17973

Modified:
  head/usr.sbin/ntp/ntpd/Makefile

Modified: head/usr.sbin/ntp/ntpd/Makefile
==============================================================================
--- head/usr.sbin/ntp/ntpd/Makefile	Wed Nov 14 16:18:13 2018	(r340438)
+++ head/usr.sbin/ntp/ntpd/Makefile	Wed Nov 14 16:19:15 2018	(r340439)
@@ -7,9 +7,12 @@ MAN=
 .PATH:	${SRCTOP}/contrib/ntp/ntpd \
 	${.OBJDIR}
 
+DIRS=	ETC_NTP
+ETC_NTP=	/etc/ntp
+ETN_NTP_MODE=	0700
 CONFS=	ntp.conf
 FILES=	leap-seconds
-FILESDIR=	/etc/ntp
+FILESDIR=	ETC_NTP
 FILESMODE=	644
 PROG=	ntpd
 


More information about the svn-src-all mailing list