projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdd2a0f
)
Patch from Eric Spakman to update "run-parts" help text in Config.in.
author
Eric Andersen
<andersen@codepoet.org>
Wed, 6 Aug 2003 09:43:09 +0000
(09:43 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 6 Aug 2003 09:43:09 +0000
(09:43 -0000)
debianutils/Config.in
patch
|
blob
|
history
diff --git
a/debianutils/Config.in
b/debianutils/Config.in
index 8bdb91f264cf05f1c115ee619e94d1ad05e2aebf..6534cc7e80d3aad2656504cb0ee2f1348dca8e54 100644
(file)
--- a/
debianutils/Config.in
+++ b/
debianutils/Config.in
@@
-27,8
+27,8
@@
config CONFIG_RUN_PARTS
It is useful to set up a directory like cron.daily, where you need to
execute all the scripts in that directory.
- This implementation of run-parts does not accept long options, and
-
some features (such as report mode)
are not implemented.
+ In this implementation of run-parts some features (such as report mode)
+ are not implemented.
Unless you know that run-parts is used in some of your scripts
you can safely say N here.