diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-22 18:27:53 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-22 18:27:53 +0000 |
commit | 3e8669f3599c05797b907faac2d2a5fc8827902c (patch) | |
tree | 8a799cfbb3963a1da83b635df90638143b5bd078 /debianutils | |
parent | 08d120e6e1242498b8e5ca92870a362bb1c64c85 (diff) | |
download | busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.gz busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.bz2 busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.zip |
- wrap overlong lines (Cristian Ionescu-Idbohrn)
- s/\. /. /g;# (me)
Diffstat (limited to 'debianutils')
-rw-r--r-- | debianutils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in index f1b73b645..4ed00ddfa 100644 --- a/debianutils/Config.in +++ b/debianutils/Config.in | |||
@@ -26,8 +26,8 @@ config RUN_PARTS | |||
26 | It is useful to set up a directory like cron.daily, where you need to | 26 | It is useful to set up a directory like cron.daily, where you need to |
27 | execute all the scripts in that directory. | 27 | execute all the scripts in that directory. |
28 | 28 | ||
29 | In this implementation of run-parts some features (such as report mode) | 29 | In this implementation of run-parts some features (such as report |
30 | are not implemented. | 30 | mode) are not implemented. |
31 | 31 | ||
32 | Unless you know that run-parts is used in some of your scripts | 32 | Unless you know that run-parts is used in some of your scripts |
33 | you can safely say N here. | 33 | you can safely say N here. |