The following reply was made to PR bin/163487; it has been noted by GNATS. From: Mark Johnston <[email protected]> To: [email protected] Cc: Subject: Re: bin/163487: syslog.conf filtering syntax broken in 9.0-RC3 (was working in 8.2) Date: Sat, 8 Sep 2012 19:28:11 -0400
Didn't notice that this reply didn't get added to the PR. ----- Forwarded message from Thomas Johnson <[email protected]> ----- Date: Thu, 21 Jun 2012 09:52:43 -0500 From: Thomas Johnson <[email protected]> To: Mark Johnston <[email protected]> Subject: Re: bin/163487: syslog.conf filtering syntax broken in 9.0-RC3 (was working in 8.2) Mark, tested your patch and it appears to resolve the problem. Sorry for the delay, it's been a busy couple of weeks, culminating in a Monday morning crash of the host I wanted to test the fix on. Thanks for looking into this! -Tom On Wed, Jun 6, 2012 at 11:33 PM, Mark Johnston <[email protected]> wrote: > I've attached a small patch which fixes the issue described above. > Basically, rather than calling trimdomain(3) on the entire host filter > string (which won't do anything if the filter contains multiple hosts), > this change has syslogd call trimdomain(3) on each host and then copy it > to f->f_host. > > Would you be able to test this? > > Thanks, > -Mark > -- Thomas Johnson ClaimLynx, Inc. 952-593-5969 x2302 ----- End forwarded message ----- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
