First page Back Continue Last page Overview Graphics
Sections
Sections may be defined in a schema as well:
<schema prefix=”MyPackage.MyModule”>
<sectiontype name=”envvars” datatype=”.envvars”>
<key name=”+” attribute=”environ”>
</sectiontype>
<section type=”envvars” attribute=”envvars”
name=”*”/>
</schema>
Use in config file:
<envvars>
HOME /home/chrism
PATH /home/chrism/bin;/usr/bin
</envvars>
Notes: