From owner-freebsd-rc@FreeBSD.ORG Tue Mar 23 11:14:46 2004 Return-Path: Delivered-To: freebsd-rc@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: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to /etc/rc.d design and implementation. 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 From owner-freebsd-rc@FreeBSD.ORG Wed Mar 24 13:58:12 2004 Return-Path: Delivered-To: freebsd-rc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F0B716A4CE for ; Wed, 24 Mar 2004 13:58:12 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 326CA43D2F for ; Wed, 24 Mar 2004 13:58:12 -0800 (PST) (envelope-from DougB@freebsd.org) Received: from dougb.net ([24.130.160.161]) by comcast.net (sccrmhc12) with SMTP id <20040324215811012000aipje>; Wed, 24 Mar 2004 21:58:11 +0000 Date: Wed, 24 Mar 2004 13:58:10 -0800 (PST) From: Doug Barton To: freebsd-rc@freebsd.org Message-ID: <20040324135724.L88409@qbhto.arg> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: cvs commit: src/share/man/man5 rc.conf.5 src/etc rc.subr src/etc/defaults rc.conf src/etc/rc.d Makefile cleanvar cleartmp diskless hostname resolv tmp var (fwd) X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to /etc/rc.d design and implementation. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2004 21:58:12 -0000 Was this project discussed with anyone (Mike? Gordon?) before it went into effect? Doug -- This .signature sanitized for your protection ---------- Forwarded message ---------- From: Brooks Davis To: "src-committers@FreeBSD.org" , "cvs-src@FreeBSD.org" , "cvs-all@FreeBSD.org" Date: Tue, 23 Mar 2004 15:22:35 -0800 (PST) Subject: cvs commit: src/share/man/man5 rc.conf.5 src/etc rc.subr src/etc/defaults rc.conf src/etc/rc.d Makefile cleanvar cleartmp diskless hostname resolv tmp var brooks 2004/03/23 15:22:35 PST FreeBSD src repository Modified files: share/man/man5 rc.conf.5 etc rc.subr etc/defaults rc.conf etc/rc.d Makefile cleanvar cleartmp hostname resolv tmp var Removed files: etc/rc.d diskless Log: Overhaul the /etc/rc.d/diskless script by splitting it out into hostname, resolve, tmp, and var scripts. The latter three are new and were repo copied. These scripts no longer depend on being booted with and NFS root instead attempt to automaticly create mfs /tmp and /var volumes if the they are not writable. This behavior can be overridden in /etc/rc.conf. Reviewed by: luigi, pjd Revision Changes Path 1.202 +5 -0 src/etc/defaults/rc.conf 1.36 +4 -4 src/etc/rc.d/Makefile 1.6 +1 -1 src/etc/rc.d/cleanvar 1.10 +1 -1 src/etc/rc.d/cleartmp 1.32 +0 -173 src/etc/rc.d/diskless (dead) 1.6 +8 -0 src/etc/rc.d/hostname 1.32 +11 -128 src/etc/rc.d/resolv 1.32 +26 -134 src/etc/rc.d/tmp 1.32 +56 -132 src/etc/rc.d/var 1.26 +13 -0 src/etc/rc.subr 1.209 +42 -0 src/share/man/man5/rc.conf.5 http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/defaults/rc.conf.diff?&r1=1.201&r2=1.202&f=h http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.d/Makefile.diff?&r1=1.35&r2=1.36&f=h http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.d/cleanvar.diff?&r1=1.5&r2=1.6&f=h http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.d/cleartmp.diff?&r1=1.9&r2=1.10&f=h http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.d/diskless http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.d/hostname.diff?&r1=1.5&r2=1.6&f=h http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.d/resolv.diff?&r1=1.31&r2=1.32&f=h http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.d/tmp.diff?&r1=1.31&r2=1.32&f=h http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.d/var.diff?&r1=1.31&r2=1.32&f=h http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.subr.diff?&r1=1.25&r2=1.26&f=h http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/man/man5/rc.conf.5.diff?&r1=1.208&r2=1.209&f=h From owner-freebsd-rc@FreeBSD.ORG Wed Mar 24 15:03:31 2004 Return-Path: Delivered-To: freebsd-rc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E552116A4D8; Wed, 24 Mar 2004 15:03:31 -0800 (PST) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FCB843D3F; Wed, 24 Mar 2004 15:03:31 -0800 (PST) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id i2ON3SZa008652; Wed, 24 Mar 2004 15:03:28 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id i2ON3S01008651; Wed, 24 Mar 2004 15:03:28 -0800 Date: Wed, 24 Mar 2004 15:03:28 -0800 From: Brooks Davis To: Doug Barton Message-ID: <20040324230328.GA5801@Odin.AC.HMC.Edu> References: <20040324135724.L88409@qbhto.arg> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline In-Reply-To: <20040324135724.L88409@qbhto.arg> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: freebsd-rc@freebsd.org Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/etc rc.subr src/etc/defaults rc.conf src/etc/rc.d Makefile cleanvar cleartmp diskless hostname resolv tmp var (fwd) X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to /etc/rc.d design and implementation. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2004 23:03:32 -0000 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 24, 2004 at 01:58:10PM -0800, Doug Barton wrote: > Was this project discussed with anyone (Mike? Gordon?) before it went > into effect? I posted to -arch. At the time I sent out the diff there was no better place to post because this list didn't exist and the Yahoo list that labled all my mail as spam and passed the real spam through untagged. This might not have been the perfect approach, but what's done is done. I'd be happy to correct real problems with the code if needed. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAYhO/XY6L6fI4GtQRAgnAAJ9ddzyf9KmTzaaiI4UpXqrR3yYElwCgmko4 vgidHOFKIdQNKWeW1Pzc17k= =UnIE -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s-- From owner-freebsd-rc@FreeBSD.ORG Fri Mar 26 22:40:31 2004 Return-Path: Delivered-To: freebsd-rc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A3E16A4CE for ; Fri, 26 Mar 2004 22:40:31 -0800 (PST) Received: from lap.dougb.net (c-24-130-160-161.we.client2.attbi.com [24.130.160.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CAF343D41 for ; Fri, 26 Mar 2004 22:40:31 -0800 (PST) (envelope-from DougB@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by lap.dougb.net (8.12.11/8.12.11) with ESMTP id i2R6eQvB001074; Fri, 26 Mar 2004 22:40:29 -0800 (PST) (envelope-from DougB@FreeBSD.org) Date: Fri, 26 Mar 2004 22:40:26 -0800 (PST) From: Doug Barton To: Brooks Davis In-Reply-To: <20040324230328.GA5801@Odin.AC.HMC.Edu> Message-ID: <20040326223853.H984@ync.qbhto.arg> References: <20040324135724.L88409@qbhto.arg> <20040324230328.GA5801@Odin.AC.HMC.Edu> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "freebsd-rc@freebsd.org" Subject: Re: cvs commit: src/share/man/man5 rc.conf.5 src/etc rc.subr src/etc/defaults rc.conf src/etc/rc.d Makefile cleanvar cleartmp diskless hostname resolv tmp var (fwd) X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to /etc/rc.d design and implementation. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 06:40:31 -0000 On Wed, 24 Mar 2004, Brooks Davis wrote: > On Wed, Mar 24, 2004 at 01:58:10PM -0800, Doug Barton wrote: > > Was this project discussed with anyone (Mike? Gordon?) before it went > > into effect? > > I posted to -arch. At the time I sent out the diff there was no better > place to post because this list didn't exist and the Yahoo list that > labled all my mail as spam and passed the real spam through untagged. > This might not have been the perfect approach, but what's done is done. > I'd be happy to correct real problems with the code if needed. Ok, thanks for clarifying. :) I didn't mean to imply that there was anything wrong with your work, a very cursory exam indicated that you're going in the right direction. Since your commit touched a lot of files, I just wanted to be sure that it wasn't happening willy nilly. :) Doug -- This .signature sanitized for your protection From owner-freebsd-rc@FreeBSD.ORG Sat Mar 27 01:29:16 2004 Return-Path: Delivered-To: freebsd-rc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3255F16A4CE; Sat, 27 Mar 2004 01:29:16 -0800 (PST) Received: from lap.dougb.net (c-24-130-160-161.we.client2.attbi.com [24.130.160.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1390943D1D; Sat, 27 Mar 2004 01:29:16 -0800 (PST) (envelope-from DougB@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by lap.dougb.net (8.12.11/8.12.11) with ESMTP id i2R9TErA000845; Sat, 27 Mar 2004 01:29:15 -0800 (PST) (envelope-from DougB@FreeBSD.org) Date: Sat, 27 Mar 2004 01:29:14 -0800 (PST) From: Doug Barton To: jhb@FreeBSD.org Message-ID: <20040327012816.B844@ync.qbhto.arg> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-rc@FreeBSD.org Subject: cvs commit: src/etc/rc.d mixer (fwd) X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to /etc/rc.d design and implementation. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 09:29:16 -0000 FYI. John, if I didn't mention it before, this is a cool thing. :) Doug ---------- Forwarded message ---------- From: Doug Barton To: "src-committers@FreeBSD.org" , "cvs-src@FreeBSD.org" , "cvs-all@FreeBSD.org" Date: Sat, 27 Mar 2004 01:26:22 -0800 (PST) Subject: cvs commit: src/etc/rc.d mixer dougb 2004/03/27 01:26:22 PST FreeBSD src repository Modified files: etc/rc.d mixer Log: A few small cleanups: 1. Add the shutdown keyword so that the script is run at shutdown time, and the mixer* files are saved. 2. Twiddle whitespace. 3. Remove an unecessary function, and therefore collapse one variable. Revision Changes Path 1.3 +4 -14 src/etc/rc.d/mixer http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.d/mixer.diff?&r1=1.2&r2=1.3&f=h