Remove gratuitous and unnecessary "BusyBox" refernece in login prompt
authorEric Andersen <andersen@codepoet.org>
Thu, 7 Nov 2002 02:45:55 +0000 (02:45 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 7 Nov 2002 02:45:55 +0000 (02:45 -0000)
 -Erik

loginutils/login.c

index 6b8f6c6..cda29f1 100644 (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 ))