Date: Mon, 16 Jan 2006 16:42:16 +0100 From: Matteo Riondato <matteo@freebsd.org> To: Pawel Jakub Dawidek <pjd@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Philip Paeps <philip@FreeBSD.org> Subject: Re: cvs commit: src/etc/rc.d addswap Message-ID: <20060116154215.GC11929@kaiser.sig11.org> In-Reply-To: <20060116153351.GE1258@garage.freebsd.pl> References: <200601161326.k0GDQ509094536@repoman.freebsd.org> <20060116153351.GE1258@garage.freebsd.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060116154215.GC11929>