From owner-freebsd-arm@freebsd.org Sun Aug 12 15:07:38 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50F121073417 for ; Sun, 12 Aug 2018 15:07:38 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (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 9B6BF8BE76; Sun, 12 Aug 2018 15:07:37 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w7CF7ZeK032931; Sun, 12 Aug 2018 08:07:35 -0700 (PDT) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd-rwg@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w7CF7YNN032930; Sun, 12 Aug 2018 08:07:34 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201808121507.w7CF7YNN032930@pdx.rh.CN85.dnsmgr.net> Subject: Re: BeagleBone Black with a I2C Digital Analog Converter In-Reply-To: <1534081680.31375.25.camel@freebsd.org> To: Ian Lepore Date: Sun, 12 Aug 2018 08:07:34 -0700 (PDT) CC: "Dr. Rolf Jansen" , freebsd-arm@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2018 15:07:38 -0000 > On Sun, 2018-08-12 at 01:01 -0300, Dr. Rolf Jansen wrote: > > > > BTW: The startup script /etc/rc.d/ntpd got a flaw. The -p option must > > be removed from the cmdargs. > > No, you must not set that flag in ntpd_flags in your rc.conf. That is bad design, a user should be able to over ride any flags of any command that we run from /etc/rc.d scripts. The -p option should be in the /etc/defaults/rc.conf ntpd_flags="" string, and the hard coded -p ripped out, as this submission does, from the /etc/rc.d/ntpd script. > Also, you > must run mergemaster or otherwise arrange to update > /etc/defaults/rc.conf so that it gets the new (empty) default value for > ntpd_flags. > > -- Ian > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > -- Rod Grimes rgrimes@freebsd.org