busybox: remove superfluous newlines from mdev init script
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 4 Jan 2011 04:02:00 +0000 (04:02 +0000)
committerKhem Raj <raj.khem@gmail.com>
Fri, 7 Jan 2011 22:42:36 +0000 (14:42 -0800)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/busybox/files/mdev

index 4eed51e..4eba619 100755 (executable)
@@ -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