Date: Mon, 16 Jan 2006 16:33:51 +0100 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Philip Paeps <philip@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d addswap Message-ID: <20060116153351.GE1258@garage.freebsd.pl> In-Reply-To: <200601161326.k0GDQ509094536@repoman.freebsd.org> References: <200601161326.k0GDQ509094536@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Mon, Jan 16, 2006 at 01:26:05PM +0000, Philip Paeps wrote:
+> philip 2006-01-16 13:26:05 UTC
+>
+> FreeBSD src repository
+>
+> Modified files:
+> etc/rc.d addswap
+> Log:
+> Load the g_md kernel module if needed.
+>
+> Pointed out by: Gianmarco Giovannelli
+> Submitted by: matteo
+> MFC after: 3 days
[...]
+> + 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.
--
Pawel Jakub Dawidek http://www.wheel.pl
pjd@FreeBSD.org http://www.FreeBSD.org
FreeBSD committer Am I Evil? Yes, I Am!
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)
iD8DBQFDy7zfForvXbEpPzQRAtRkAJ0f3WY8Zj+L0z5yAjcdM+CtTx+mwACgj8G4
cHslOeoi6mGYkyzL9YQL/Hk=
=XeTY
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060116153351.GE1258>
