diff options
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 |