diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-03 19:18:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-03 19:18:32 +0000 |
commit | 0bbb2bd3eb35ae0d708bb223b53f0a2800146a0c (patch) | |
tree | 997bb0137ddc61e363d97de1584439ea69885962 /sys-fs/udev | |
parent | sys-devel/distcc: Add USE blocker between gtk and gnome, #416595; bump EAPI; ... (diff) | |
download | gentoo-2-0bbb2bd3eb35ae0d708bb223b53f0a2800146a0c.tar.gz gentoo-2-0bbb2bd3eb35ae0d708bb223b53f0a2800146a0c.tar.bz2 gentoo-2-0bbb2bd3eb35ae0d708bb223b53f0a2800146a0c.zip |
Recommend copying the file from /lib/udev/rules.d/ to /etc/udev/rules.d/ instead of deleting this dummy file because stable udev's ebuild will always put the file in place if it isn't there already.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs/udev')
-rw-r--r-- | sys-fs/udev/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/udev/files/80-net-name-slot.rules | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index e607236c747b..c8d732bbe09a 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.817 2013/02/03 06:33:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.818 2013/02/03 19:18:32 ssuominen Exp $ + + 03 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> + files/80-net-name-slot.rules: + Recommend copying the file from /lib/udev/rules.d/ to /etc/udev/rules.d/ + instead of deleting this dummy file because stable udev's ebuild will always + put the file in place if it isn't there already. 03 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> udev-197-r6.ebuild, udev-9999.ebuild: diff --git a/sys-fs/udev/files/80-net-name-slot.rules b/sys-fs/udev/files/80-net-name-slot.rules index 7c1659b4d7aa..f7779138d918 100644 --- a/sys-fs/udev/files/80-net-name-slot.rules +++ b/sys-fs/udev/files/80-net-name-slot.rules @@ -7,8 +7,10 @@ # because the new names will be drastically different from the eth*, wlan*, etc # names you are used to working with. # -# To activate this function, move this file to a name that doesn't end in.rules, -# or remove it then reboot your system. +# To activate this function, copy 80-net-name-slot.rules from /lib/udev/rules.d/ +# to /etc/udev/rules.d/ +# Deleting the file works too but when you re-emerge the current stable udev +# it will restore this dummy file there if it isn't there already! # # If you want to deactivate this function, install a udev rules file as # /etc/udev/rules.d/80-net-name-slot.rules then reboot your system. |