diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-09 14:10:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-09 14:10:32 +0000 |
commit | 573398bd128776acd639b80d9357eafec70bc2dd (patch) | |
tree | ef2e26f84ff455ee79fa3185eb9f5244a7f133b0 /net-mgmt | |
parent | 85c9872112abbc33c989914f77d32dfc579fce4a (diff) | |
download | ports-573398bd128776acd639b80d9357eafec70bc2dd.tar.gz ports-573398bd128776acd639b80d9357eafec70bc2dd.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arpwatch-devel/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/arpwatch-devel/files/patch-an | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/arpwatch-devel/Makefile b/net-mgmt/arpwatch-devel/Makefile index 4cc5cd152fc0..57c35935e022 100644 --- a/net-mgmt/arpwatch-devel/Makefile +++ b/net-mgmt/arpwatch-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= arpwatch PORTVERSION= 2.1.a13 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.ee.lbl.gov/ PKGNAMESUFFIX= -devel diff --git a/net-mgmt/arpwatch-devel/files/patch-an b/net-mgmt/arpwatch-devel/files/patch-an index 628ab79360d3..ee01c0d3e462 100644 --- a/net-mgmt/arpwatch-devel/files/patch-an +++ b/net-mgmt/arpwatch-devel/files/patch-an @@ -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) { |