ossp-pkg/fsl/fsl.pod 1.7 -> 1.8
--- fsl.pod 2002/07/24 13:11:37 1.7
+++ fsl.pod 2002/07/24 19:12:36 1.8
@@ -40,8 +40,8 @@
=head1 SYNOPSIS
- LDFLAGS=`fsl-config --ldflags` \
- LIBS="-lfsl" \
+ LDFLAGS="`fsl-config --all --ldflags`" \
+ LIBS="`fsl-config --all --libs`" \
./configure [...]
=head1 DESCRIPTION
@@ -53,13 +53,6 @@
advantage of B<OSSP l2> by just linking this library in before F<libc>.
The source code of the program remains unchanged.
-=head1 FILES
-
-The B<OSSP l2syslog> library reads configuration sections located in
-one or more files. The path to the directory containing these file(s)
-is specified at compile time and is given to the configure script via
-C<--with-cfgdir=>I<cfgdir>.
-
=head1 OPERATION
If an application calls openlog(3) it passes an identification string
@@ -295,18 +288,45 @@
-> file(path="sendmail.debug.log", append=0,perm=432)
};
+=head1 FILES
+
+The B<OSSP l2syslog> library reads configuration sections located in
+one or more files. The path to the directory containing these file(s)
+is specified at compile time and is given to the configure script via
+C<--with-cfgdir=>I<cfgdir>.
+
+F<@sysconfdir@/fsl.*>
=head1 OPENPKG
-OpenPKG RPM packages must require the package "l2" in both C<BuildPreReq> and
-C<PreReq> and force the packaged application to link against F<libl2syslog.a>.
+OpenPKG RPM packages must require the package "fsl" in both C<BuildPreReq> and
+C<PreReq> and force the packaged application to link against F<libfsl.a>.
=head1 SEE ALSO
-syslog(3).
+syslog(3),
+B<OSSP l2> http://www.ossp.org/pkg/lib/l2/,
+B<OSSP cfg> http://www.ossp.org/pkg/lib/cfg/,
+B<OpenPKG> http://www.openpkg.org/.
+
+=head1 ONLINE RESOURCES
+
+ Project Homepage: http://www.ossp.org/pkg/lib/fsl/
+ Source Repository: http://cvs.ossp.org/pkg/lib/fsl/
+ Distribution Files: ftp://ftp.ossp.org/pkg/lib/fsl/
+
+=head1 HISTORY
+
+B<OSSP fsl> was implemented in July 2002 by Thomas Lotterer
+<thomas@lotterer.net> for use in the B<OpenPKG> project as a replacement
+for its old B<fakesyslog> library. It was prompted by the necessarity
+to log to multiple files in the B<OpenPKG> F<inn> package and to write
+messages of particular log levels to different files in the B<OpenPKG>
+F<postfix> package.
=head1 AUTHOR
-Thomas Lotterer <thl@ossp.org>
+Thomas Lotterer <thomas@lotterer.net>
=cut
+
|
|