From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 28 09:30:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7E6D1065676 for ; Wed, 28 Oct 2009 09:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 96FF88FC17 for ; Wed, 28 Oct 2009 09:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9S9U6Kl026766 for ; Wed, 28 Oct 2009 09:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9S9U6Mh026763; Wed, 28 Oct 2009 09:30:06 GMT (envelope-from gnats) Date: Wed, 28 Oct 2009 09:30:06 GMT Message-Id: <200910280930.n9S9U6Mh026763@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Mark Round" Cc: Subject: Re: ports/140012: Error in sysutils/heartbeat 2.1.4_3, find_interface_bsd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Round List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2009 09:30:06 -0000 The following reply was made to PR ports/140012; it has been noted by GNATS. From: "Mark Round" To: 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.