next attempt to fix hotplug for collie by installing /etc/default/usbd which was...
[vuplus_openembedded] / hotplug / hotplug-20030805 / busybox.patch
diff --git a/hotplug/hotplug-20030805/busybox.patch b/hotplug/hotplug-20030805/busybox.patch
deleted file mode 100644 (file)
index bc098bb..0000000
+++ /dev/null
@@ -1,122 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- hotplug-2003_08_05/etc/hotplug.d/default/default.hotplug~busybox
-+++ hotplug-2003_08_05/etc/hotplug.d/default/default.hotplug
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- #
- # This version of /sbin/hotplug should works on most GNU/Linux systems
- # using Linux 2.2.18+ or 2.4.* kernels.  On 2.2.*, only USB has such
-@@ -24,7 +24,7 @@
- #
- cd /etc/hotplug
--. hotplug.functions
-+. ./hotplug.functions
- # DEBUG=yes export DEBUG
---- hotplug-2003_08_05/etc/hotplug/ieee1394.agent~busybox
-+++ hotplug-2003_08_05/etc/hotplug/ieee1394.agent
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- #
- # IEEE1394-specific hotplug policy agent.
- #
-@@ -24,7 +24,7 @@
- #
- cd /etc/hotplug
--. hotplug.functions
-+. ./hotplug.functions
- # DEBUG=yes export DEBUG
- # generated by modutils 2.4.9 or later, for 2.4.10 and later kernels
---- hotplug-2003_08_05/etc/hotplug/net.agent~busybox
-+++ hotplug-2003_08_05/etc/hotplug/net.agent
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- #
- # Network hotplug policy agent for Linux 2.4 kernels
- #
-@@ -17,7 +17,7 @@
- #
- cd /etc/hotplug
--. hotplug.functions
-+. ./hotplug.functions
- # DEBUG=yes export DEBUG
- if [ "$INTERFACE" = "" ]; then
---- hotplug-2003_08_05/etc/hotplug/pci.agent~busybox
-+++ hotplug-2003_08_05/etc/hotplug/pci.agent
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- #
- # PCI-specific hotplug policy agent.
- #
-@@ -33,7 +33,7 @@
- #
- cd /etc/hotplug
--. hotplug.functions
-+. ./hotplug.functions
- # generated by modutils, for current 2.4.x kernels
- MAP_CURRENT=$MODULE_DIR/modules.pcimap
---- hotplug-2003_08_05/etc/hotplug/scsi.agent~busybox
-+++ hotplug-2003_08_05/etc/hotplug/scsi.agent
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- #
- # SCSI hotplug agent for 2.5 kernels 
- #
-@@ -7,7 +7,7 @@
- #
- cd /etc/hotplug
--. hotplug.functions
-+. ./hotplug.functions
- case $ACTION in
---- hotplug-2003_08_05/etc/hotplug/usb.agent~busybox
-+++ hotplug-2003_08_05/etc/hotplug/usb.agent
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- #
- # USB-specific hotplug policy agent.
- #
-@@ -79,7 +79,7 @@
- fi
- cd /etc/hotplug
--. hotplug.functions
-+. ./hotplug.functions
- # DEBUG=yes export DEBUG
- # generated by modutils, for current 2.4.x (and later) kernels
---- hotplug-2003_08_05/etc/hotplug/usb.handmap~busybox
-+++ hotplug-2003_08_05/etc/hotplug/usb.handmap
-@@ -3,7 +3,7 @@
- # with special driver mappings that the kernel
- # for some reason does not expose through modutils
- #
--# Comments get read by bash so dont use punctuation
-+# Comments get read by the shell so dont use punctuation
- # RETEST ESPECIALLY AFER CHANGES TO COMMENTS
- #
- #
---- hotplug-2003_08_05/etc/hotplug/usb.usermap~busybox
-+++ hotplug-2003_08_05/etc/hotplug/usb.usermap
-@@ -1 +0,0 @@
--# usb module         match_flags idVendor idProduct bcdDevice_lo bcdDevice_hi bDeviceClass bDeviceSubClass bDeviceProtocol bInterfaceClass bInterfaceSubClass bInterfaceProtocol driver_info