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 EB8A0138010 for ; Fri, 29 Mar 2013 14:55:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1DFEE0CFF; Fri, 29 Mar 2013 14:55:47 +0000 (UTC) Received: from mail-ve0-f179.google.com (mail-ve0-f179.google.com [209.85.128.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C25C5E0CFA for ; Fri, 29 Mar 2013 14:55:46 +0000 (UTC) Received: by mail-ve0-f179.google.com with SMTP id cz11so599642veb.24 for ; Fri, 29 Mar 2013 07:55:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=ORKZYnmFlrcNMMcKobDvQgqnrL6nWUFcGJYM2ZRsyrU=; b=D+A/5zHQ8kbegCydgcLMTg8XIhxkeUjPPmI7hlS2L6f08YfYhicwn1GK6zD8KDWoO8 2r2ohx7NPBNHyoWe7xs2AjzkZHbYFhNJ4pfpsA4LVSfrNYo9JPVCHhA+M4RXgsG7uvGb WCq1vOW3AbyXhyEJCbPfreT5aolu4xXxJNBXIJmT88a4vrxdCuiAPI/t0PAsKZN3cvm8 7yjFblkOeNkC7mq9vWeaxYfKC4QDdKmiybd3kYCxUhqGPujiFflqS0A7h+5+uIT92jlu SMTpLXroFBFtekSRF5EWrhNQNb9GP/1STOm5InSL4FaJKK87FAreXN/OyY841DZZY/Be ET6A== 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 X-Received: by 10.58.29.101 with SMTP id j5mr2051474veh.26.1364568945961; Fri, 29 Mar 2013 07:55:45 -0700 (PDT) Sender: freemanrich@gmail.com Received: by 10.52.101.225 with HTTP; Fri, 29 Mar 2013 07:55:45 -0700 (PDT) In-Reply-To: <5155A91E.9000009@gentoo.org> References: <51554C37.4000508@gentoo.org> <51557D48.5010008@flameeyes.eu> <51558704.20904@gentoo.org> <201303291424.45080.dilfridge@gentoo.org> <51559AA4.3030704@gentoo.org> <5155A91E.9000009@gentoo.org> Date: Fri, 29 Mar 2013 10:55:45 -0400 X-Google-Sender-Auth: An6Zx08kt_RtQ8hhRTWQ7F2V-Jg Message-ID: Subject: Re: [gentoo-dev] Re: Request of news item review: 2013-03-29-udev-predictable-network-interface-names.en.txt From: Rich Freeman To: gentoo-dev Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 342a3b11-24e2-40c7-b937-7ed3f202731c X-Archives-Hash: 0ca8c69ea1ce2451512e64fa4f0c5dfa On Fri, Mar 29, 2013 at 10:45 AM, Samuli Suominen wrote: > Those 70-* and 80-* are in udev pkg_postinst, this news item, everywhere... > can all 3 be deleted if you haven't modified them yourself. > > So that leaves one... local.rules... dunno about that. I'm curious. Excellent, sounds good then. The local rules are exactly what it sounds like - my own stuff. Some of what it does is obsolete now. It maps persistent symlinks to two pl2303 rs232 usb interfaces (which I believe is a solved problem now). It maps persistent symlinks to a few video capture devices (not a solved problem afaik). It assigns firewire ports to the video group (no idea if that is now in the standard rules). Rich