aboutsummaryrefslogtreecommitdiff
path: root/debianutils/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Markus Heidelberg writes:Bernhard Reutner-Fischer2008-09-261-0/+1
| | | | | * document --nicelevel in Config.in * usage: --verbose is the fancy option, not --quiet
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-2/+2
| | | | - s/\. /. /g;# (me)
* trivial fixes to config systemDenis Vlasenko2008-02-191-2/+2
|
* move several applets to more correct ex-project. No code changes.Denis Vlasenko2007-06-121-14/+0
|
* - rewrite run-partsBernhard Reutner-Fischer2007-03-281-0/+9
| | | | | | | | | | | | | | | | | | | text data bss dec hex filename 1029 0 0 1029 405 debianutils/run_parts.o-old 478 0 0 478 1de debianutils/run_parts.o-new-bare 600 0 0 600 258 debianutils/run_parts.o-new-full bare, i.e. without long opts and fancy stuff ./scripts/bloat-o-meter bb_old busybox_unstripped function old new delta act - 215 +215 run_parts_main 216 201 -15 valid_name 50 - -50 runparts_long_options 64 - -64 .rodata 124323 124163 -160 run_parts 513 - -513 ------------------------------------------------------------------------------ (add/remove: 1/3 grow/shrink: 0/2 up/down: 215/-802) Total: -587 bytes
* build system overhaulDenis Vlasenko2006-10-051-14/+14
|
* - add fancy mode to start-stop-daemon to support --oknodo and --verboseBernhard Reutner-Fischer2006-06-111-0/+9
|
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-261-0/+14
| | | | | | Adds "Enable getopt long" under "General options", default y. Send patches to fix getopt_ulflags and run_parts.c if you turn this off.. See http://busybox.net/lists/busybox/2006-May/021828.html for a start to run-parts
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-1/+1
| | | | to do it in Config.in.
* - CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson ↵Ned Ludd2004-12-081-0/+7
| | | | <cjwatson@debian.org> on busybox mailing list 08/11/04
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* NEW APPLET: pipe_progress, used by debian installerGlenn L McGrath2003-11-141-0/+6
|
* Patch from Eric Spakman to update "run-parts" help text in Config.in.Eric Andersen2003-08-061-2/+2
|
* Move start_stop_daemon to debianutils.Eric Andersen2003-07-261-0/+8
| | | | Cleanup run_parts a bit and add long opts
* Patch from Kent Robotti adding a bunch of needed docs!Eric Andersen2003-07-051-6/+8
| | | | -Erik
* Kill the now obsolete docs/Configure.help file, and move all existingEric Andersen2002-12-051-1/+10
| | | | | help texts into their respective Config.in file. -Erik
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+33
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