diff options
Diffstat (limited to 'network/3proxy/patches/fix_etcdir.patch')
-rw-r--r-- | network/3proxy/patches/fix_etcdir.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/3proxy/patches/fix_etcdir.patch b/network/3proxy/patches/fix_etcdir.patch new file mode 100644 index 0000000000..1390d3c630 --- /dev/null +++ b/network/3proxy/patches/fix_etcdir.patch @@ -0,0 +1,12 @@ +diff -Nur 3proxy-0.6.orig/src/stringtable.c 3proxy-0.6/src/stringtable.c +--- 3proxy-0.6.orig/src/stringtable.c 2008-02-03 05:28:24.000000000 -0600 ++++ 3proxy-0.6/src/stringtable.c 2009-06-24 12:21:01.637499557 -0500 +@@ -38,7 +38,7 @@ + /* 24 */ NULL, + #ifndef TPROXY_CONF + #ifndef _WIN32 +-/* 25 */ (unsigned char *)"/usr/local/etc/3proxy/3proxy.cfg", ++/* 25 */ (unsigned char *)"/etc/3proxy/3proxy.cfg", + #else + /* 25 */ (unsigned char *)"3proxy.cfg", + #endif |