From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-144779-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 5D21B1386DE
	for <garchives@archives.gentoo.org>; Sun, 27 Jan 2013 13:55:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6749421C09D;
	Sun, 27 Jan 2013 13:55:27 +0000 (UTC)
Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B847521C094
	for <gentoo-user@lists.gentoo.org>; Sun, 27 Jan 2013 13:55:25 +0000 (UTC)
Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46])
	by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 416AA2093E
	for <gentoo-user@lists.gentoo.org>; Sun, 27 Jan 2013 08:55:25 -0500 (EST)
Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161])
  by compute6.internal (MEProxy); Sun, 27 Jan 2013 08:55:25 -0500
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=binarywings.net;
	 h=message-id:date:from:mime-version:to:subject:references
	:in-reply-to:content-type; s=mesmtp; bh=ELGTXkn1+zw9UJ6wK/fOpPhE
	vEw=; b=lOXJZNmffWl5eD5D4xG/P6Glc3N2qYR5sSYGrvj2y49TU0fiYLLSWiWC
	9Z+K87bhb99AYibK7RFGgrQBQtEPbGW7OIWwxk6Dl56VHWhXXJFHTDRNgW54eDUc
	8KbGUQ5IhaLN5xeSvIFMjH90yBGg2ETYqaJmiFQ8SN1OiYfCV7U=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=
	messagingengine.com; h=message-id:date:from:mime-version:to
	:subject:references:in-reply-to:content-type; s=smtpout; bh=ELGT
	Xkn1+zw9UJ6wK/fOpPhEvEw=; b=t8qbwmf9lIwdS5/IBfNxBaLtICHFog9Qhzxw
	bT0mMglD6SqVtuN9aiJAjlMas24da6qSnPssTjhB/u9TRX6SKtUYFGfsYXnxPxE2
	0o9GFBNJM52+scAuefNQtROBIjDgbItLNbQXimaKIIlnA7HviPJGTZPyGuew592K
	EbGSze8=
X-Sasl-enc: 9s2973bhKhU82IRacvCNw1VVF04UfqWDSX3+AXzg96tP 1359294924
Received: from [192.168.5.18] (unknown [83.169.5.6])
	by mail.messagingengine.com (Postfix) with ESMTPA id 4D3CD4827A9
	for <gentoo-user@lists.gentoo.org>; Sun, 27 Jan 2013 08:55:24 -0500 (EST)
Message-ID: <510531C0.2030505@binarywings.net>
Date: Sun, 27 Jan 2013 14:55:12 +0100
From: Florian Philipp <lists@binarywings.net>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121130 Thunderbird/10.0.11
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] udev-197 USE=kmod
References: <5104719B.3090201@binarywings.net> <CADPrc811o6AGdOQgqQ74CLyNWb5zXdVw11f=Y6Ubb73n6x88-g@mail.gmail.com> <510501DD.80303@binarywings.net> <5105108F.6080101@hanft.de>
In-Reply-To: <5105108F.6080101@hanft.de>
X-Enigmail-Version: 1.3.5
Content-Type: multipart/signed; micalg=pgp-sha1;
 protocol="application/pgp-signature";
 boundary="------------enigFC6F6CCB985F9A5CC2AB6DAC"
X-Archives-Salt: 4b01f808-cce7-430d-9095-aecfdfca016a
X-Archives-Hash: ebe91964ac90ebc436ffa9ba8313a6dd

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigFC6F6CCB985F9A5CC2AB6DAC
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Am 27.01.2013 12:33, schrieb Matthias Hanft:
> Florian Philipp wrote:
>>
>> Is it really a drop-in? I was under the impression that for example
>> `modprobe -l` is not implemented (mentioned in a comment on the eudev
>> fork on LWN). I guess that's outdated as well.
>=20
> I'm using kmod's modprobe, and there is *no* "-l" option.
>=20
> -Matt
>=20

Hmm, any replacement in sight?

Otherwise I guess I'll use an alias like this:
alias modprobe-l=3D"find \"/lib64/modules/\$(uname -r)\" -name '*.ko'
-printf '%P\n'"


--------------enigFC6F6CCB985F9A5CC2AB6DAC
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlEFMcUACgkQqs4uOUlOuU98ogCbBSENUNKO3QV+G6E6xgzc/pQV
tJUAn1wefvCsbvbT9xIHeymO+1qBO8jl
=n8pv
-----END PGP SIGNATURE-----

--------------enigFC6F6CCB985F9A5CC2AB6DAC--