Remove 'busybox' word from configuration programs

(based on experience of adapting it to uclibc).
This commit is contained in:
Denis Vlasenko
2008-05-28 11:59:32 +00:00
parent 10be1a787f
commit 417e240abb
6 changed files with 20 additions and 22 deletions

View File

@ -605,7 +605,7 @@ int main(int ac, char **av)
check_conf(&rootmenu);
} while (conf_cnt);
if (conf_write(NULL)) {
fprintf(stderr, _("\n*** Error during writing of the busybox configuration.\n\n"));
fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n"));
return 1;
}
return 0;