summaryrefslogtreecommitdiff
path: root/debianutils/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-26 09:16:00 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-26 09:16:00 +0000
commita1ed06b04739d85389fe23e78e97556864b77c64 (patch)
tree80ceac0ee76ad0bee1838252ced4f0cfd097659c /debianutils/Config.in
parentaa820dbc00860a2ddcb7a0205345ffe39c7d18d7 (diff)
downloadbusybox-w32-a1ed06b04739d85389fe23e78e97556864b77c64.tar.gz
busybox-w32-a1ed06b04739d85389fe23e78e97556864b77c64.tar.bz2
busybox-w32-a1ed06b04739d85389fe23e78e97556864b77c64.zip
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.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in
index 108cc5388..8bdb91f26 100644
--- a/debianutils/Config.in
+++ b/debianutils/Config.in
@@ -33,6 +33,14 @@ config CONFIG_RUN_PARTS
33 Unless you know that run-parts is used in some of your scripts 33 Unless you know that run-parts is used in some of your scripts
34 you can safely say N here. 34 you can safely say N here.
35 35
36config CONFIG_START_STOP_DAEMON
37 bool "start-stop-daemon"
38 default y
39 help
40 start-stop-daemon is used to control the creation and
41 termination of system-level processes, usually the ones
42 started during the startup of the system.
43
36config CONFIG_WHICH 44config CONFIG_WHICH
37 bool "which" 45 bool "which"
38 default n 46 default n