summaryrefslogtreecommitdiff
path: root/net-mgmt/driftnet/files/patch-driftnet.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
commitdf3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch)
tree1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /net-mgmt/driftnet/files/patch-driftnet.c
parentConvert a few more uses of INDEX to ${INDEXFILE} (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_0_0'.release/5.0.0
Notes
Notes: svn path=/head/; revision=73228 svn path=/tags/RELEASE_5_0_0/; revision=73229; tag=release/5.0.0
Diffstat (limited to 'net-mgmt/driftnet/files/patch-driftnet.c')
-rw-r--r--net-mgmt/driftnet/files/patch-driftnet.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-mgmt/driftnet/files/patch-driftnet.c b/net-mgmt/driftnet/files/patch-driftnet.c
deleted file mode 100644
index fce26e723f95..000000000000
--- a/net-mgmt/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};