[oe-commits] org.oe.dev udev: Fixed a typo in the init script caused double mounting of /dev.

utx commit oe at amethyst.openembedded.net
Thu Sep 4 19:53:02 UTC 2008


udev: Fixed a typo in the init script caused double mounting of /dev.

Author: utx at openembedded.org
Branch: org.openembedded.dev
Revision: dbbfa9c3c75a4bddb167174ce5f7bd30e4f50605
ViewMTN: http://monotone.openembedded.org/revision/info/dbbfa9c3c75a4bddb167174ce5f7bd30e4f50605
Files:
1
packages/udev/udev-124/init
packages/udev/udev_124.bb
Diffs:

#
# mt diff -rc4b75814a105dea9e200333c2a94cf32a407c75d -rdbbfa9c3c75a4bddb167174ce5f7bd30e4f50605
#
#
#
# patch "packages/udev/udev-124/init"
#  from [1e870b7caa17f7cf19669794a87edfcb97ac386c]
#    to [9bc07c99942673ad9f3751d4174f01a4dc201d42]
# 
# patch "packages/udev/udev_124.bb"
#  from [1b0c48498de4139ceb662b0f78c35f0dec72b595]
#    to [e7b5daaddb0119b73e14fcdbbba21771e7927b89]
#
============================================================
--- packages/udev/udev-124/init	1e870b7caa17f7cf19669794a87edfcb97ac386c
+++ packages/udev/udev-124/init	9bc07c99942673ad9f3751d4174f01a4dc201d42
@@ -28,7 +28,7 @@ echo -n "Starting udev"
 echo -n "Starting udev"
 
 # mount the tmpfs on /dev, if not already done
-LANG=C awk "\$2 == \"/dev\" && \$4 == \"tmpfs\" { exit 1 }" /proc/mounts && {
+LANG=C awk "\$2 == \"/dev\" && \$3 == \"tmpfs\" { exit 1 }" /proc/mounts && {
         mount -n -o mode=0755 -t tmpfs none "/dev"
         mkdir -m 0755 /dev/pts
         mkdir -m 0755 /dev/shm
============================================================
--- packages/udev/udev_124.bb	1b0c48498de4139ceb662b0f78c35f0dec72b595
+++ packages/udev/udev_124.bb	e7b5daaddb0119b73e14fcdbbba21771e7927b89
@@ -3,7 +3,7 @@ RPROVIDES_${PN} = "hotplug"
 the hotplug package and requires a kernel not older than 2.6.12."
 RPROVIDES_${PN} = "hotplug"
 
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
 	   file://noasmlinkage.patch;patch=1 \






More information about the Openembedded-commits mailing list