From owner-svn-src-all@freebsd.org Thu Aug 25 13:02:11 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79247BC59BA for ; Thu, 25 Aug 2016 13:02:11 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AD451F95 for ; Thu, 25 Aug 2016 13:02:11 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f42.google.com with SMTP id g62so33993448lfe.3 for ; Thu, 25 Aug 2016 06:02:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=JIqEY+1XKj7CMQvi4KgoAtzcwrNKckgcir0SjPiPLXg=; b=D+hiKimXR8nlsFSdmdtzDfe25oSB4a4PLMUjPY7wmwuAZDS/LHHrsEzYqC+0xa3Wo/ s9uFhyggONWI2IFNVJANLTBfALSc3jkS5+Gv4HqwJNfJaejqqWOQTLP7/P/AErrzluK5 VWt95uxT/LI6rrW52S3IepXm+tHaTBeNte6Ygg7F4pQ13cV72PWDNZ6Twao/iajklcHU cI/i3AxmQ4aaaBcaF07SYx+yqtX1kFFQzIX9ji+83IvvZNWCKWd+vLUnFJxrUGuV9/eO J5INK69zQahK9lN9Xh0YTdDoPaRG53Mt8HYeayg0Xk5Gjnytzojj90I/eB3m3IsPKze2 is4Q== X-Gm-Message-State: AE9vXwPc3c5ehiZ7fdYnTjzh4QKlbFHVESFsNX7vSpxbp0BAa/MteawDBRQF04V8u4zsNg== X-Received: by 10.25.90.198 with SMTP id o189mr2094953lfb.193.1472130123108; Thu, 25 Aug 2016 06:02:03 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id r196sm3028303lfd.41.2016.08.25.06.02.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Aug 2016 06:02:02 -0700 (PDT) Subject: Re: svn commit: r304781 - head/etc/rc.d To: Cy Schubert , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201608250258.u7P2wfLm045991@repo.freebsd.org> From: Andrey Chernov Message-ID: <3deee68f-3b30-8305-6985-422797f66fa0@freebsd.org> Date: Thu, 25 Aug 2016 16:02:00 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <201608250258.u7P2wfLm045991@repo.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2016 13:02:11 -0000 On 25.08.2016 5:58, Cy Schubert wrote: > Author: cy > Date: Thu Aug 25 02:58:41 2016 > New Revision: 304781 > URL: https://svnweb.freebsd.org/changeset/base/304781 > > Log: > Add logic to replace the working ntp leap-seconds file in /var/db > if it contains a $FreeBSD$ header. The header will cause the file > to fail checksum of the hash causing ntpd to ignore the file. You don't need any logic, just remove $FreeBSD$ keyword from it. ntpd can be called manually with this file too.