From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JdubJ-0002mF-N6 for garchives@archives.gentoo.org; Mon, 24 Mar 2008 21:53:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC21FE0525; Mon, 24 Mar 2008 21:53:03 +0000 (UTC) Received: from nameserver1.mcve.com (nameserver1.mcve.com [216.155.111.1]) by pigeon.gentoo.org (Postfix) with ESMTP id 9CEA5E0525 for ; Mon, 24 Mar 2008 21:53:03 +0000 (UTC) Received: from [192.168.1.55] (shop.monetra.com [216.155.111.10]) by nameserver1.mcve.com (Postfix) with ESMTP id D2216A8102 for ; Mon, 24 Mar 2008 17:53:02 -0400 (EDT) Message-ID: <47E822BE.3000808@gentoo.org> Date: Mon, 24 Mar 2008 17:53:02 -0400 From: Doug Goldstein User-Agent: Thunderbird 2.0.0.12 (X11/20080227) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] OpenRC & baselayout-2 meets Gentoo References: <47E1F3C4.5060907@gentoo.org> <200803241732.25169.vapier@gentoo.org> <47E81EC6.4020002@gentoo.org> <200803241742.04507.vapier@gentoo.org> In-Reply-To: <200803241742.04507.vapier@gentoo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: cb9396e1-3a25-4513-8f50-181ee3cfbd97 X-Archives-Hash: 96d24ac46269dce8dcc6f4801a1b5418 Mike Frysinger wrote: > On Monday 24 March 2008, Doug Goldstein wrote: > >> Mike Frysinger wrote: >> >>> On Monday 24 March 2008, Doug Goldstein wrote: >>> >>>> And by all upgrade paths would that include adding the bad >>>> conversion of /etc/modules.autoload.d/ >>>> >>> looks/tested correct to me >>> >> breaks for anything with a module parameter >> > > last i looked module parameters were not allowed. but it's a good thing it's > p.masked so we can fix it easily. > -mike > /etc/modules.autoload.d has always allowed module parameters to appear after the module name. /etc/conf.d/modules has allowed a completely different syntax requiring variables based on the module name to be set with the module parameters. This is where Roy and I have been stuck as far as an automatic conversion process. The stuff you included in the openrc-9999 ebuild was something I had sent to Roy months ago before I realized module parameters would be an issue. Looking at a swath of various /etc/modules.autoload.d/ files, I haven't come up with shell code that does the right thing everytime with all the files, which is why I've left it up to being a manual process for the user and simply documenting it. -- gentoo-dev@lists.gentoo.org mailing list