summaryrefslogtreecommitdiff
path: root/init/Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move start_stop_daemon to debianutils.Eric Andersen2003-07-261-1/+0
| | | | Cleanup run_parts a bit and add long opts
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
|
* Apply last_patch93 from vodz:Eric Andersen2003-06-271-0/+22
| | | | | | | | | | | | | andersen@busybox.net wrote: >Message: 4 >Modified Files: > init.c >Log Message: >Remove code for unsupported kernel versions Hmm. Current init.c have check >= 2.2.0 kernel one time too. Ok. Last patch removed this point and move common init code to new file for /init dir
* minit, a Minimal init system.Glenn L McGrath2003-05-111-0/+3
|
* Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath2002-11-111-1/+0
|
* mesg applet by Manuel Novoa IIIGlenn L McGrath2002-09-161-0/+1
|
* Completely rework the config system so that it no longer annoys me to work onEric Andersen2002-04-121-0/+37
the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik