FreeBSD Bugzilla – Attachment 68438 Details for
Bug 100613
[MAINTAINER] net-mgmt/arpwatch: Does not survive re/start on account of SIGHUP.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
arpwatch-2.1.a14_1.patch
arpwatch-2.1.a14_1.patch (text/plain), 2.01 KB, created by
Thomas Abthorpe
on 2006-07-20 17:50:13 UTC
(
hide
)
Description:
arpwatch-2.1.a14_1.patch
Filename:
MIME Type:
Creator:
Thomas Abthorpe
Created:
2006-07-20 17:50:13 UTC
Size:
2.01 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net-mgmt/arpwatch/Makefile,v >retrieving revision 1.42 >diff -u -r1.42 Makefile >--- Makefile 8 Jul 2006 14:54:12 -0000 1.42 >+++ Makefile 20 Jul 2006 16:38:45 -0000 >@@ -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/ >Index: pkg-descr >=================================================================== >RCS file: /home/ncvs/ports/net-mgmt/arpwatch/pkg-descr,v >retrieving revision 1.4 >diff -u -r1.4 pkg-descr >--- pkg-descr 8 Jul 2006 14:54:12 -0000 1.4 >+++ pkg-descr 20 Jul 2006 16:38:45 -0000 >@@ -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/ >Index: files/patch-ag >=================================================================== >RCS file: /home/ncvs/ports/net-mgmt/arpwatch/files/patch-ag,v >retrieving revision 1.2 >diff -u -r1.2 patch-ag >--- files/patch-ag 22 Feb 2001 22:56:40 -0000 1.2 >+++ files/patch-ag 20 Jul 2006 16:38:45 -0000 >@@ -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]"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 100613
: 68438