svn commit: r340698 - releng/12.0/usr.sbin/ntp/ntpd

Renato Botelho garga at FreeBSD.org
Tue Nov 20 20:31:25 UTC 2018


Author: garga (ports committer)
Date: Tue Nov 20 20:31:23 2018
New Revision: 340698
URL: https://svnweb.freebsd.org/changeset/base/340698

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

Modified:
  releng/12.0/usr.sbin/ntp/ntpd/Makefile
Directory Properties:
  releng/12.0/   (props changed)

Modified: releng/12.0/usr.sbin/ntp/ntpd/Makefile
==============================================================================
--- releng/12.0/usr.sbin/ntp/ntpd/Makefile	Tue Nov 20 20:16:03 2018	(r340697)
+++ releng/12.0/usr.sbin/ntp/ntpd/Makefile	Tue Nov 20 20:31:23 2018	(r340698)
@@ -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-all mailing list