From owner-freebsd-questions@FreeBSD.ORG Thu Dec 13 04:41:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE76A16A417 for ; Thu, 13 Dec 2007 04:41:23 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp117.sbc.mail.sp1.yahoo.com (smtp117.sbc.mail.sp1.yahoo.com [69.147.64.90]) by mx1.freebsd.org (Postfix) with SMTP id D3BCE13C4CC for ; Thu, 13 Dec 2007 04:41:23 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 11071 invoked from network); 13 Dec 2007 04:41:23 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:Mime-Version:Content-Transfer-Encoding:Message-Id:Content-Type:To:From:Subject:Date:X-Mailer; b=wAP9ukolFvavV+RSvy19YN9kN9CETGvWJB2YZvqXs4z6Hnk+6FZezi3+T0UCcYNN8B8Y8flRLhz6U8ziSlZKuXGQLcvyPhrjPe14/5xuESdOD7ok4/H9tktPNdICeewF1DsiR+g90a+KX40OFIvPn3xMSfFShU1Feqtpd0q0AHA= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp117.sbc.mail.sp1.yahoo.com with SMTP; 13 Dec 2007 04:41:22 -0000 X-YMail-OSG: iWpxQkcVM1mzfdlryr2KP2d_w7elhb1TWfm7_Km84Dag.6Eudtn4aVB.qeio7Rb_aKYv.feBRw-- Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: <83a69c3afc2408681310e88ad2f9dd80@prodigy.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: User Questions From: jekillen Date: Wed, 12 Dec 2007 20:42:47 -0800 X-Mailer: Apple Mail (2.622) Subject: ntpd configuration file changes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2007 04:41:24 -0000 Hello: Q: When making changes to ntp.conf it is necessary to restart the server? (I suspect yes) Q: How is that done? (I suspect ntpd reload or restart per rc script.. along the lines of apachectl restart or postfix reload??? Kill -HUP pid ??? ) I am looking at FreeBSD handbook and ntp documentation and have not found the answers. thank you in advance for info Jeff K