summaryrefslogtreecommitdiffstats
path: root/tcpxtract/conf_default_path.patch
blob: a5c5e66212ff9a972e3d3227d56de7e71fe64286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- tcpxtract.c.old	2006-03-10 02:10:06.000000000 +0100
+++ tcpxtract.c	2006-03-10 02:10:23.000000000 +0100
@@ -48,7 +48,7 @@
 #include "search.h"
 
 #ifndef DEFAULT_CONFIG_FILE
-#define DEFAULT_CONFIG_FILE "/usr/local/etc/tcpxtract.conf"
+#define DEFAULT_CONFIG_FILE "/etc/tcpxtract.conf"
 #endif
 
 extern FILE *yyin;     /* the lex/yacc input file */