From owner-freebsd-arch@FreeBSD.ORG Mon Apr 28 22:11:56 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2709437B401 for ; Mon, 28 Apr 2003 22:11:56 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C46C43F3F for ; Mon, 28 Apr 2003 22:11:55 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h3T5BsA7086259; Mon, 28 Apr 2003 23:11:54 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 28 Apr 2003 23:11:45 -0600 (MDT) Message-Id: <20030428.231145.104032794.imp@bsdimp.com> To: mtm@identd.net From: "M. Warner Losh" In-Reply-To: <20030429042848.XQGV6016.pop015.verizon.net@kokeb.ambesa.net> References: <20030428214236.TAYE27254.pop017.verizon.net@kokeb.ambesa.net> <20030428.210126.55832947.imp@bsdimp.com> <20030429042848.XQGV6016.pop015.verizon.net@kokeb.ambesa.net> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: FreeBSD-rc@yahoogroups.com cc: freebsd-arch@freebsd.org Subject: Re: [FreeBSD-rc] Re: RFC: Removal of the old rc system from -current X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 05:11:56 -0000 In message: <20030429042848.XQGV6016.pop015.verizon.net@kokeb.ambesa.net> Mike Makonnen writes: : On Mon, 28 Apr 2003 21:01:26 -0600 (MDT) : "M. Warner Losh" wrote: : : > : : > : +. /etc/rc.subr : > : + : > : +load_rc_config 'XXX' : > : +/etc/rc.d/pccard start : > : > This is bogus, unless you are using OLDCARD. You really want devd : > here instead. : > : : No. : The intention here is to duplicate the functionality in netstart. : The /etc/netstart script uses some functions in /etc/rc.network, sets up : ipv6, and also sources /etc/rc.pccard. Almost right, but /etc/rc.pccard is nearly OBE. You have to run both pccard and devd in rcNG to do the right thing here. Trust me, I know a thing or two about pccard. Warner