From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 31 17:30:02 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 E22AF1065694 for ; Sat, 31 Oct 2009 17:30:02 +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 B544B8FC13 for ; Sat, 31 Oct 2009 17:30:02 +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 n9VHU2v0003439 for ; Sat, 31 Oct 2009 17:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9VHU2Le003438; Sat, 31 Oct 2009 17:30:02 GMT (envelope-from gnats) Date: Sat, 31 Oct 2009 17:30:02 GMT Message-Id: <200910311730.n9VHU2Le003438@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Justin Head 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: Justin Head List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2009 17:30:03 -0000 The following reply was made to PR ports/140012; it has been noted by GNATS. From: Justin Head To: bug-followup@freebsd.org Cc: Subject: Re: ports/140012: Error in sysutils/heartbeat 2.1.4_3, find_interface_bsd Date: Sat, 31 Oct 2009 12:23:27 -0500 I don't understand why my simple text files can never seem to show correctly through FreeBSD's bug tool. I send attachments just fine to everywhere else. Here is a paste below. - Justin --- --- files/patch-resources-OCF-IPaddr.orig 2009-08-21 03:55:41.000000000 -0500 +++ files/patch-resources-OCF-IPaddr 2009-10-31 10:02:44.000000000 -0500 @@ -41,11 +41,11 @@ + + while () { + chomp(); -+ if ( /^(\w+):\s+flags=/ ) { ++ if ( /^(\w+):\sflags=/ ) { + $if_name = $1; + $if_status = ( /UP/ ) ? 1 : 0; + } -+ if ( /^\s+inet\s+${ip}/ ) { ++ if ( /^\tinet\s${ip}\s/ ) { + if ( $if_status ) { + print $if_name; + exit(0)