diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-30 22:41:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-30 22:41:10 +0000 |
commit | 05d84c64eea300a4da37ed08e8e27030a028e560 (patch) | |
tree | a4c64dd0699e0e1e569a1e87c9bc96397baa4e10 /sys-fs | |
parent | Move inherit around in -171-r6.ebuild and remove unused USE="acl" from metada... (diff) | |
download | gentoo-2-05d84c64eea300a4da37ed08e8e27030a028e560.tar.gz gentoo-2-05d84c64eea300a4da37ed08e8e27030a028e560.tar.bz2 gentoo-2-05d84c64eea300a4da37ed08e8e27030a028e560.zip |
udev-141-r1 can use blacklist-146 instead of blacklist-110 (because the only difference is in commented out example for usblp)
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/udev/files/blacklist-110 | 26 | ||||
-rw-r--r-- | sys-fs/udev/udev-141-r1.ebuild | 4 |
3 files changed, 8 insertions, 29 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index d473467220b0..67606b81279c 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.698 2012/07/30 22:36:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.699 2012/07/30 22:41:09 ssuominen Exp $ + + 30 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> -files/blacklist-110, + udev-141-r1.ebuild: + udev-141-r1 can use blacklist-146 instead of blacklist-110 (because the only + difference is in commented out example for usblp) 30 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> udev-171-r6.ebuild, metadata.xml: diff --git a/sys-fs/udev/files/blacklist-110 b/sys-fs/udev/files/blacklist-110 deleted file mode 100644 index 1a1ee584ad08..000000000000 --- a/sys-fs/udev/files/blacklist-110 +++ /dev/null @@ -1,26 +0,0 @@ -# This file lists modules which will not be loaded by udev, -# not at coldplugging and not on hotplug events. - -# Add your own entries to this file -# in the format "blacklist <name of module>" - -# Some examples: -# evbug is a debug tool and should be loaded explicitly -blacklist evbug - -# Autoloading eth1394 most of the time re-orders your network -# interfaces, and with buggy kernel 2.6.21, udev persistent-net -# is not able to rename these devices, so you get eth?_rename devices -# plus an exceeded 30sec boot timeout -blacklist eth1394 - -# You probably want this to not get the console beep loud on every tab :) -#blacklist pcspkr - -# these drivers are very simple, the HID drivers are usually preferred -#blacklist usbmouse -#blacklist usbkbd - -# Sometimes loading a framebuffer driver at boot gets the console black -#install pci:v*d*sv*sd*bc03sc*i* /bin/true - diff --git a/sys-fs/udev/udev-141-r1.ebuild b/sys-fs/udev/udev-141-r1.ebuild index aa3a2a62597c..335102d14b31 100644 --- a/sys-fs/udev/udev-141-r1.ebuild +++ b/sys-fs/udev/udev-141-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-141-r1.ebuild,v 1.7 2012/01/03 00:22:10 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-141-r1.ebuild,v 1.8 2012/07/30 22:41:09 ssuominen Exp $ # # Please do not remove this version: @@ -224,7 +224,7 @@ src_install() { || die "config file not installed properly" insinto /etc/modprobe.d - newins "${FILESDIR}"/blacklist-110 blacklist.conf + newins "${FILESDIR}"/blacklist-146 blacklist.conf newins "${FILESDIR}"/pnp-aliases pnp-aliases.conf # convert /lib/udev to real used dir |