diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-31 10:24:36 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-31 10:24:36 +0000 |
commit | dc1bbd1b50c3a3eae314b35202f8aa3de236ddab (patch) | |
tree | 3ae009b33f74d131da1747d558ab357511136f7d /init | |
parent | 5c5e07d2be2fdccc7ccd576f9cbe19a71f80b9d3 (diff) | |
download | busybox-w32-dc1bbd1b50c3a3eae314b35202f8aa3de236ddab.tar.gz busybox-w32-dc1bbd1b50c3a3eae314b35202f8aa3de236ddab.tar.bz2 busybox-w32-dc1bbd1b50c3a3eae314b35202f8aa3de236ddab.zip |
Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>
git-svn-id: svn://busybox.net/trunk/busybox@3612 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r-- | init/Makefile | 1 | ||||
-rw-r--r-- | init/config.in | 2 |
2 files changed, 3 insertions, 0 deletions
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 | |||
29 | obj-$(CONFIG_POWEROFF) += poweroff.o | 29 | obj-$(CONFIG_POWEROFF) += poweroff.o |
30 | obj-$(CONFIG_REBOOT) += reboot.o | 30 | obj-$(CONFIG_REBOOT) += reboot.o |
31 | obj-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o | 31 | obj-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o |
32 | obj-$(CONFIG_RUN_PARTS) += run_parts.o | ||
32 | 33 | ||
33 | 34 | ||
34 | # Hand off to toplevel Rules.mak | 35 | # 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 | |||
21 | bool 'start-stop-daemon' CONFIG_START_STOP_DAEMON | 21 | bool 'start-stop-daemon' CONFIG_START_STOP_DAEMON |
22 | fi | 22 | fi |
23 | 23 | ||
24 | bool 'run-parts' CONFIG_RUN_PARTS | ||
25 | |||
24 | endmenu | 26 | endmenu |
25 | 27 | ||