Where is the repo? I want to submit a patch to a bad example in the docs. References to cvs.balabit.hu are clearly invalid. l8* -lava (Brian A. Seklecki - Pittsburgh, PA, USA) http://www.spiritual-machines.org/ "...from back in the heady days when "helpdesk" meant nothing, "diskquota" meant everything, and lives could be bought and sold for a couple of pages of laser printout - and frequently were."
Nevermind: [seklecki@seawing /usr/ports/sysutils/syslog-ng2/\ work/syslog-ng-2.0.0/doc/reference]$ sudo diff -u syslog-ng.orig \ syslog-ng.xml --- syslog-ng.orig Wed Oct 25 06:13:17 2006 +++ syslog-ng.xml Wed Nov 29 11:04:12 2006 @@ -364,7 +364,7 @@ <synopsis> template t_filetmpl { template("$ISODATE $HOST $MSG\n"); template_escape(no)); }; - destination d_file { file("/var/log/messages" template(t_filetmpl); }; + destination d_file { file("/var/log/messages" template(t_filetmpl)); }; </synopsis> Templates can reference one or more macros as described in <xref linkend="macros"/>. </para> <note> I'd submit a trouble ticket to track it if there was such a mechanism available >:} Cheers! ~BAS On Wed, 29 Nov 2006, Brian A. Seklecki wrote:
Where is the repo? I want to submit a patch to a bad example in the docs.
References to cvs.balabit.hu are clearly invalid.
l8* -lava (Brian A. Seklecki - Pittsburgh, PA, USA) http://www.spiritual-machines.org/
"...from back in the heady days when "helpdesk" meant nothing, "diskquota" meant everything, and lives could be bought and sold for a couple of pages of laser printout - and frequently were." _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
l8* -lava (Brian A. Seklecki - Pittsburgh, PA, USA) http://www.spiritual-machines.org/ "...from back in the heady days when "helpdesk" meant nothing, "diskquota" meant everything, and lives could be bought and sold for a couple of pages of laser printout - and frequently were."
On Wed, 2006-11-29 at 11:06 -0500, Brian A. Seklecki wrote:
Nevermind:
[seklecki@seawing /usr/ports/sysutils/syslog-ng2/\ work/syslog-ng-2.0.0/doc/reference]$ sudo diff -u syslog-ng.orig \ syslog-ng.xml
--- syslog-ng.orig Wed Oct 25 06:13:17 2006 +++ syslog-ng.xml Wed Nov 29 11:04:12 2006 @@ -364,7 +364,7 @@ <synopsis> template t_filetmpl { template("$ISODATE $HOST $MSG\n"); template_escape(no)); };
- destination d_file { file("/var/log/messages" template(t_filetmpl); }; + destination d_file { file("/var/log/messages" template(t_filetmpl)); }; </synopsis> Templates can reference one or more macros as described in <xref linkend="macros"/>. </para> <note>
Applied, thanks. -- Bazsi
Hi, I can't compile Syslog-ng 2.0.1 on FreeBSD 6.2 I have this : dnscache.c: In function `dns_cache_key_hash': dnscache.c:80: error: structure has no member named `s6_addr32' dnscache.c:80: error: structure has no member named `s6_addr32' dnscache.c:80: error: structure has no member named `s6_addr32' dnscache.c:80: error: structure has no member named `s6_addr32' gmake[2]: *** [dnscache.o] Error 1 gmake[2]: Leaving directory `/usr/tmp/install/syslog-ng-2.0.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/tmp/install/syslog-ng-2.0.1' gmake: *** [all] Error 2 But I can compile 2.0.0 without any problems. -- Best regards, Sergey N. Romanov
On Wed, 2007-01-24 at 06:42 +0600, Sergey N. Romanov wrote:
Hi,
I can't compile Syslog-ng 2.0.1 on FreeBSD 6.2 I have this :
dnscache.c: In function `dns_cache_key_hash': dnscache.c:80: error: structure has no member named `s6_addr32' dnscache.c:80: error: structure has no member named `s6_addr32' dnscache.c:80: error: structure has no member named `s6_addr32' dnscache.c:80: error: structure has no member named `s6_addr32' gmake[2]: *** [dnscache.o] Error 1 gmake[2]: Leaving directory `/usr/tmp/install/syslog-ng-2.0.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/tmp/install/syslog-ng-2.0.1' gmake: *** [all] Error 2
I have commited a fix for this, so please try a newer snapshot it should compile on FreeBSD/Solaris/etc as well. -- Bazsi
participants (3)
-
Balazs Scheidler
-
Brian A. Seklecki
-
Sergey N. Romanov