From 282671bf76bd7e3644b730673ca748947913b911 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 10 Nov 2001 12:07:24 +0000 Subject: Cleanup some config problems. Add a sane default config that basically matches the default old Config.h --- init/config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init/config.in') 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 -- cgit v1.2.3