[19460] trunk/dports/mail/postfix/files/patch-sys_defs.h

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 8 19:51:00 PDT 2006


Revision: 19460
Author:   markd at macports.org
Date:     2006-09-08 19:50:58 -0700 (Fri, 08 Sep 2006)

Log Message:
-----------
Fix incorrect alias_db_map path.

Modified Paths:
--------------
    trunk/dports/mail/postfix/files/patch-sys_defs.h

Modified: trunk/dports/mail/postfix/files/patch-sys_defs.h
===================================================================
--- trunk/dports/mail/postfix/files/patch-sys_defs.h	2006-09-09 02:09:28 UTC (rev 19459)
+++ trunk/dports/mail/postfix/files/patch-sys_defs.h	2006-09-09 02:50:58 UTC (rev 19460)
@@ -5,7 +5,7 @@
  #define HAS_SA_LEN
  #define DEF_DB_TYPE	"hash"
 -#define ALIAS_DB_MAP	"hash:/etc/aliases"
-+#define ALIAS_DB_MAP	"hash:__PREFIX/etc/aliases"
++#define ALIAS_DB_MAP	"hash:__PREFIX/etc/postfix/aliases"
  #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
  #define RESOLVE_H_NEEDS_NAMESER8_COMPAT_H
 -#define ROOT_PATH	"/bin:/usr/bin:/sbin:/usr/sbin"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060908/7a34b6ec/attachment.html


More information about the macports-changes mailing list