Index: ossp-pkg/fsl/fsl.pod RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl.pod,v rcsdiff -q -kk '-r1.18' '-r1.19' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl.pod,v' 2>/dev/null --- fsl.pod 2002/07/31 07:39:20 1.18 +++ fsl.pod 2002/08/01 08:05:50 1.19 @@ -376,14 +376,15 @@ regex="foo" ) -> syslog( - remotehost="localhost" + remotehost="localhost", + ident="l2" ); info: prefix( prefix="[%b %d %H:%M:%S] <%L> [%P]" ) -> { debug/error: buffer( - size=1024 + size=65536 ) -> file( path="a" @@ -392,7 +393,8 @@ size=65536 ) -> file( - path="b" + path="b", + perm=0660 ) }; prefix() -> { @@ -401,17 +403,20 @@ regex="foo" ) -> irc( - host=irc.dev.de.cw.net + host=irc.example.com, + timeout=3 ); error: filter( nocase=1, regex="foo" ) -> smtp( - host=sv1.dev.de.cw.net + host=mail.example.com, + rcpt=cfo@example.com ); panic: smtp( - host=sv1.dev.de.cw.net + host=mail.example.com, + rcpt=ceo@example.com ) } };