Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/ibm-public/postfix/dist/src/global set the default ...



details:   https://anonhg.NetBSD.org/src/rev/8faaf092dc1a
branches:  trunk
changeset: 821730:8faaf092dc1a
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 15 16:42:16 2017 +0000

description:
set the default meta_directory where we are installing postfix-files.

diffstat:

 external/ibm-public/postfix/dist/src/global/mail_params.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e67faec24b49 -r 8faaf092dc1a external/ibm-public/postfix/dist/src/global/mail_params.h
--- a/external/ibm-public/postfix/dist/src/global/mail_params.h Wed Feb 15 12:39:29 2017 +0000
+++ b/external/ibm-public/postfix/dist/src/global/mail_params.h Wed Feb 15 16:42:16 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mail_params.h,v 1.14 2017/02/14 01:16:45 christos Exp $        */
+/*     $NetBSD: mail_params.h,v 1.15 2017/02/15 16:42:16 christos Exp $        */
 
 #ifndef _MAIL_PARAMS_H_INCLUDED_
 #define _MAIL_PARAMS_H_INCLUDED_
@@ -3925,7 +3925,7 @@
 
 #define VAR_META_DIR   "meta_directory"
 #ifndef DEF_META_DIR
-#define DEF_META_DIR   DEF_CONFIG_DIR
+#define DEF_META_DIR   DEF_DAEMON_DIR
 #endif
 extern char *var_meta_dir;
 



Home | Main Index | Thread Index | Old Index