Date: Wed, 28 Oct 2009 09:30:06 GMT From: "Mark Round" <mark.round@ahc.uk.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/140012: Error in sysutils/heartbeat 2.1.4_3, find_interface_bsd Message-ID: <200910280930.n9S9U6Mh026763@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/140012; it has been noted by GNATS. From: "Mark Round" <mark.round@ahc.uk.com> To: <bug-followup@FreeBSD.org> Cc: Subject: Re: ports/140012: Error in sysutils/heartbeat 2.1.4_3, find_interface_bsd Date: Wed, 28 Oct 2009 09:10:47 -0000 Couple of follow-up points : - My test case had a cut'n'paste typo - I configured the interface on bge0, but then tested it using em0. If you test this, both interfaces should be the same. - My alteration added a space at the end of the regex. To keep with the original function's style, this could also be "\s+" marker (Perl whitespsace marker, one or more times). E.g. /^\s+inet\s+${ip}\s+/ - It looks like this function was added as a patch in ports/137865.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910280930.n9S9U6Mh026763>