15 Nov
1999
15 Nov
'99
4:21 p.m.
Hi, I've released the first development version (1.3.0) of syslog-ng to the usual places. It supports macro expansion in destination file names, and a new filter function which calls another filter rule. A new version of libol is needed (0.2.6) to compile this version. To use the new features, use the following config file snippets: 1) calling another rule filter f_mail { facility(mail); }; filter f_ftp { facility(ftp); }; filter f_default { not filter(f_mail); not filter(f_ftp); }; 2) macro expansion in destination filenames destination all { file("/var/log/$HOST.$YEAR$MONTH"); }; -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt