mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Wait until login completed before starting SLIP (5 secs)
This commit is contained in:
parent
7cb763927f
commit
e8fcb216a6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10797
1 changed files with 3 additions and 0 deletions
|
@ -423,6 +423,9 @@ main(argc, argv)
|
|||
}
|
||||
}
|
||||
|
||||
sleep(5); /* Wait until login completed */
|
||||
if (hup || terminate)
|
||||
goto restart;
|
||||
/*
|
||||
* Attach
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue