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-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.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 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 |
