Date: Tue, 20 Nov 2018 20:08:51 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r340696 - stable/12/usr.sbin/ntp/ntpd Message-ID: <201811202008.wAKK8pxn098697@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811202008.wAKK8pxn098697>