ossp-pkg/fsl/fsl.pod 1.22 -> 1.23
--- fsl.pod 2002/08/01 10:18:06 1.22
+++ fsl.pod 2002/08/01 11:41:05 1.23
@@ -59,7 +59,7 @@
If an application calls openlog(3) it passes an identification string
(I<ident>) and a logging facility (I<facility>) along. B<OSSP fsl> reads all
-configuration files matching "I<cfgdir>C</fsl.*>" and parses them using
+configuration files matching "I<cfgdir>C</>I<prefix>C<*>" and parses them using
B<OSSP cfg>. Sections are identified by "C<ident>I<match>C</>I<l2-spec>C<;>"
directives. The I<match> argument is an B<OSSP pcre> (Perl-compatible)
regular expression that is matched against a string concatenated from
@@ -354,7 +354,6 @@
A very simple I<l2-spec> just writing everything to F<stderr>
(filedescriptor 2):
- ident .*
fd(fd=2)
=head2 Example 2: simple logfile writing
@@ -485,6 +484,21 @@
=over 4
+=item C<FSL_CFGDIR>
+
+This variable overrides the default value (hard-coded in B<OSSP fsl>
+under built-time via C<--with-fsl-cfgdir=>I<path>) under run-time. The
+value has to point to an existing directory where configuration files
+named "I<prefix>C<*>" (see below) exist. The default value is
+"C<@FSL_CFGDIR@>".
+
+=item C<FSL_PREFIX>
+
+This variable overrides the default value (hard-coded in B<OSSP fsl>
+under built-time via C<--with-fsl-prefix=>I<prefix>) under run-time.
+The value has to be a valid partial Unix filename. The default value is
+"C<@FSL_PREFIX@>".
+
=item C<FSL_DEBUG>
This variable overrides the default value (hard-coded in B<OSSP fsl>
@@ -501,12 +515,9 @@
=over 4
-=item F<FSL_CFGDIR/fsl.*>
+=item F<@FSL_CFGDIR@/@FSL_PREFIX@*>
-B<OSSP fsl> reads configuration sections located in these files. The
-path FSL_CFGDIR of the directory containing these file(s) has to be
-specified at build-time of B<OSSP fsl> via the F<configure> option
-C<--with-cfgdir=>I<cfgdir>.
+B<OSSP fsl> reads configuration sections located in these files.
=back
|
|