Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>

This commit is contained in:
Eric Andersen
2001-10-31 10:24:36 +00:00
parent 2bc4dec7a1
commit 6cf47a79ac
8 changed files with 58 additions and 2 deletions

View File

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

View File

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