From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 862521383FF for ; Fri, 11 Jan 2013 18:03:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35F12E058F; Fri, 11 Jan 2013 18:03:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 725D7E0329 for ; Fri, 11 Jan 2013 18:01:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id AF9F333DA38 for ; Fri, 11 Jan 2013 18:01:47 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: 0.258 X-Spam-Level: X-Spam-Status: No, score=0.258 tagged_above=-999 required=5.5 tests=[AWL=-0.943, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=1.2, RP_MATCHES_RCVD=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=no Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x20rXXxGU6ZJ for ; Fri, 11 Jan 2013 18:01:42 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5A7533DA1E for ; Fri, 11 Jan 2013 18:01:41 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TtivO-0001XA-Fe for gentoo-user@gentoo.org; Fri, 11 Jan 2013 19:01:50 +0100 Received: from athedsl-353433.home.otenet.gr ([85.72.236.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Jan 2013 19:01:50 +0100 Received: from realnc by athedsl-353433.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Jan 2013 19:01:50 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib Date: Fri, 11 Jan 2013 20:01:00 +0200 Organization: Lucas Barks Message-ID: References: <50F05105.2010908@xunil.at> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-353433.home.otenet.gr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 In-Reply-To: <50F05105.2010908@xunil.at> X-Archives-Salt: 0e13f6f2-da48-4586-8303-d097d6934955 X-Archives-Hash: c43a0d4229cd7c0b3f0c411d0c7616c6 On 11/01/13 19:51, Stefan G. Weichinger wrote: > Am 11.01.2013 16:14, schrieb Nikos Chantziaras: > >> Running this command (all in one line): >> >> emerge -p1 $(for p in $(qfile -Cvq $(find /usr/lib/udev/) | sort -u); do >> echo "=$p"; done) >> >> should re-emerge all packages that still have files there. After that, >> /usr/lib/udev should no longer exist. If it still does, then there are >> files in it that don't belong to any package. Check them manually and >> delete them as needed or move them over. Then delete /usr/lib/udev. > > on my thinkpad I had app-laptop/laptop-mode-tools which had its > 99-mode-laptop-mode.rules in /usr/lib/udev/rules.d even after re-emerging. > > moved that file manually ... > > Should that be filed as a bug? Most probably yes.