diff options
author | Ron Yorston <rmy@pobox.com> | 2017-07-24 11:40:28 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-07-24 12:03:28 +0100 |
commit | 60411636073cdc08e8005f0de00098e6dd00eaf5 (patch) | |
tree | 58673b64af1e663280be81f798c8f66ce116d1dd /debianutils | |
parent | eeceafbc5c4caf513c6d92b7d71ecb0ccd89a3f8 (diff) | |
parent | b72f1ef17b97802d33f0ac522f64bea0f65442c5 (diff) | |
download | busybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.tar.gz busybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.tar.bz2 busybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'debianutils')
-rw-r--r-- | debianutils/pipe_progress.c | 4 | ||||
-rw-r--r-- | debianutils/run_parts.c | 22 | ||||
-rw-r--r-- | debianutils/start_stop_daemon.c | 14 | ||||
-rw-r--r-- | debianutils/which.c | 6 |
4 files changed, 23 insertions, 23 deletions
diff --git a/debianutils/pipe_progress.c b/debianutils/pipe_progress.c index 21d330b59..e6b7601fa 100644 --- a/debianutils/pipe_progress.c +++ b/debianutils/pipe_progress.c | |||
@@ -7,10 +7,10 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config PIPE_PROGRESS | 9 | //config:config PIPE_PROGRESS |
10 | //config: bool "pipe_progress" | 10 | //config: bool "pipe_progress (225 bytes)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Display a dot to indicate pipe activity. | 13 | //config: Display a dot to indicate pipe activity. |
14 | 14 | ||
15 | //applet:IF_PIPE_PROGRESS(APPLET(pipe_progress, BB_DIR_BIN, BB_SUID_DROP)) | 15 | //applet:IF_PIPE_PROGRESS(APPLET(pipe_progress, BB_DIR_BIN, BB_SUID_DROP)) |
16 | 16 | ||
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 3ef28f1d4..c6a90a486 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c | |||
@@ -23,19 +23,19 @@ | |||
23 | * broken compatibility because the BusyBox policy doesn't allow them. | 23 | * broken compatibility because the BusyBox policy doesn't allow them. |
24 | */ | 24 | */ |
25 | //config:config RUN_PARTS | 25 | //config:config RUN_PARTS |
26 | //config: bool "run-parts" | 26 | //config: bool "run-parts (5.6 kb)" |
27 | //config: default y | 27 | //config: default y |
28 | //config: help | 28 | //config: help |
29 | //config: run-parts is a utility designed to run all the scripts in a directory. | 29 | //config: run-parts is a utility designed to run all the scripts in a directory. |
30 | //config: | 30 | //config: |
31 | //config: It is useful to set up a directory like cron.daily, where you need to | 31 | //config: It is useful to set up a directory like cron.daily, where you need to |
32 | //config: execute all the scripts in that directory. | 32 | //config: execute all the scripts in that directory. |
33 | //config: | 33 | //config: |
34 | //config: In this implementation of run-parts some features (such as report | 34 | //config: In this implementation of run-parts some features (such as report |
35 | //config: mode) are not implemented. | 35 | //config: mode) are not implemented. |
36 | //config: | 36 | //config: |
37 | //config: Unless you know that run-parts is used in some of your scripts | 37 | //config: Unless you know that run-parts is used in some of your scripts |
38 | //config: you can safely say N here. | 38 | //config: you can safely say N here. |
39 | //config: | 39 | //config: |
40 | //config:config FEATURE_RUN_PARTS_LONG_OPTIONS | 40 | //config:config FEATURE_RUN_PARTS_LONG_OPTIONS |
41 | //config: bool "Enable long options" | 41 | //config: bool "Enable long options" |
@@ -47,9 +47,9 @@ | |||
47 | //config: default y | 47 | //config: default y |
48 | //config: depends on RUN_PARTS | 48 | //config: depends on RUN_PARTS |
49 | //config: help | 49 | //config: help |
50 | //config: Support additional options: | 50 | //config: Support additional options: |
51 | //config: -l --list print the names of the all matching files (not | 51 | //config: -l --list print the names of the all matching files (not |
52 | //config: limited to executables), but don't actually run them. | 52 | //config: limited to executables), but don't actually run them. |
53 | 53 | ||
54 | //applet:IF_RUN_PARTS(APPLET_ODDNAME(run-parts, run_parts, BB_DIR_BIN, BB_SUID_DROP, run_parts)) | 54 | //applet:IF_RUN_PARTS(APPLET_ODDNAME(run-parts, run_parts, BB_DIR_BIN, BB_SUID_DROP, run_parts)) |
55 | 55 | ||
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 | ||
diff --git a/debianutils/which.c b/debianutils/which.c index af33ba72e..491557167 100644 --- a/debianutils/which.c +++ b/debianutils/which.c | |||
@@ -6,11 +6,11 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config WHICH | 8 | //config:config WHICH |
9 | //config: bool "which" | 9 | //config: bool "which (3.7 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: which is used to find programs in your PATH and | 12 | //config: which is used to find programs in your PATH and |
13 | //config: print out their pathnames. | 13 | //config: print out their pathnames. |
14 | 14 | ||
15 | //applet:IF_WHICH(APPLET(which, BB_DIR_USR_BIN, BB_SUID_DROP)) | 15 | //applet:IF_WHICH(APPLET(which, BB_DIR_USR_BIN, BB_SUID_DROP)) |
16 | 16 | ||