diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
commit | 60aab665670e50cb18bba45ee25f2ed091759741 (patch) | |
tree | 924c1af9c149083e0626ceb279b67ad6ca69e630 /net/driftnet/files/patch-driftnet.c | |
parent | ab7ba5abd2606b7e7d23d2359bb0a26004d0eec0 (diff) | |
download | freebsd-ports-60aab665670e50cb18bba45ee25f2ed091759741.zip |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Diffstat (limited to 'net/driftnet/files/patch-driftnet.c')
-rw-r--r-- | net/driftnet/files/patch-driftnet.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net/driftnet/files/patch-driftnet.c b/net/driftnet/files/patch-driftnet.c deleted file mode 100644 index fce26e723f95..000000000000 --- a/net/driftnet/files/patch-driftnet.c +++ /dev/null @@ -1,22 +0,0 @@ ---- driftnet.c.orig Tue Jul 9 21:26:41 2002 -+++ driftnet.c Tue Aug 20 02:30:35 2002 -@@ -254,8 +254,8 @@ - "\n" - " -h Display this help message.\n" - " -v Verbose operation.\n" --" -i interface Select the interface on which to listen (default: all\n" --" interfaces).\n" -+" -i interface Select the interface on which to listen (default: first\n" -+" available interface).\n" - " -p Do not put the listening interface into promiscuous mode.\n"" -a Adjunct mode: do not display images on screen, but save\n" - " them to a temporary directory and announce their names on\n" - " standard output.\n" -@@ -313,7 +313,7 @@ - void setup_signals(void) { - int *p; - /* Signals to ignore. */ -- int ignore_signals[] = {SIGPIPE, 0}; -+ int ignore_signals[] = {SIGPIPE, SIGCONT, SIGHUP, 0}; - /* Signals which mean we should quit, killing the display child if - * applicable. */ - int terminate_signals[] = {SIGTERM, SIGINT, /*SIGSEGV,*/ SIGBUS, SIGCHLD, 0}; |