aboutsummaryrefslogtreecommitdiffstats
path: root/udev
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-10-13 20:32:07 +0000
committerChris Larson <clarson@kergoth.com>2004-10-13 20:32:07 +0000
commitab07e56981ce6048ee006ac1c7bfb6b767079fb6 (patch)
tree991e44b6877a2bfb323d0956e2d55055e54aa560 /udev
parent5622d90ad2d7c5233407592b3b5232ef933c21d3 (diff)
downloadopenembedded-ab07e56981ce6048ee006ac1c7bfb6b767079fb6.tar.gz
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages 2004/10/13 20:37:34+01:00 (none)!pb reorder initscripts to make devices and udev play better together 2004/10/13 20:36:40+01:00 (none)!pb reorder initscripts to make devices and udev play better together BKrev: 416d90c7BonEBv7zQf5T56t8D_tI3g
Diffstat (limited to 'udev')
-rw-r--r--udev/udev_032.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/udev/udev_032.oe b/udev/udev_032.oe
index e093656e83..edc3a881cf 100644
--- a/udev/udev_032.oe
+++ b/udev/udev_032.oe
@@ -1,3 +1,4 @@
+PR = "r1"
SECTION = "base"
DESCRIPTION = " udev is a program which dynamically creates and removes device nodes from \
/dev/. It responds to /sbin/hotplug device events and requires a 2.6 kernel."
@@ -31,7 +32,7 @@ do_install () {
if [ "${udevdir}" == "/dev" ]; then
install -m 0755 ${S}/extras/start_udev ${D}/etc/init.d/start_udev
install -d ${D}/etc/rcS.d
- ln -s /etc/init.d/start_udev ${D}/etc/rcS.d/S37start_udev
+ ln -s /etc/init.d/start_udev ${D}/etc/rcS.d/S03start_udev
else
chmod 0755 ${D}/etc/init.d/udev
fi