update busybox-power against BusyBox 1.21 release
[busybox-power] / debian / patches / init-console.patch
index 13a2d22..bfbaba7 100644 (file)
@@ -1,3 +1,12 @@
+From: Bastian Blank <waldi@debian.org>
+Description: skip non-existing devices in inittab
+Bug-Debian: http://bugs.debian.org/541115
+Forwarded: no
+
+This patch causes init silently skip running processes from inittab if
+the terminal name is specified but the corresponding device file does not
+exist.
+
 --- a/init/init.c
 +++ b/init/init.c
 @@ -576,6 +576,8 @@ static void run_actions(int action_type)