- add fancy mode to start-stop-daemon to support --oknodo and --verbose

This commit is contained in:
Bernhard Reutner-Fischer
2006-06-11 17:24:01 +00:00
parent 081b1ac6b4
commit a926f8e50a
3 changed files with 72 additions and 47 deletions

View File

@ -61,6 +61,15 @@ config CONFIG_START_STOP_DAEMON
termination of system-level processes, usually the ones
started during the startup of the system.
config CONFIG_FEATURE_START_STOP_DAEMON_FANCY
bool "Support additional arguments"
default y
depends on CONFIG_START_STOP_DAEMON
help
Support additional arguments.
-o|--oknodo ignored since we exit with 0 anyway
-v|--verbose
config CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
bool "Enable long options"
default n