Remove gratuitous and unnecessary "BusyBox" refernece in login prompt

-Erik
This commit is contained in:
Eric Andersen 2002-11-07 02:45:55 +00:00
parent 1713a11a26
commit b26674b2f8

View File

@ -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 ))