From owner-cvs-src@FreeBSD.ORG Mon Jan 16 15:42:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5C9B16A41F; Mon, 16 Jan 2006 15:42:32 +0000 (GMT) (envelope-from matteo@freebsd.org) Received: from vsmtp2.tin.it (vsmtp2.tin.it [212.216.176.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D0BB43D45; Mon, 16 Jan 2006 15:42:27 +0000 (GMT) (envelope-from matteo@freebsd.org) Received: from kaiser.sig11.org (82.54.178.181) by vsmtp2.tin.it (7.2.060.1) id 43CBAD670000B03C; Mon, 16 Jan 2006 16:42:37 +0100 Received: by kaiser.sig11.org (Postfix, from userid 1000) id 3682F6378; Mon, 16 Jan 2006 16:42:16 +0100 (CET) Date: Mon, 16 Jan 2006 16:42:16 +0100 From: Matteo Riondato To: Pawel Jakub Dawidek Message-ID: <20060116154215.GC11929@kaiser.sig11.org> Mail-Followup-To: Matteo Riondato , Pawel Jakub Dawidek , Philip Paeps , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200601161326.k0GDQ509094536@repoman.freebsd.org> <20060116153351.GE1258@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060116153351.GE1258@garage.freebsd.pl> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Philip Paeps Subject: Re: cvs commit: src/etc/rc.d addswap X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 15:42:32 -0000 On Mon, Jan 16, 2006 at 04:33:51PM +0100, Pawel Jakub Dawidek wrote: > [...] > +> + if ! kldstat -q -m g_md ; then > +> + if kldload g_md ; then > > You should look for g_md (which is correct), but load geom_md (this is > the current module name). > Anyway, mdconfig(8) should load the module when needed, so I suggest > removing the entire code responsible for module loading. > > PS. I think the name of kld is still g_md.ko in RELENG_6, but please > verify this before MFCing. Sigh, I tested it on a RELENG_6 system, where the module is still g_md. Sorry for the noise. Best Regards -- Matteo Riondato FreeBSD Volunteer (http://freebsd.org) G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org)