From 1caa1d5eb39e6d1b0bf96af4be1e095b31495305 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Jan 2011 18:39:41 +0100 Subject: mass changes Signed-off-by: Florian Pritz --- tcpxtract/conf_default_path.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tcpxtract/conf_default_path.patch (limited to 'tcpxtract/conf_default_path.patch') diff --git a/tcpxtract/conf_default_path.patch b/tcpxtract/conf_default_path.patch new file mode 100644 index 0000000..a5c5e66 --- /dev/null +++ b/tcpxtract/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 */ + -- cgit v1.2.3-24-g4f1b