View | Details | Raw Unified | Return to bug 100613
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	arpwatch
8
PORTNAME=	arpwatch
9
PORTVERSION=	2.1.a14
9
PORTVERSION=	2.1.a14
10
PORTREVISION=	1
10
CATEGORIES=	net-mgmt
11
CATEGORIES=	net-mgmt
11
MASTER_SITES=	ftp://ftp.ee.lbl.gov/ \
12
MASTER_SITES=	ftp://ftp.ee.lbl.gov/ \
12
		http://www.goodking.ca/pub/files/
13
		http://www.goodking.ca/pub/files/
(-)pkg-descr (-2 / +3 lines)
Lines 1-5 Link Here
1
The package contains tools that monitors ethernet activity and
1
This package contains tools that monitors ethernet activity and
2
maintains a database of ethernet/ip address pairings. It also reports
2
maintains a database of ethernet/ip address pairings. It also reports
3
certain changes via email.
3
certain changes via email.
4
4
5
Author: arpwatch@ee.lbl.gov WWW: http://ee.lbl.gov/
5
Author: arpwatch@ee.lbl.gov
6
WWW: http://ee.lbl.gov/
(-)files/patch-ag (-3 / +11 lines)
Lines 1-5 Link Here
1
--- arpwatch.c.orig	Thu Feb 22 22:47:29 2001
1
--- arpwatch.c.orig	Thu Jan 22 17:18:20 2004
2
+++ arpwatch.c	Thu Feb 22 22:47:29 2001
2
+++ arpwatch.c	Thu Jul 20 12:30:08 2006
3
@@ -107,6 +107,8 @@
3
@@ -107,6 +107,8 @@
4
 
4
 
5
 char *prog;
5
 char *prog;
Lines 29-35 Link Here
29
 		default:
29
 		default:
30
 			usage();
30
 			usage();
31
 		}
31
 		}
32
@@ -751,6 +757,6 @@
32
@@ -321,7 +327,6 @@
33
 
34
 	(void)setsignal(SIGINT, die);
35
 	(void)setsignal(SIGTERM, die);
36
-	(void)setsignal(SIGHUP, die);
37
 	if (rfilename == NULL) {
38
 		(void)setsignal(SIGQUIT, checkpoint);
39
 		(void)setsignal(SIGALRM, checkpoint);
40
@@ -751,6 +756,6 @@
33
 
41
 
34
 	(void)fprintf(stderr, "Version %s\n", version);
42
 	(void)fprintf(stderr, "Version %s\n", version);
35
 	(void)fprintf(stderr, "usage: %s [-dN] [-f datafile] [-i interface]"
43
 	(void)fprintf(stderr, "usage: %s [-dN] [-f datafile] [-i interface]"

Return to bug 100613