add /etc/sysconfig/hotplug to hotplug package
authorPhil Blundell <philb@gnu.org>
Sat, 20 Nov 2004 19:08:31 +0000 (19:08 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 20 Nov 2004 19:08:31 +0000 (19:08 +0000)
BKrev: 419f962fgVPtiYFra8gkNDTO-QVfLg

hotplug/files/sysconfig-hotplug [new file with mode: 0644]
hotplug/hotplug_20040920.oe

diff --git a/hotplug/files/sysconfig-hotplug b/hotplug/files/sysconfig-hotplug
new file mode 100644 (file)
index 0000000..e69de29
index 6bb40e3..8f1a76d 100644 (file)
@@ -3,7 +3,7 @@ for hotplug Linux support, and lets you plug in new devices \
 and use them immediately."
 LICENSE = "GPL"
 SECTION = "base"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \
            file://fix-net.agent \
@@ -13,7 +13,8 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_2
           file://sleeve.rc \
           file://mmc.agent \
           file://usbd.agent \
-          file://usbd"
+          file://usbd \
+          file://sysconfig-hotplug"
 S = "${WORKDIR}/hotplug-2004_09_20"
 
 INITSCRIPT_NAME = "hotplug"
@@ -49,4 +50,6 @@ do_install () {
        install -m 0755 ${WORKDIR}/mmc.agent ${D}${sysconfdir}/hotplug/
        install -m 0755 ${WORKDIR}/usbd.agent ${D}${sysconfdir}/hotplug/
        #install -m 0755 ${WORKDIR}/usbd ${D}${sysconfdir}/default/usbd
+       install -d ${D}${sysconfdir}/sysconfig
+       install -m 0644 ${WORKDIR}/sysconfig-hotplug ${D}${sysconfdir}/sysconfig/hotplug
 }