From owner-freebsd-questions@freebsd.org Tue Sep 8 14:28:22 2015 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 96CA79CC742 for ; Tue, 8 Sep 2015 14:28:22 +0000 (UTC) (envelope-from lists@gooch.io) Received: from mailout.easymail.ca (mailout.easymail.ca [64.68.201.169]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F8831F93 for ; Tue, 8 Sep 2015 14:28:21 +0000 (UTC) (envelope-from lists@gooch.io) Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 4B9EFE2DB for ; Tue, 8 Sep 2015 10:19:34 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mailout.easymail.ca X-Spam-Flag: NO X-Spam-Score: -3.707 X-Spam-Level: X-Spam-Status: No, score=-3.707 required=5 tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599, DNS_FROM_AHBL_RHSBL=0.692] Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (easymail-mailout.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0LaGBr8tHCp0 for ; Tue, 8 Sep 2015 10:19:33 -0400 (EDT) Received: from [192.168.42.150] (d207-6-81-105.bchsia.telus.net [207.6.81.105]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id AA027E2C3 for ; Tue, 8 Sep 2015 10:19:33 -0400 (EDT) Reply-To: jesse@gooch.io Subject: Re: How to update the hosts clock as part of cron daily? References: <55EEE94E.4060906@gmail.com> To: freebsd-questions@freebsd.org From: Jesse Gooch Message-ID: <55EEEE12.70407@gooch.io> Date: Tue, 8 Sep 2015 07:17:54 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55EEE94E.4060906@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 14:28:22 -0000 If you don't mind installing ports/packages I recommend net/openntpd (http://www.openntpd.org/) from the OpenBSD guys rather than base ntpd. Much simpler. The configuration file has only a few directives. It also has an interesting constraints feature.