summaryrefslogtreecommitdiff
path: root/security/p0f/patches/patch-aa
blob: 564c33c41953c50498db8148fe868b6b6b291020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2001/03/26 05:12:56 zuntum Exp $

--- p0f.c.orig	Tue Jun 13 20:45:06 2000
+++ p0f.c
@@ -260,7 +260,7 @@
 
   /* set a reasonable default fingerprint file */
   if (!filename || !*filename)
-    filename = "/etc/p0f.fp";
+    filename = PREFIX "/etc/p0f.fp";
 
   /* anything left after getopt'ing is a rule */
   if (argv[optind] && *(argv[optind]))