projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1713a11
)
Remove gratuitous and unnecessary "BusyBox" refernece in login prompt
author
Eric Andersen
<andersen@codepoet.org>
Thu, 7 Nov 2002 02:45:55 +0000
(
02:45
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 7 Nov 2002 02:45:55 +0000
(
02:45
-0000)
-Erik
loginutils/login.c
patch
|
blob
|
history
diff --git
a/loginutils/login.c
b/loginutils/login.c
index 6b8f6c6510b4f179a5dbcfc1da828e182776488f..cda29f1872dbe90f1a2aa28129d8c983ed1240a2 100644
(file)
--- a/
loginutils/login.c
+++ b/
loginutils/login.c
@@
-254,7
+254,7
@@
static int login_prompt ( char *buf_name )
for(i=0; i<EMPTY_USERNAME_COUNT; i++) {
gethostname ( buf, sizeof( buf ));
- printf ( "\n
BusyBox on
%s login: ", buf );
+ printf ( "\n%s login: ", buf );
fflush ( stdout );
if ( !fgets ( buf, sizeof( buf ) - 1, stdin ))