Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2018 20:31:23 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   svn commit: r340698 - releng/12.0/usr.sbin/ntp/ntpd
Message-ID:  <201811202031.wAKKVNFx011129@repo.freebsd.org>

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



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