Skip site navigation (1)Skip section navigation (2)
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

--ulDeV4rPMk/y39in
Content-Type: text/plain; charset=iso-8859-2
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Jan 16, 2006 at 01:26:05PM +0000, Philip Paeps wrote:
+> philip      2006-01-16 13:26:05 UTC
+>=20
+>   FreeBSD src repository
+>=20
+>   Modified files:
+>     etc/rc.d             addswap=20
+>   Log:
+>   Load the g_md kernel module if needed.
+>  =20
+>   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.

--=20
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd@FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!

--ulDeV4rPMk/y39in
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFDy7zfForvXbEpPzQRAtRkAJ0f3WY8Zj+L0z5yAjcdM+CtTx+mwACgj8G4
cHslOeoi6mGYkyzL9YQL/Hk=
=XeTY
-----END PGP SIGNATURE-----

--ulDeV4rPMk/y39in--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060116153351.GE1258>