diff options
author | Eric Andersen | 2003-07-26 09:16:00 +0000 |
---|---|---|
committer | Eric Andersen | 2003-07-26 09:16:00 +0000 |
commit | a1ed06b04739d85389fe23e78e97556864b77c64 (patch) | |
tree | 80ceac0ee76ad0bee1838252ced4f0cfd097659c /debianutils/Config.in | |
parent | aa820dbc00860a2ddcb7a0205345ffe39c7d18d7 (diff) | |
download | busybox-a1ed06b04739d85389fe23e78e97556864b77c64.zip busybox-a1ed06b04739d85389fe23e78e97556864b77c64.tar.gz |
Move start_stop_daemon to debianutils.
Cleanup run_parts a bit and add long opts
Diffstat (limited to 'debianutils/Config.in')
-rw-r--r-- | debianutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in index 108cc53..8bdb91f 100644 --- a/debianutils/Config.in +++ b/debianutils/Config.in @@ -33,6 +33,14 @@ config CONFIG_RUN_PARTS Unless you know that run-parts is used in some of your scripts you can safely say N here. +config CONFIG_START_STOP_DAEMON + bool "start-stop-daemon" + default y + help + start-stop-daemon is used to control the creation and + termination of system-level processes, usually the ones + started during the startup of the system. + config CONFIG_WHICH bool "which" default n |