Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Sat, 11 Sep 2004 19:16:26 +0000 (19:16 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 11 Sep 2004 19:16:26 +0000 (19:16 +0000)
into stealth.(none):/home/pb/oe/oe-packages

2004/09/11 20:15:38+01:00 (none)!pb
move devpts from S31 to S38, so it runs after udev

BKrev: 41434f0aXWjhaVdPUuCatGVmsthBaw

initscripts/initscripts_1.0.oe

index 152ffff..22a4687 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "base"
 PRIORITY = "required"
 DEPENDS = "makedevs"
 RDEPENDS = "makedevs"
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "file://halt \
            file://ramdisk \
@@ -101,7 +101,7 @@ do_install () {
        ln -sf          ../init.d/finish        ${D}/etc/rcS.d/S99finish
        ln -sf          ../init.d/devices       ${D}/etc/rcS.d/S01devices
        ln -sf          ../init.d/sysfs.sh      ${D}/etc/rcS.d/S36sysfs
-       ln -sf          ../init.d/devpts.sh     ${D}/etc/rcS.d/S31devpts.sh
+       ln -sf          ../init.d/devpts.sh     ${D}/etc/rcS.d/S38devpts.sh
 
        install -m 0755    ${WORKDIR}/device_table.txt          ${D}/etc/device_table
 }