Patch from Eric Spakman to update "run-parts" help text in Config.in.
authorEric Andersen <andersen@codepoet.org>
Wed, 6 Aug 2003 09:43:09 +0000 (09:43 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 6 Aug 2003 09:43:09 +0000 (09:43 -0000)
debianutils/Config.in

index 8bdb91f..6534cc7 100644 (file)
@@ -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.