From owner-freebsd-stable@FreeBSD.ORG Wed Oct 25 21:30:21 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C786116A4A7; Wed, 25 Oct 2006 21:30:21 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E0E843D95; Wed, 25 Oct 2006 21:30:20 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 444A061BD; Thu, 26 Oct 2006 01:30:19 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 22BBF61B4; Thu, 26 Oct 2006 01:30:19 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id k9PLUJGY005797; Thu, 26 Oct 2006 01:30:19 +0400 (MSD) (envelope-from ru) Date: Thu, 26 Oct 2006 01:30:19 +0400 From: Ruslan Ermilov To: Zahemszky G?bor Message-ID: <20061025213019.GB5670@rambler-co.ru> References: <453FCCB2.1090006@Zahemszky.HU> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3uo+9/B/ebqu+fSQ" Content-Disposition: inline In-Reply-To: <453FCCB2.1090006@Zahemszky.HU> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: freebsd-stable@FreeBSD.org, flz@FreeBSD.org Subject: Re: error in /etc/rc.d/mdconfig{,2} X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2006 21:30:21 -0000 --3uo+9/B/ebqu+fSQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 25, 2006 at 10:44:34PM +0200, Zahemszky G?bor wrote: > Hi! >=20 > I've just found, that both /etc/rc.d/mdconfig, and /etc/rc.d/mdconfig2 > file in my 6.2.prerelease (cvsupped yesterday), has an incorrect kldload > line: >=20 > kldstat -q -m g_md || kldload geom_md || err 1 "geom_md failed to load." >=20 > (mdconfig line 97, and mdconfig2 line 104) >=20 > The module name is g_md, and not geom_md. >=20 > # $FreeBSD: src/etc/rc.d/mdconfig,v 1.3.2.1 2006/08/21 15:06:38 flz Exp $ > # $FreeBSD: src/etc/rc.d/mdconfig2,v 1.3.2.1 2006/08/21 15:06:38 flz Exp $ >=20 True. In RELENG_6 the module is named g_md.ko, while in HEAD it was renamed to geom_md.ko. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --3uo+9/B/ebqu+fSQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFP9drqRfpzJluFF4RAjfFAJ49VZFb+u5Vmz5d7a1NeHn1CXB5VwCcDDoT vmRHH+nekeALiDGIwnmkVwc= =DYai -----END PGP SIGNATURE----- --3uo+9/B/ebqu+fSQ--