]> code.ossystems Code Review - openembedded-core.git/commitdiff
udev: add init script header so that insserv does the right thing (fixing mountall...
authorRoss Burton <ross@openedhand.com>
Thu, 31 Jul 2008 10:58:38 +0000 (10:58 +0000)
committerRoss Burton <ross@openedhand.com>
Thu, 31 Jul 2008 10:58:38 +0000 (10:58 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4988 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/udev/udev-124/init
meta/packages/udev/udev_124.bb

index 0f2ffcc2906790f12af4e9c5dbc57a48a5df8ade..b78a07b20f4a08597aae3bb67acb3888965797ee 100644 (file)
@@ -1,3 +1,14 @@
+#!/bin/sh -e
+
+### BEGIN INIT INFO
+# Provides:          udev
+# Required-Start:    mountvirtfs
+# Required-Stop:     
+# Default-Start:     S
+# Default-Stop:
+# Short-Description: Start udevd, populate /dev and load drivers.
+### END INIT INFO
+
 export TZ=/etc/localtime
 
 [ -d /sys/class ] || exit 1
index e4f7cb351b10b7d86276b779e16f8649172f807f..e0f694565c457183cf58eecfdbbbac18ae91de5e 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
 the hotplug package and requires a kernel not older than 2.6.12."
 RPROVIDES_${PN} = "hotplug"
 
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \