Hi, The child in start_getty() sleeps 30 seconds (not 10) before continuing if getty exited too quickly in its prior attempt.
ok? -- Scott Cheloha Index: sbin/init/init.8 =================================================================== RCS file: /cvs/src/sbin/init/init.8,v retrieving revision 1.49 diff -u -p -r1.49 init.8 --- sbin/init/init.8 6 Oct 2016 11:43:30 -0000 1.49 +++ sbin/init/init.8 16 Jan 2018 15:39:02 -0000 @@ -298,7 +298,7 @@ record of all logins and logouts A process being started to service a line is exiting quickly each time it is started. This is often caused by a ringing or noisy terminal line. -.Em "Init will sleep for 10 seconds" , +.Em "Init will sleep for 30 seconds" , .Em "then continue trying to start the process" . .It "some processes would not die; ps axl advised." A process
