summarylogtreecommitdiffstats
path: root/conf_default_path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'conf_default_path.patch')
-rw-r--r--conf_default_path.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf_default_path.patch b/conf_default_path.patch
new file mode 100644
index 000000000000..a5c5e66212ff
--- /dev/null
+++ b/conf_default_path.patch
@@ -0,0 +1,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 */
+