diff options
Diffstat (limited to 'packages/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch')
-rw-r--r-- | packages/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch b/packages/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch deleted file mode 100644 index 5b4d169a2a..0000000000 --- a/packages/linux-hotplug/linux-hotplug-20040920/quiet-pci.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- hotplug-2004_09_20/etc/hotplug/pci.rc.orig 2006-01-14 16:15:34.000000000 +0100 -+++ hotplug-2004_09_20/etc/hotplug/pci.rc 2006-01-14 16:16:19.000000000 +0100 -@@ -45,7 +45,7 @@ - # 2.4 kernels - LISTER=`which pcimodules` - if [ "$LISTER" = "" ] || [ ! -f /proc/bus/pci/devices ] || [ ! -x pci.agent ]; then -- echo $"** can't synthesize pci hotplug events" -+ # echo $"** can't synthesize pci hotplug events" - return 1 - fi - |