From: Bernhard Reutner-Fischer Date: Tue, 4 Jan 2011 04:02:00 +0000 (+0000) Subject: busybox: remove superfluous newlines from mdev init script X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96dfdb410990cecbc2f2ba13b998ca48f5dc7542;p=openembedded.git busybox: remove superfluous newlines from mdev init script Signed-off-by: Bernhard Reutner-Fischer Acked-by: Roman I Khimov Signed-off-by: Khem Raj --- diff --git a/recipes/busybox/files/mdev b/recipes/busybox/files/mdev index 4eed51e94c..4eba6190c7 100755 --- a/recipes/busybox/files/mdev +++ b/recipes/busybox/files/mdev @@ -1,11 +1,7 @@ #!/bin/sh mount -t tmpfs tmpfs /dev -o size=64k,mode=0755 - mkdir /dev/pts /dev/shm - mount -t devpts devpts /dev/pts - -echo "/sbin/mdev" >/proc/sys/kernel/hotplug - +echo "/sbin/mdev" > /proc/sys/kernel/hotplug mdev -s