|
Check-in Number:
|
2424 | |
| Date: |
2002-Jul-30 09:10:54 (local)
2002-Jul-30 07:10:54 (UTC) |
| User: | thl |
| Branch: | |
| Comment: |
be fussy, "not readable" is implemented being a error condition |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/fsl/fsl.pod 1.14 -> 1.15
--- fsl.pod 2002/07/29 17:43:44 1.14
+++ fsl.pod 2002/07/30 07:10:54 1.15
@@ -57,8 +57,8 @@
If an application calls openlog(3) it passes an identification string
(I<ident>) and a logging facility (I<facility>) along. B<OSSP fsl>
-tries to read the file "I<cfgdir>C</fsl.>I<ident>". If the file is not
-readable, all files matching "I<cfgdir>C</fsl.*>" are read.
+tries to read the file "I<cfgdir>C</fsl.>I<ident>". If the file does not
+exist, all files matching "I<cfgdir>C</fsl.*>" are read.
In both cases, all data that has been read in is parsed for
configuration sections via B<OSSP cfg>. These are identified by "C<ident
|
|