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

Renato Botelho garga at FreeBSD.org
Wed Nov 14 18:38:28 UTC 2018


Author: garga (ports committer)
Date: Wed Nov 14 18:38:27 2018
New Revision: 340440
URL: https://svnweb.freebsd.org/changeset/base/340440

Log:
  Fix typo introduced in r340439 - s/ETN/ETC/
  
  Reported by:	jhb, yuripv
  Approved by:	eugen
  MFC after:	3 days
  X-MFC-With:	340439
  Sponsored by:	Rubicon Communications, LLC (Netgate)

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

Modified: head/usr.sbin/ntp/ntpd/Makefile
==============================================================================
--- head/usr.sbin/ntp/ntpd/Makefile	Wed Nov 14 16:19:15 2018	(r340439)
+++ head/usr.sbin/ntp/ntpd/Makefile	Wed Nov 14 18:38:27 2018	(r340440)
@@ -9,7 +9,7 @@ MAN=
 
 DIRS=	ETC_NTP
 ETC_NTP=	/etc/ntp
-ETN_NTP_MODE=	0700
+ETC_NTP_MODE=	0700
 CONFS=	ntp.conf
 FILES=	leap-seconds
 FILESDIR=	ETC_NTP


More information about the svn-src-head mailing list