From 2c0508b4facf24d55518fe13bcbef4b23c13c9cb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 29 Mar 2013 14:35:44 +0100 Subject: examples/inittab: fix a few incorrect statements about init Signed-off-by: Denys Vlasenko --- init/init.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'init') diff --git a/init/init.c b/init/init.c index b84bdccbc..15aad474f 100644 --- a/init/init.c +++ b/init/init.c @@ -1234,9 +1234,6 @@ int init_main(int argc UNUSED_PARAM, char **argv) //usage: " ::shutdown:/sbin/swapoff -a\n" //usage: " ::shutdown:/bin/umount -a -r\n" //usage: " ::restart:/sbin/init\n" -//usage: "\n" -//usage: "if it detects that /dev/console is _not_ a serial console, it will also run:\n" -//usage: "\n" //usage: " tty2::askfirst:/bin/sh\n" //usage: " tty3::askfirst:/bin/sh\n" //usage: " tty4::askfirst:/bin/sh\n" @@ -1252,11 +1249,7 @@ int init_main(int argc UNUSED_PARAM, char **argv) //usage: " the specified process to run on. The contents of this field are\n" //usage: " appended to \"/dev/\" and used as-is. There is no need for this field to\n" //usage: " be unique, although if it isn't you may have strange results. If this\n" -//usage: " field is left blank, the controlling tty is set to the console. Also\n" -//usage: " note that if BusyBox detects that a serial console is in use, then only\n" -//usage: " entries whose controlling tty is either the serial console or /dev/null\n" -//usage: " will be run. BusyBox init does nothing with utmp. We don't need no\n" -//usage: " stinkin' utmp.\n" +//usage: " field is left blank, then the init's stdin/out will be used.\n" //usage: "\n" //usage: " :\n" //usage: "\n" -- cgit v1.2.3