diff options
Diffstat (limited to 'irc/thales/files/patch-conf.h')
-rw-r--r-- | irc/thales/files/patch-conf.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/thales/files/patch-conf.h b/irc/thales/files/patch-conf.h new file mode 100644 index 000000000000..93d11938230a --- /dev/null +++ b/irc/thales/files/patch-conf.h @@ -0,0 +1,11 @@ +--- src/conf.h Sun Jan 11 00:26:12 2004 ++++ src/conf.h Sat Apr 2 10:42:03 2005 +@@ -23,7 +23,7 @@ + #include "log.h" + + /* Configuration directives. */ +-#define THALES_CONF "thales.conf" ++#define THALES_CONF "%%PREFIX%%/etc/thales.conf" + #define MAXPARAMS 4 + + typedef struct |