[syslog-ng]syslog-ng-1.5.15 with tcp-wrapper support
Stefan M. Brandl
smb@r-kom.de
Fri, 12 Apr 2002 08:39:32 +0200
Ed Ravin eravin@panix.com wrote:
> This is a bug of some kind in make_class, which comes with the lib-ol
> package (and is probably installed in your /usr/local/bin). A kind soul
> on the syslog-ng list turned in this patch to fix make_class (you'll
> want to edit by hand or apply with "patch -l" since I'm screwing up
> the whitespace by posting it this way).
>
> --- /usr/local/bad/make_class Wed Feb 6 15:59:34 2002
> +++ ./make_class Wed Mar 6 12:10:32 2002
> @@ -19,7 +19,7 @@
> ;; FIXME: Turn this into a scheme48 module
>
> (define-syntax let-and
> - (syntax-rules '()
> + (syntax-rules ()
> ((let-and (expr) clause clauses ...)
> (and expr (let-and clause clauses ...)))
> ((let-and (name expr) clause clauses ...)
Great, this works.
Thanks
Stefan