From owner-freebsd-questions@freebsd.org Fri May 13 08:17:21 2016 Return-Path: Delivered-To: freebsd-questions@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 C65A8B3937B for ; Fri, 13 May 2016 08:17:21 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id AC4CB11B9 for ; Fri, 13 May 2016 08:17:21 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: by mailman.ysv.freebsd.org (Postfix) id AB9A6B3937A; Fri, 13 May 2016 08:17:21 +0000 (UTC) Delivered-To: questions@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 AB40AB39379 for ; Fri, 13 May 2016 08:17:21 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from cerebro.liukuma.net (cerebro.liukuma.net [IPv6:2a00:d1e0:1000:1b00::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7184E11B8 for ; Fri, 13 May 2016 08:17:21 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from cerebro.liukuma.net (localhost [127.0.0.1]) by cerebro.liukuma.net (Postfix) with ESMTP id F40DFB1F08A for ; Fri, 13 May 2016 11:17:19 +0300 (EEST) X-Virus-Scanned: amavisd-new at liukuma.net Received: from cerebro.liukuma.net ([127.0.0.1]) by cerebro.liukuma.net (cerebro.liukuma.net [127.0.0.1]) (amavisd-new, port 10027) with LMTP id u_3u6HtfmCbN for ; Fri, 13 May 2016 11:17:19 +0300 (EEST) Received: from Rivendell (dsl-kmibrasgw1-50dfdd-193.dhcp.inet.fi [80.223.221.193]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: ignatz@cerebro.liukuma.net) by cerebro.liukuma.net (Postfix) with ESMTPSA id 10F71B1E6C6 for ; Fri, 13 May 2016 11:17:19 +0300 (EEST) DKIM-Filter: OpenDKIM Filter v2.10.3 cerebro.liukuma.net 10F71B1E6C6 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1463127439; bh=RSjkkB8wEYVn9/R9YSlBgXyIlI93xFbzeTjg+Ahf7Jw=; h=From:To:References:In-Reply-To:Subject:Date; b=UFVRyDdTrw5QvDHsxykLu5WkofKqFpsnd7O6ZBJ0bVDAOwFjlhkkZ0JxwG7h8Lwzo qDzSDIJrJWZycwFOrBTqbT3wN+FOPfXBM8B51qtfJMyvX4qneyrJxTuJ8JVR29DGWP NqRxBYe4UKs5afMXBfE846ZIayJjfiP/NQTCN0AE= Message-ID: From: "Reko Turja" To: References: <5734FBDF.700@gmail.com> In-Reply-To: Subject: Re: 10.3 base ntpd leap-seconds. list file expires 2016-06-01 Date: Fri, 13 May 2016 11:17:13 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3564.1216 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3564.1216 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2016 08:17:21 -0000 Cheers Trond! -----Original Message----- From: Trond Endrestøl > Add these lines to /etc/periodic.conf: > daily_ntpd_leapfile_enable="YES" ... > service ntpd fetch Ernie asked something that was on my mind as well and I already found the answer how to update the file manually. I should have guessed base already had something more elegant included. Thanks a lot for both asking this and the answer! -Reko