[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    [PATCH] examples: inittab fix getty respawn invocation
From:       Gaël PORTAY <gael.portay () savoirfairelinux ! com>
Date:       2017-11-17 4:49:13
Message-ID: 20171117044913.13445-1-gael.portay () savoirfairelinux ! com
[Download RAW message or body]

Fix mismatch between the tty id field and the tty device used in
command-line.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
---
 examples/inittab | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/inittab b/examples/inittab
index 01ceaef25..653e3f5c9 100644
--- a/examples/inittab
+++ b/examples/inittab
@@ -64,8 +64,8 @@ tty3::askfirst:-/bin/sh
 tty4::askfirst:-/bin/sh
 
 # /sbin/getty invocations for selected ttys
-tty4::respawn:/sbin/getty 38400 tty5
-tty5::respawn:/sbin/getty 38400 tty6
+tty5::respawn:/sbin/getty 38400 tty5
+tty6::respawn:/sbin/getty 38400 tty6
 
 # Example of how to put a getty on a serial line (for a terminal)
 #::respawn:/sbin/getty -L ttyS0 9600 vt100
-- 
2.15.0

_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic