ossp-pkg/shiela/shiela.pod 1.18 -> 1.19
--- shiela.pod 2002/12/23 13:10:56 1.18
+++ shiela.pod 2002/12/23 14:08:38 1.19
@@ -88,6 +88,7 @@
structure:
Environment {
+ [Setenv <variable> <value>; [...]]
[Program sendmail <path>;]
[Program cvs <path>;]
[Program diff <path>;]
@@ -99,6 +100,13 @@
=over 4
+=item B<Setenv E<lt>variableE<gt> E<lt>valueE<gt>;>
+
+This sets (and overrides) a environment variable with a particular
+value. A common use is to set the environment variable C<PATH>, so the
+path arguments on B<Program> configuration lines can be non-absolute
+paths.
+
=item B<Program sendmail E<lt>pathE<gt>;>
This overrides the path to the F<sendmail> executable. Per default
@@ -408,6 +416,7 @@
# override the run-time environment
Environment {
+ Setenv PATH /bin:/usr/bin:/sbin:/usr/sbin;
Program sendmail /e/foo/sw/bin/sendmail;
Program cvs /e/foo/sw/bin/cvs;
Program diff /e/foo/sw/bin/diff;
|
|