cvs commit: src/etc/rc.d addswap

Matteo Riondato matteo at freebsd.org
Mon Jan 16 07:42:32 PST 2006


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)


More information about the cvs-src mailing list