ports/89491: [PATCH] bugfix for net-mgmt/arpwatch-devel

Andre Albsmeier Andre.Albsmeier at siemens.com
Thu Nov 24 11:30:04 UTC 2005


>Number:         89491
>Category:       ports
>Synopsis:       [PATCH] bugfix for net-mgmt/arpwatch-devel
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 24 11:30:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andre Albsmeier
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:

current ports tree.

>Description:

files/patch-an of arpwatch-devel has a small bug, the
right parenthesis is in the wrong place.
(== has a higher priority than &)

>How-To-Repeat:

grep FLIPFLOP_DECNET $PORTSDIR/net-mgmt/arpwatch-devel/files/patch-an

>Fix:

--- files/patch-an.ORI	Thu Nov 24 12:19:23 2005
+++ files/patch-an	Thu Nov 24 12:19:41 2005
@@ -68,7 +68,7 @@
 +	/* these types are sent to syslog instead of reported on.
 +	 * only continue if there are other events as well
 +	 */
-+	if (event == 0 || (event & ~(IP_ETHER_REUSE | FLIPFLOP_DECNET) == 0))
++	if (event == 0 || (event & ~(IP_ETHER_REUSE | FLIPFLOP_DECNET)) == 0)
 +	  return;
 +
  	if (debug) {

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list