Check-in Number:
|
1690 | |
Date: |
2002-Jan-30 08:57:56 (local)
2002-Jan-30 07:57:56 (UTC) |
User: | ms |
Branch: | |
Comment: |
consequently rename config to env |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/rc-sample.pod 1.3 -> 1.4
--- rc-sample.pod 2002/01/29 08:53:03 1.3
+++ rc-sample.pod 2002/01/30 07:57:56 1.4
@@ -39,7 +39,7 @@
RequireGroup cw
# how to parse RC files
- ParseConfigDef (?<=^\s*)([a-zA-Z_][a-zA-Z_0-9]*)=(?:"([^"]*)"|'([^']*)'|(\S+))
+ ParseEnvDef (?<=^\s*)([a-zA-Z_][a-zA-Z_0-9]*)=(?:"([^"]*)"|'([^']*)'|(\S+))
ParseSectionDef (?<=^|\n)%([a-zA-Z][a-zA-Z0-9]*)(\s+-[a-zA-Z]\s*\S+)*\s*\n(.+?)(?=\n%%\S+|$)
ParseSectionParam (?<=^|\s)-([a-zA-Z])\s*(\S+)
ParseSectionRef (?<=^\s*|;\s*)%([a-zA-Z][a-zA-Z0-9]*)(\s+[^\n]+)?
|
|