Remove gratuitous and unnecessary "BusyBox" refernece in login prompt
-Erik
This commit is contained in:
parent
1713a11a26
commit
b26674b2f8
@ -254,7 +254,7 @@ static int login_prompt ( char *buf_name )
|
||||
|
||||
for(i=0; i<EMPTY_USERNAME_COUNT; i++) {
|
||||
gethostname ( buf, sizeof( buf ));
|
||||
printf ( "\nBusyBox on %s login: ", buf );
|
||||
printf ( "\n%s login: ", buf );
|
||||
fflush ( stdout );
|
||||
|
||||
if ( !fgets ( buf, sizeof( buf ) - 1, stdin ))
|
||||
|
Loading…
Reference in New Issue
Block a user