From owner-freebsd-questions@freebsd.org Tue Sep 8 14:38:49 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 4705D9CCD64 for ; Tue, 8 Sep 2015 14:38:49 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (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 D6513186C for ; Tue, 8 Sep 2015 14:38:48 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by wicfx3 with SMTP id fx3so122894397wic.1 for ; Tue, 08 Sep 2015 07:38:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=X51GeGbpuCkEiQJiyNEkcOQZOikhnplO/JM1pEpvfo0=; b=Gxms682mY8XQnfEnlCVfkyxtBC7S5tiPav3aIeitQy1wEztBbveX2U+MCJJZjB2SCl HeAzlL1IfITpOsUqPnpPpjYRW6GvBo1PF+QmapYki+3D3dlUuvcBO7QXG0x4QZRLU9Ke J9zifQ6SZLKZYHXbQQBjB92BNTWA31NKGLhIX9jCbt77yi0khRsLY8i+vWgSxgSWPoZK j+CnHBm8M/WXlbtZ0lm8TSzJfSv0c7qrAHqXGsbn2FjPkcWPc/D2tTAHNwyp0Zj/Gx9a MCxqsi24PMGHzRkv7ozp0IaH3DNI64M5zvA43F+R/6ht5UYYPfi9nBlCAGSpxiagSVQG uFLQ== X-Received: by 10.181.13.13 with SMTP id eu13mr46809634wid.70.1441723126210; Tue, 08 Sep 2015 07:38:46 -0700 (PDT) Received: from gumby.homeunix.com ([90.195.198.255]) by smtp.gmail.com with ESMTPSA id ej5sm5202786wjd.22.2015.09.08.07.38.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Sep 2015 07:38:45 -0700 (PDT) Date: Tue, 8 Sep 2015 15:38:42 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: How to update the hosts clock as part of cron daily? Message-ID: <20150908153842.33081597@gumby.homeunix.com> In-Reply-To: <55EEEE12.70407@gooch.io> References: <55EEE94E.4060906@gmail.com> <55EEEE12.70407@gooch.io> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd10.0) 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 14:38:49 -0000 On Tue, 8 Sep 2015 07:17:54 -0700 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. I don't see how it could be any simpler than just turning-on the base system daemon.