From owner-freebsd-questions@freebsd.org Wed Dec 28 16:19:33 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 786FBC94CD1 for ; Wed, 28 Dec 2016 16:19:33 +0000 (UTC) (envelope-from johnl@iecc.com) Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "miucha.iecc.com", Issuer "StartCom Class 1 DV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48A1E1FC2 for ; Wed, 28 Dec 2016 16:19:33 +0000 (UTC) (envelope-from johnl@iecc.com) Received: (qmail 55185 invoked from network); 28 Dec 2016 16:19:38 -0000 Received: from unknown (64.57.183.18) by mail1.iecc.com with QMQP; 28 Dec 2016 16:19:38 -0000 Date: 28 Dec 2016 16:19:10 -0000 Message-ID: <20161228161910.29741.qmail@ary.lan> From: "John Levine" To: freebsd-questions@freebsd.org Cc: shamim.shahriar@gmail.com Subject: Re: where is ntpd In-Reply-To: Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 16:19:33 -0000 ># which ntpd >/usr/sbin/ntpd >So, where does the ntpd I am running come from if not from a package >or port? It's in the base system, which is why it's in /usr/sbin rather than /usr/local/sbin There is also an ntpd port, but unless you want to tweak it to do something exotic, there's no reason not to use the regular one. R's, John