From owner-freebsd-questions@freebsd.org Tue Sep 8 16:23:24 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 99DCA9CC546 for ; Tue, 8 Sep 2015 16:23:24 +0000 (UTC) (envelope-from mfv@bway.net) Received: from smtp1.bway.net (smtp1.bway.net [216.220.96.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74B5D1EBD for ; Tue, 8 Sep 2015 16:23:24 +0000 (UTC) (envelope-from mfv@bway.net) Received: from gecko4 (host-216-220-115-196.dsl.bway.net [216.220.115.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m1316v@bway.net) by smtp1.bway.net (Postfix) with ESMTPSA id B93C99587A; Tue, 8 Sep 2015 12:23:15 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bway.net; s=mail; t=1441729395; bh=L5byxfrmWUA5DtQP5mRMCm02PMX+hD3CisL6S/GzTYY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:Reply-To; b=WBPWVIGrTTYoZ5qXBImz1tj+AjhZYcPQ9sE/fHky8vFm57athjDkj8pljzlWHlIek YMAK6RgUuEuqNQAOOfLNRyOevkxtjCoSLUNLE8ANfJpU9QUQ+lNF8VBLO9xPSSutxj gZ90PGcbSCWBvSqPTrSBzhESO8kCICZiovJC/5cA= Date: Tue, 8 Sep 2015 12:23:15 -0400 From: mfv To: Jesse Gooch Cc: freebsd-questions@freebsd.org Subject: Re: How to update the hosts clock as part of cron daily? Message-ID: <20150908122315.1ac860d4@gecko4> In-Reply-To: <55EEEE12.70407@gooch.io> References: <55EEE94E.4060906@gmail.com> <55EEEE12.70407@gooch.io> Reply-To: mfv@bway.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 16:23:24 -0000 > On Tue, 2015-09-08 at 07:17 Jesse Gooch wrote: > >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. >_______________________________________________ >freebsd-questions@freebsd.org mailing list >https://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" Hello, +1 Cheers ... Marek