udev: save another fork in mount.sh

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4721 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2008-06-23 14:28:36 +00:00
parent 9f5ec59794
commit f6e7776727
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ UMOUNT="/bin/umount"
for line in `grep -v ^# /etc/udev/mount.blacklist`
do
if ( echo "$DEVNAME" | grep -q "$line" )
if { echo "$DEVNAME" | grep -q "$line" ; }
then
logger "udev/mount.sh" "[$DEVNAME] is blacklisted, ignoring"
exit 0

View 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 = "r2"
PR = "r3"
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://noasmlinkage.patch;patch=1 \