From 6cf47a79acfef8dbe4e651560f59200978b656b1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 31 Oct 2001 10:24:36 +0000 Subject: Run parts applet by Emanuele Aina --- init/Makefile | 1 + init/config.in | 2 ++ 2 files changed, 3 insertions(+) (limited to 'init') diff --git a/init/Makefile b/init/Makefile index 472fb02b1..76f49794d 100644 --- a/init/Makefile +++ b/init/Makefile @@ -29,6 +29,7 @@ obj-$(CONFIG_INIT) += init.o obj-$(CONFIG_POWEROFF) += poweroff.o obj-$(CONFIG_REBOOT) += reboot.o obj-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o +obj-$(CONFIG_RUN_PARTS) += run_parts.o # Hand off to toplevel Rules.mak diff --git a/init/config.in b/init/config.in index 1d4760c2c..1174e21d5 100644 --- a/init/config.in +++ b/init/config.in @@ -21,5 +21,7 @@ if [ "$CONFIG_INIT" = "y" ]; then bool 'start-stop-daemon' CONFIG_START_STOP_DAEMON fi +bool 'run-parts' CONFIG_RUN_PARTS + endmenu -- cgit v1.2.3