summaryrefslogtreecommitdiff
path: root/loginutils/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Andreas Mohr writes:Eric Andersen2003-10-221-12/+12
| | | | | | | | | | | the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
* the word "only" is repeated for CONFIG_FEATURE_SHADOWPASSWDSEric Andersen2003-07-221-1/+1
|
* Patch from Terje Kvernes adding quite a lot of missing documentationEric Andersen2003-07-221-4/+18
|
* Document CONFIG_USE_BB_PWD_GRPEric Andersen2003-07-151-1/+17
|
* Patch from Thomas Cameron:Eric Andersen2003-07-141-9/+16
| | | | | | | | | | | Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
* re-order config options, part of a patch from Bastian BlankGlenn L McGrath2003-01-211-12/+14
|
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+97
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik