summaryrefslogtreecommitdiff
path: root/miscutils/runlevel.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove unneeded #includes, fix indentationDenis Vlasenko2006-09-231-16/+15
|
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-2/+2
| | | | and eventual platform specific includes in early.
* - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.Bernhard Reutner-Fischer2005-10-281-0/+43
Note that we leave the buggy CONFIG_* namespace now, so please fix any applet you thouch.