From: Joe MacDonald <Joe_MacDonald@mentor.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-networking][PATCH] postfix: remove overriding config config_directory
Date: Tue, 21 Oct 2014 14:42:48 -0400 [thread overview]
Message-ID: <20141021184247.GC18243@mentor.com> (raw)
In-Reply-To: <1413450161-14160-1-git-send-email-kai.kang@windriver.com>
[-- Attachment #1: Type: text/plain, Size: 1814 bytes --]
Merged, thanks.
-J.
[[oe] [meta-networking][PATCH] postfix: remove overriding config config_directory] On 14.10.16 (Thu 17:02) Kai Kang wrote:
> postfix 2.11.1 adds overriding config check. In postinstall script, it
> calls command newaliases to read configure file main.cf_2.0.
> config_directory is set in config main.cf_2.0, but it is an overriding
> config and warning shows when build an image:
>
> WARNING: log_check: There is a warn message in the logfile
> WARNING: log_check: Matched keyword: [warn]
> WARNING: log_check: newaliases: warning:
> /buildarea3/kkang/poky/qemuarm-build/tmp/work/qemuarm-poky-linux-gnueabi/core-
> image-minimal/1.0-r0/rootfs/etc/postfix/main.cf, line 27: overriding
> earlier entry: config_directory=/buildarea3/kkang/
> poky/qemuarm-build/tmp/work/qemuarm-poky-linux-gnueabi/core-image-minimal/1.0-r0/rootfs/etc/postfix
>
> Remove config_directory setting in main.cf_2.0 to avoid this warning.
>
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
> meta-networking/recipes-daemons/postfix/files/main.cf_2.0 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-daemons/postfix/files/main.cf_2.0 b/meta-networking/recipes-daemons/postfix/files/main.cf_2.0
> index a128faa..bb31451 100644
> --- a/meta-networking/recipes-daemons/postfix/files/main.cf_2.0
> +++ b/meta-networking/recipes-daemons/postfix/files/main.cf_2.0
> @@ -24,7 +24,7 @@ virtual_gid_maps = static:`grep vmail /etc/passwd | cut -d ":" -f 4`
>
>
> # General stuff here again
> -config_directory = /etc/postfix
> +#config_directory = /etc/postfix
> sample_directory = /etc/postfix
> queue_directory = /var/spool/postfix
> mail_spool_directory = /var/spool/mail
> --
> 1.9.1
>
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 501 bytes --]
prev parent reply other threads:[~2014-10-21 18:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-16 9:02 [meta-networking][PATCH] postfix: remove overriding config config_directory Kai Kang
2014-10-21 18:42 ` Joe MacDonald [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141021184247.GC18243@mentor.com \
--to=joe_macdonald@mentor.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.