Check-in Number:
|
2547 | |
Date: |
2002-Oct-02 10:34:04 (local)
2002-Oct-02 08:34:04 (UTC) |
User: | thl |
Branch: | |
Comment: |
rewrite infinite loop description and offer workaround |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/fsl/fsl.pod 1.25 -> 1.26
--- fsl.pod 2002/08/02 11:17:42 1.25
+++ fsl.pod 2002/10/02 08:34:04 1.26
@@ -343,9 +343,10 @@
INT logpid o [0=no,1=yes] =1
);
-NOTICE: Because B<OSSP fsl> implements the syslog(3) library API itself,
-use cannot use the I<target>=C<local> feature of B<OSSP l2>, because it
-would lead to a endless run-time loop! Be careful here, please.
+WARNING: Because B<OSSP fsl> is a syslog(3) redirector it must not use
+the I<target>=C<local> feature of B<OSSP l2>. It would point back to
+itself and end up in a infinite run-time loop! However, it's safe to use
+I<target>=C<remote> with I<remotehost> being set to the local host.
=head1 OSSP L2: EXAMPLES
|
|