aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-07-20 18:40:00 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-07-20 18:40:00 +0000
commita1006aec4a0dc721eadca32f8e10fd6438714797 (patch)
tree7d4582937dd095a258509e6e6aa499cc86c6c4cb /net-mgmt/arpwatch
parentd3a69cd5b15b749ccdc92a49ce9fbbea5dc1b4a6 (diff)
downloadports-a1006aec4a0dc721eadca32f8e10fd6438714797.tar.gz
ports-a1006aec4a0dc721eadca32f8e10fd6438714797.zip
Notes
Diffstat (limited to 'net-mgmt/arpwatch')
-rw-r--r--net-mgmt/arpwatch/Makefile1
-rw-r--r--net-mgmt/arpwatch/files/patch-ag14
-rw-r--r--net-mgmt/arpwatch/pkg-descr5
3 files changed, 15 insertions, 5 deletions
diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile
index 5638faab6b3e..81ddf33346f8 100644
--- a/net-mgmt/arpwatch/Makefile
+++ b/net-mgmt/arpwatch/Makefile
@@ -7,6 +7,7 @@
PORTNAME= arpwatch
PORTVERSION= 2.1.a14
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
http://www.goodking.ca/pub/files/
diff --git a/net-mgmt/arpwatch/files/patch-ag b/net-mgmt/arpwatch/files/patch-ag
index bbd68993bc74..82241c0504a6 100644
--- a/net-mgmt/arpwatch/files/patch-ag
+++ b/net-mgmt/arpwatch/files/patch-ag
@@ -1,5 +1,5 @@
---- arpwatch.c.orig Thu Feb 22 22:47:29 2001
-+++ arpwatch.c Thu Feb 22 22:47:29 2001
+--- arpwatch.c.orig Thu Jan 22 17:18:20 2004
++++ arpwatch.c Thu Jul 20 12:30:08 2006
@@ -107,6 +107,8 @@
char *prog;
@@ -29,7 +29,15 @@
default:
usage();
}
-@@ -751,6 +757,6 @@
+@@ -321,7 +327,6 @@
+
+ (void)setsignal(SIGINT, die);
+ (void)setsignal(SIGTERM, die);
+- (void)setsignal(SIGHUP, die);
+ if (rfilename == NULL) {
+ (void)setsignal(SIGQUIT, checkpoint);
+ (void)setsignal(SIGALRM, checkpoint);
+@@ -751,6 +756,6 @@
(void)fprintf(stderr, "Version %s\n", version);
(void)fprintf(stderr, "usage: %s [-dN] [-f datafile] [-i interface]"
diff --git a/net-mgmt/arpwatch/pkg-descr b/net-mgmt/arpwatch/pkg-descr
index ccb427bc402f..7362aec69427 100644
--- a/net-mgmt/arpwatch/pkg-descr
+++ b/net-mgmt/arpwatch/pkg-descr
@@ -1,5 +1,6 @@
-The package contains tools that monitors ethernet activity and
+This package contains tools that monitors ethernet activity and
maintains a database of ethernet/ip address pairings. It also reports
certain changes via email.
-Author: arpwatch@ee.lbl.gov WWW: http://ee.lbl.gov/
+Author: arpwatch@ee.lbl.gov
+WWW: http://ee.lbl.gov/