Date: Wed, 14 Nov 2018 16:38:57 -0200 From: Renato Botelho <garga@FreeBSD.org> To: Eugene Grosbein <eugen@grosbein.net>, John Baldwin <jhb@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r340439 - head/usr.sbin/ntp/ntpd Message-ID: <054f5cdf-5690-7ccc-fbf7-0589652891bd@FreeBSD.org> In-Reply-To: <c984d9dc-ada4-c4a8-15f1-679987b83ee2@grosbein.net> References: <201811141619.wAEGJFDl098193@repo.freebsd.org> <6f9ea19e-0904-25d3-f2fb-70b088e493f8@FreeBSD.org> <d0c13474-caff-f791-54ff-62b409d0bd05@FreeBSD.org> <c984d9dc-ada4-c4a8-15f1-679987b83ee2@grosbein.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 14/11/18 16:23, Eugene Grosbein wrote:
> 15.11.2018 1:12, Renato Botelho wrote:
>
>>>> Modified: head/usr.sbin/ntp/ntpd/Makefile
>>>> ==============================================================================
>>>> --- head/usr.sbin/ntp/ntpd/Makefile Wed Nov 14 16:18:13 2018 (r340438)
>>>> +++ head/usr.sbin/ntp/ntpd/Makefile Wed Nov 14 16:19:15 2018 (r340439)
>>>> @@ -7,9 +7,12 @@ MAN=
>>>> .PATH: ${SRCTOP}/contrib/ntp/ntpd \
>>>> ${.OBJDIR}
>>>>
>>>> +DIRS= ETC_NTP
>>>> +ETC_NTP= /etc/ntp
>>>> +ETN_NTP_MODE= 0700
>>>
>>> s/ETN/ETC/?
>>
>> Yes, I need to commit a fix. Do I need to request a new approval from a
>> src committer?
>>
>> Index: ntpd/Makefile
>> ===================================================================
>> --- ntpd/Makefile (revision 340439)
>> +++ ntpd/Makefile (working copy)
>> @@ -9,7 +9,7 @@
>>
>> DIRS= ETC_NTP
>> ETC_NTP= /etc/ntp
>> -ETN_NTP_MODE= 0700
>> +ETC_NTP_MODE= 0700
>> CONFS= ntp.conf
>> FILES= leap-seconds
>> FILESDIR= ETC_NTP
>>
>
> Yes, you need. Approved.
Fixed in 340440. Thanks!
--
Renato Botelho
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?054f5cdf-5690-7ccc-fbf7-0589652891bd>
