updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / tcpxtract / conf_default_path.patch
bloba5c5e66212ff9a972e3d3227d56de7e71fe64286
1 --- tcpxtract.c.old 2006-03-10 02:10:06.000000000 +0100
2 +++ tcpxtract.c 2006-03-10 02:10:23.000000000 +0100
3 @@ -48,7 +48,7 @@
4 #include "search.h"
6 #ifndef DEFAULT_CONFIG_FILE
7 -#define DEFAULT_CONFIG_FILE "/usr/local/etc/tcpxtract.conf"
8 +#define DEFAULT_CONFIG_FILE "/etc/tcpxtract.conf"
9 #endif
11 extern FILE *yyin; /* the lex/yacc input file */