Re: problems with syslogd-ng under openbsd
On Tue, Aug 31, 1999 at 04:21:38PM -0400, Rex A. Roof wrote:
I'm trying to use syslogd-ng under OpenBSD on a sparc machine.
I get parse errors if I try and have a destination line like this:
destination local { file/var/log/local/general; };
so, I changed them to look like this:
destination local { file(/var/log/local/general); };
and, I don't get parse errors anymore, but, I don't know if it's working or not. I can't seem to get any log {}; directives to work, this is just one of the ones I have, but I get parse errors on it:
log { source src; destination default; };
log { source(src); destination(default); }; I'll try to update, and complete the documentation ASAP. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
participants (1)
-
Balazs Scheidler