Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2018 18:38:27 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340440 - head/usr.sbin/ntp/ntpd
Message-ID:  <201811141838.wAEIcRId070302@repo.freebsd.org>

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



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