new config display applet, from bug 46. i've changed the name

of the applet from "config" to "bbconfig", and renamed the
source filenames and symbols to match appropriately.
This commit is contained in:
Paul Fox
2005-08-01 16:04:40 +00:00
parent a39bba33c8
commit 79c142d938
7 changed files with 94 additions and 1 deletions

8
miscutils/bbconfig.c Normal file
View File

@ -0,0 +1,8 @@
#include "busybox.h"
#include "bbconfigopts.h"
int bbconfig_main(int argc, char **argv)
{
printf(bbconfig_config);
return 0;
}