svn commit: r340696 - stable/12/usr.sbin/ntp/ntpd

Renato Botelho garga at FreeBSD.org
Tue Nov 20 20:08:52 UTC 2018


Author: garga (ports committer)
Date: Tue Nov 20 20:08:51 2018
New Revision: 340696
URL: https://svnweb.freebsd.org/changeset/base/340696

Log:
  MFC r340439,r340440
  
  Fix /etc/ntp permissions. According to mtree it must be 0700
  
  Approved by:	imp
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  stable/12/usr.sbin/ntp/ntpd/Makefile
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.sbin/ntp/ntpd/Makefile
==============================================================================
--- stable/12/usr.sbin/ntp/ntpd/Makefile	Tue Nov 20 19:37:09 2018	(r340695)
+++ stable/12/usr.sbin/ntp/ntpd/Makefile	Tue Nov 20 20:08:51 2018	(r340696)
@@ -7,9 +7,12 @@ MAN=
 .PATH:	${SRCTOP}/contrib/ntp/ntpd \
 	${.OBJDIR}
 
+DIRS=	ETC_NTP
+ETC_NTP=	/etc/ntp
+ETC_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-stable-12 mailing list