From b6d97939a21c224d095fdfbb2c88ebc402946244 Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Sat, 10 Mar 2007 19:02:06 +0000 Subject: linux-hotplug: Import patch from .dev by hrw. Thanks Bernardo --- .../linux-hotplug/linux-hotplug-20040920/dash.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/linux-hotplug/linux-hotplug-20040920/dash.patch (limited to 'packages/linux-hotplug/linux-hotplug-20040920/dash.patch') diff --git a/packages/linux-hotplug/linux-hotplug-20040920/dash.patch b/packages/linux-hotplug/linux-hotplug-20040920/dash.patch new file mode 100644 index 0000000000..161671f2e2 --- /dev/null +++ b/packages/linux-hotplug/linux-hotplug-20040920/dash.patch @@ -0,0 +1,17 @@ +Index: hotplug-2004_09_20/Makefile +=================================================================== +--- hotplug-2004_09_20.orig/Makefile 2006-11-29 17:01:16.000000000 +0100 ++++ hotplug-2004_09_20/Makefile 2006-11-29 17:04:39.000000000 +0100 +@@ -86,10 +86,10 @@ + ${INSTALL_SCRIPT} -D sbin/hotplug $(sbindir)/hotplug + $(INSTALL) -d $(etcdir)/hotplug/{usb,pci} + $(INSTALL) -D etc/hotplug.d/default/default.hotplug $(etcdir)/hotplug.d/default/default.hotplug +- for F in etc/hotplug/{*.{agent,rc},hotplug.functions} ; do \ ++ for F in etc/hotplug/*.agent etc/hotplug/*.rc etc/hotplug/hotplug.functions ; do \ + ${INSTALL_SCRIPT} $$F $(etcdir)/hotplug ; \ + done +- for F in etc/hotplug/{blacklist,usb.{user,hand,dist}map} ; do \ ++ for F in etc/hotplug/blacklist etc/hotplug/usb.*map ; do \ + ${INSTALL_DATA} $$F $(etcdir)/hotplug ; \ + done + ${INSTALL_SCRIPT} -D etc/rc.d/init.d/hotplug $(etcdir)/init.d/hotplug -- cgit 1.2.3-korg