[oe-commits] Bernhard Reutner-Fischer : busybox: remove superfluous newlines from mdev init script

git version control git at git.openembedded.org
Fri Jan 7 22:45:51 UTC 2011


Module: openembedded.git
Branch: master
Commit: 96dfdb410990cecbc2f2ba13b998ca48f5dc7542
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=96dfdb410990cecbc2f2ba13b998ca48f5dc7542

Author: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Date:   Tue Jan  4 04:02:00 2011 +0000

busybox: remove superfluous newlines from mdev init script

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Acked-by: Roman I Khimov <khimov at altell.ru>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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





More information about the Openembedded-commits mailing list