aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-10 12:07:24 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-10 12:07:24 +0000
commit282671bf76bd7e3644b730673ca748947913b911 (patch)
tree0a9d9077d4df87033bb4279195852b974b33babb /init
parent30fcef430c59e5884f6765d16fc201c303b2e92c (diff)
downloadbusybox-282671bf76bd7e3644b730673ca748947913b911.tar.gz
Cleanup some config problems. Add a sane default config that basically
matches the default old Config.h
Diffstat (limited to 'init')
-rw-r--r--init/config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/config.in b/init/config.in
index 1174e21d5..58fe1d8e3 100644
--- a/init/config.in
+++ b/init/config.in
@@ -18,10 +18,10 @@ if [ "$CONFIG_INIT" = "y" ]; then
bool 'halt' CONFIG_HALT
bool 'poweroff' CONFIG_POWEROFF
bool 'reboot' CONFIG_REBOOT
- bool 'start-stop-daemon' CONFIG_START_STOP_DAEMON
fi
-bool 'run-parts' CONFIG_RUN_PARTS
+bool 'start-stop-daemon' CONFIG_START_STOP_DAEMON
+bool 'run-parts' CONFIG_RUN_PARTS
endmenu