From owner-cvs-all Wed Feb 10 21:02:51 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA20294 for cvs-all-outgoing; Wed, 10 Feb 1999 21:02:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA20285; Wed, 10 Feb 1999 21:02:47 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix3.ix.netcom.com (8.8.4/8.8.4) id XAA08302; Wed, 10 Feb 1999 23:02:44 -0600 (CST) Received: from sji-ca1-226.ix.netcom.com(209.109.232.226) by dfw-ix3.ix.netcom.com via smap (V1.3) id rma008284; Wed Feb 10 23:02:18 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.1/8.6.9) id VAA83412; Wed, 10 Feb 1999 21:02:06 -0800 (PST) Date: Wed, 10 Feb 1999 21:02:06 -0800 (PST) Message-Id: <199902110502.VAA83412@silvia.hip.berkeley.edu> To: jkh@zippy.cdrom.com CC: jkh@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <47297.918699020@zippy.cdrom.com> (jkh@zippy.cdrom.com) Subject: Re: cvs commit: src/etc netstart pccard_ether rc rc.devfs rc.diskless2 rc.firewall From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * > Wouldn't it be better to have an almost-empty /etc/rc.conf pull in * > /etc/defaults/rc.conf and /etc/rc.conf.local? That way users can * * Nope! If the user installs their old rc.conf from backup, as they may * have been doing for every upgrade previous to this one, it will * destroy the linkage. We thought about this. :) Well, it would work for the variables that stayed the same, and not for the ones that have changed. Which is exactly the same behavior they would have gotten in the old paradigm if they splatted their own /etc/rc.conf over the new one without examining the new one first. (I'd say those people deserve whatever breakage it causes. ;) I still don't like the idea of the "defaults" file sourcing the user-tunable file. It just doesn't sound...right. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message