aboutsummaryrefslogtreecommitdiff
path: root/debianutils/run_parts.c
diff options
context:
space:
mode:
Diffstat (limited to 'debianutils/run_parts.c')
-rw-r--r--debianutils/run_parts.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c
index 011066bd4..c6a90a486 100644
--- a/debianutils/run_parts.c
+++ b/debianutils/run_parts.c
@@ -26,16 +26,16 @@
26//config: bool "run-parts (5.6 kb)" 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