diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-26 09:16:00 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-26 09:16:00 +0000 |
commit | ec886971ccf2b40fdeba282095e4fd537cde01f5 (patch) | |
tree | 80ceac0ee76ad0bee1838252ced4f0cfd097659c /init/Config.in | |
parent | 3518555621b8f58d6a90e4f14c2a07348c23eddc (diff) | |
download | busybox-w32-ec886971ccf2b40fdeba282095e4fd537cde01f5.tar.gz busybox-w32-ec886971ccf2b40fdeba282095e4fd537cde01f5.tar.bz2 busybox-w32-ec886971ccf2b40fdeba282095e4fd537cde01f5.zip |
Move start_stop_daemon to debianutils.
Cleanup run_parts a bit and add long opts
git-svn-id: svn://busybox.net/trunk/busybox@7113 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init/Config.in')
-rw-r--r-- | init/Config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/init/Config.in b/init/Config.in index af7aac833..eb4211386 100644 --- a/init/Config.in +++ b/init/Config.in | |||
@@ -85,15 +85,6 @@ config CONFIG_MSVC | |||
85 | help | 85 | help |
86 | msvc is used to start and stop processes controlled by minit | 86 | msvc is used to start and stop processes controlled by minit |
87 | 87 | ||
88 | # Should start-stop-daemon be moved under debianutils? | ||
89 | config CONFIG_START_STOP_DAEMON | ||
90 | bool "start-stop-daemon" | ||
91 | default y | ||
92 | help | ||
93 | start-stop-daemon is used to control the creation and | ||
94 | termination of system-level processes, usually the ones | ||
95 | started during the startup of the system. | ||
96 | |||
97 | config CONFIG_MESG | 88 | config CONFIG_MESG |
98 | bool "mesg" | 89 | bool "mesg" |
99 | default y | 90 | default y |