Index: ossp-pkg/fsl/fsl.pod RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl.pod,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl.pod,v' 2>/dev/null --- 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 by just linking this library in before F. The source code of the program remains unchanged. -=head1 FILES - -The B 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. - =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 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. + +F<@sysconfdir@/fsl.*> =head1 OPENPKG -OpenPKG RPM packages must require the package "l2" in both C and -C and force the packaged application to link against F. +OpenPKG RPM packages must require the package "fsl" in both C and +C and force the packaged application to link against F. =head1 SEE ALSO -syslog(3). +syslog(3), +B http://www.ossp.org/pkg/lib/l2/, +B http://www.ossp.org/pkg/lib/cfg/, +B 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 was implemented in July 2002 by Thomas Lotterer + for use in the B project as a replacement +for its old B library. It was prompted by the necessarity +to log to multiple files in the B F package and to write +messages of particular log levels to different files in the B +F package. =head1 AUTHOR -Thomas Lotterer +Thomas Lotterer =cut +