summaryrefslogtreecommitdiff
path: root/net/p0f/files
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-02-11 00:48:30 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-02-11 00:48:30 +0000
commit4230998ad6da0cbb174a391411292d207fffa602 (patch)
tree0f1b0ce2b373e92cedc1772af1e9d400f4c3ee22 /net/p0f/files
parentBelatedly upgrade to 1.81.5. Notes: (a) patch-vi-relative has been (diff)
Update to 1.8.2. Remove patches to README and p0f.c because they
have been accepted upstream. Install new CREDITS and ChangeLog with documentation. Install new p0frep script. Use DOCSDIR macro.
Diffstat (limited to 'net/p0f/files')
-rw-r--r--net/p0f/files/patch-README11
-rw-r--r--net/p0f/files/patch-p0f.c16
2 files changed, 0 insertions, 27 deletions
diff --git a/net/p0f/files/patch-README b/net/p0f/files/patch-README
deleted file mode 100644
index 1e201f6ac13f..000000000000
--- a/net/p0f/files/patch-README
+++ /dev/null
@@ -1,11 +0,0 @@
---- README.old Thu Jan 17 21:58:09 2002
-+++ README Sun Jan 20 23:30:58 2002
-@@ -94,7 +94,7 @@
-
- In order to obtain information required for fingerprinting, you have to
- receive at least one SYN packet initiating a TCP connection to your machine or
-- or network. Note: you don't have to respond to this particular SYN. Of course,
-+ network. Note: you don't have to respond to this particular SYN. Of course,
- it's impossible to perform any kind of OS detection without receiving any
- information.
-
diff --git a/net/p0f/files/patch-p0f.c b/net/p0f/files/patch-p0f.c
deleted file mode 100644
index 5d5c61e2f1ca..000000000000
--- a/net/p0f/files/patch-p0f.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- p0f.c.orig Thu Jan 17 21:05:58 2002
-+++ p0f.c Mon Jan 21 00:22:56 2002
-@@ -348,10 +348,9 @@
- T_tstamp = 1;
- break;
- case 'o':
-- { FILE* x;
-- x=fopen(optarg,"a");
-- if (!x) { perror(optarg); exit(1); }
-- stdout=x;
-+ if (!freopen(optarg,"a",stdout)) {
-+ perror(optarg);
-+ exit(1);
- }
- break;
- default: