summaryrefslogtreecommitdiff
path: root/security/p0f/patches/patch-ac
blob: b5252b977ae322d655780a097837dbfb5878f1f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-ac,v 1.1 2003/10/01 23:13:13 recht Exp $

--- p0f.1.orig Fri Sep 19 17:11:56 2003
+++ p0f.1      Wed Sep 24 21:25:51 2003
@@ -32,9 +32,9 @@
 .TP
 \fB\-f\fR file
 Read fingerprints from a specified file. By default, p0f reads signatures
-from ./p0f.fp or /etc/p0f/p0f.fp for SYN (incoming connection) mode,
-./p0fa.fp and /etc/p0f/p0fa.fp for SYN+ACK (outgoing connection) mode,
-and ./p0fr.fp and /etc/p0f/p0fr.fp for RST+ mode.
+from ./p0f.fp or @PKG_SYSCONFDIR@/p0f.fp for SYN (incoming connection) mode,
+./p0fa.fp and @PKG_SYSCONFDIR@/p0fa.fp for SYN+ACK (outgoing connection) mode,
+and ./p0fr.fp and @PKG_SYSCONFDIR@/p0fr.fp for RST+ mode.
 Specifying multiple -f values will NOT combine several signature files
 together.
 .TP
@@ -190,7 +190,7 @@
 You need to consult the documentation for an up-to-date list of issues.
 .SH FILES
 .TP
-.BI /etc/p0f/p0f.fp\ /etc/p0f/p0fa.fp\ /etc/p0f/p0fr.fp
+.BI @PKG_SYSCONFDIR@/p0f.fp\ @PKG_SYSCONFDIR@/p0fa.fp\ @PKG_SYSCONFDIR@/p0fr.fp
 default fingerprint database files
 .SH AUTHOR
 .B p0f