document run-parts restrictions for script= option. [Closes: issue906]
authorChristian Hofstaedtler <ch+git@zeha.at>
Mon, 11 Oct 2010 11:30:15 +0000 (13:30 +0200)
committerUlrich Dangel <mru@grml.org>
Mon, 11 Oct 2010 22:08:05 +0000 (00:08 +0200)
doc/grml-autoconfig.current.txt

index 80f4eae..6806309 100644 (file)
@@ -86,10 +86,12 @@ extract::
 scripts::
 
     This parameter executes scripts. If an optional path is given, it is
-    relative to DCSDIR. If it points to a directory, all scripts inside this
-    directory are executed. If the path points to a file, this single file is
-    executed. If no path is given, it defaults to scripts/grml.sh. Usage
-    examples:
+    relative to DCSDIR. If the path points to a file, this single file is
+    executed. If no path is given, it defaults to scripts/grml.sh.
+    If the given name points to a directory, all scripts inside it are
+    executed, but the run-parts name restrictions apply: script names must
+    consist entirely of upper and lower case letters, digits, underscores,
+    and hyphens. Usage examples:
 
   scripts               =>   run script DCSDIR/scripts/grml.sh
   scripts=foobar.sh     =>   run script foobar.sh in DCSDIR