Move start_stop_daemon to debianutils.

Cleanup run_parts a bit and add long opts
This commit is contained in:
Eric Andersen
2003-07-26 09:16:00 +00:00
parent aa820dbc00
commit a1ed06b047
6 changed files with 40 additions and 288 deletions

View File

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