diff options
Diffstat (limited to 'mail/mixmaster/files/patch-Mix-Src-config.h')
-rw-r--r-- | mail/mixmaster/files/patch-Mix-Src-config.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/mixmaster/files/patch-Mix-Src-config.h b/mail/mixmaster/files/patch-Mix-Src-config.h new file mode 100644 index 000000000000..df63662883d9 --- /dev/null +++ b/mail/mixmaster/files/patch-Mix-Src-config.h @@ -0,0 +1,16 @@ +--- Mix/Src/config.h.orig 2014-06-01 23:03:49.000000000 +0200 ++++ Mix/Src/config.h 2014-06-01 23:04:46.000000000 +0200 +@@ -179,11 +179,11 @@ + #define BUFSIZE 4096 + + /** if it is a systemwide installation defined GLOBALMIXCONF **********/ +-/* #define GLOBALMIXCONF "/etc/mix.cfg" */ ++#define GLOBALMIXCONF "%%ETCDIR%%/mix.cfg" + + /* The path to append to a user's homedirectory for his local Mix dir */ + #ifndef HOMEMIXDIR +-#define HOMEMIXDIR "Mix" ++#define HOMEMIXDIR ".Mix" + #endif + + /** file names ********************************************************/ |