diff options
Diffstat (limited to 'debianutils/start_stop_daemon.c')
-rw-r--r-- | debianutils/start_stop_daemon.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 4a9e0653e..9d60b2c7f 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -57,12 +57,12 @@ Misc options: | |||
57 | -v,--verbose Verbose | 57 | -v,--verbose Verbose |
58 | */ | 58 | */ |
59 | //config:config START_STOP_DAEMON | 59 | //config:config START_STOP_DAEMON |
60 | //config: bool "start-stop-daemon" | 60 | //config: bool "start-stop-daemon (12 kb)" |
61 | //config: default y | 61 | //config: default y |
62 | //config: help | 62 | //config: help |
63 | //config: start-stop-daemon is used to control the creation and | 63 | //config: start-stop-daemon is used to control the creation and |
64 | //config: termination of system-level processes, usually the ones | 64 | //config: termination of system-level processes, usually the ones |
65 | //config: started during the startup of the system. | 65 | //config: started during the startup of the system. |
66 | //config: | 66 | //config: |
67 | //config:config FEATURE_START_STOP_DAEMON_LONG_OPTIONS | 67 | //config:config FEATURE_START_STOP_DAEMON_LONG_OPTIONS |
68 | //config: bool "Enable long options" | 68 | //config: bool "Enable long options" |
@@ -74,9 +74,9 @@ Misc options: | |||
74 | //config: default y | 74 | //config: default y |
75 | //config: depends on START_STOP_DAEMON | 75 | //config: depends on START_STOP_DAEMON |
76 | //config: help | 76 | //config: help |
77 | //config: -o|--oknodo ignored since we exit with 0 anyway | 77 | //config: -o|--oknodo ignored since we exit with 0 anyway |
78 | //config: -v|--verbose | 78 | //config: -v|--verbose |
79 | //config: -N|--nicelevel N | 79 | //config: -N|--nicelevel N |
80 | 80 | ||
81 | //applet:IF_START_STOP_DAEMON(APPLET_ODDNAME(start-stop-daemon, start_stop_daemon, BB_DIR_SBIN, BB_SUID_DROP, start_stop_daemon)) | 81 | //applet:IF_START_STOP_DAEMON(APPLET_ODDNAME(start-stop-daemon, start_stop_daemon, BB_DIR_SBIN, BB_SUID_DROP, start_stop_daemon)) |
82 | 82 | ||