From patchwork Mon Jan 3 20:02:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [06/12] busybox: remove superfluous newlines from mdev init script Date: Mon, 03 Jan 2011 20:02:00 -0000 From: Bernhard Reutner-Fischer X-Patchwork-Id: 163 Message-Id: <1294084926-3115-6-git-send-email-rep.dot.nop@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Bernhard Reutner-Fischer Acked-by: Roman I Khimov --- recipes/busybox/files/mdev | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/recipes/busybox/files/mdev b/recipes/busybox/files/mdev index 4eed51e..4eba619 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