diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-10 12:07:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-10 12:07:24 +0000 |
commit | 282671bf76bd7e3644b730673ca748947913b911 (patch) | |
tree | 0a9d9077d4df87033bb4279195852b974b33babb /init | |
parent | 30fcef430c59e5884f6765d16fc201c303b2e92c (diff) | |
download | busybox-w32-282671bf76bd7e3644b730673ca748947913b911.tar.gz busybox-w32-282671bf76bd7e3644b730673ca748947913b911.tar.bz2 busybox-w32-282671bf76bd7e3644b730673ca748947913b911.zip |
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.in | 4 |
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 | |||
18 | bool 'halt' CONFIG_HALT | 18 | bool 'halt' CONFIG_HALT |
19 | bool 'poweroff' CONFIG_POWEROFF | 19 | bool 'poweroff' CONFIG_POWEROFF |
20 | bool 'reboot' CONFIG_REBOOT | 20 | bool 'reboot' CONFIG_REBOOT |
21 | bool 'start-stop-daemon' CONFIG_START_STOP_DAEMON | ||
22 | fi | 21 | fi |
23 | 22 | ||
24 | bool 'run-parts' CONFIG_RUN_PARTS | 23 | bool 'start-stop-daemon' CONFIG_START_STOP_DAEMON |
24 | bool 'run-parts' CONFIG_RUN_PARTS | ||
25 | 25 | ||
26 | endmenu | 26 | endmenu |
27 | 27 | ||