diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-05 19:39:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-05 19:39:14 +0100 |
commit | e2c3a79b3e8b7527d62889175b4b131c0a059e18 (patch) | |
tree | a19d7c8ccc0740b1bc2969c9c2b20ffd9c45d780 /package/postfix | |
parent | 5ebc8fd6c019cf4b95472bf6c76a3b61b4f28ad9 (diff) |
misc fixes, new package ed and mailutils
Diffstat (limited to 'package/postfix')
-rw-r--r-- | package/postfix/patches/patch-src_util_sys_defs_h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/postfix/patches/patch-src_util_sys_defs_h b/package/postfix/patches/patch-src_util_sys_defs_h new file mode 100644 index 000000000..253463f83 --- /dev/null +++ b/package/postfix/patches/patch-src_util_sys_defs_h @@ -0,0 +1,15 @@ +--- postfix-2.8.7.orig/src/util/sys_defs.h 2011-11-03 00:46:22.000000000 +0100 ++++ postfix-2.8.7/src/util/sys_defs.h 2011-12-04 11:50:06.187711393 +0100 +@@ -721,10 +721,8 @@ extern int initgroups(const char *, int) + #define INTERNAL_LOCK MYFLOCK_STYLE_FLOCK + #define DEF_MAILBOX_LOCK "fcntl, dotlock" /* RedHat >= 4.x */ + #define HAS_FSYNC +-#define HAS_DB +-#define DEF_DB_TYPE "hash" +-#define ALIAS_DB_MAP "hash:/etc/aliases" +-#define HAS_NIS ++#define DEF_DB_TYPE "cdb" ++#define ALIAS_DB_MAP "cdb:/etc/postfix/aliases" + #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) + #define ROOT_PATH "/bin:/usr/bin:/sbin:/usr/sbin" + #define FIONREAD_IN_TERMIOS_H |