From owner-cvs-all@FreeBSD.ORG Tue Mar 23 11:14:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8365216A4CE; Tue, 23 Mar 2004 11:14:46 -0800 (PST) Received: from hudson.icann.org (hudson.icann.org [192.0.35.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5035343D3F; Tue, 23 Mar 2004 11:14:46 -0800 (PST) (envelope-from DougB@dougbarton.net) Received: from dougbarton.net ([192.168.168.1]) by hudson.icann.org (8.11.6/8.11.6) with ESMTP id i2NJEaq19520; Tue, 23 Mar 2004 11:14:36 -0800 Message-ID: <40608C9C.4070609@dougbarton.net> Date: Tue, 23 Mar 2004 11:14:36 -0800 From: Doug Barton User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dag-Erling Smorgrav References: <200403221635.i2MGZZMe090481@repoman.freebsd.org> In-Reply-To: <200403221635.i2MGZZMe090481@repoman.freebsd.org> X-Enigmail-Version: 0.83.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ICANN-MailScanner-Information: Please contact support@icann.org for more information X-ICANN-MailScanner: Found to be clean cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: freebsd-rc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d ntpdate X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2004 19:14:46 -0000 Dag-Erling Smorgrav wrote: > des 2004/03/22 08:35:35 PST > > FreeBSD src repository > > Modified files: > etc/rc.d ntpdate > Log: > Set start_cmd and stop_cmd correctly so the code that extracts the names > of the ntp servers from ntp.conf is actually used. Remove pidfile since > ntpdate is not a daemon. > > Revision Changes Path > 1.8 +3 -4 src/etc/rc.d/ntpdate > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.d/ntpdate.diff?&r1=1.7&r2=1.8&f=h These look like good changes, thanks! Doug