From: Joe MacDonald <Joe_MacDonald@mentor.com>
To: Bian Naimeng <biannm@cn.fujitsu.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-networking][PATCH v2 2/2] postfix: fix bug of main.cf_2.0
Date: Mon, 23 Feb 2015 14:29:50 -0500 [thread overview]
Message-ID: <20150223192949.GB8949@mentor.com> (raw)
In-Reply-To: <20150223191307.GA8949@mentor.com>
[-- Attachment #1: Type: text/plain, Size: 1625 bytes --]
[Re: [oe] [meta-networking][PATCH v2 2/2] postfix: fix bug of main.cf_2.0] On 15.02.23 (Mon 14:13) Joe MacDonald wrote:
> Hi Bian,
>
> I merged the other postfix change, but this one I'm less sure about. Is
> this actually incorrect? The standard place to install postfix is in
> /usr/libexec and that seems to be where we install it as well.
Okay, I've just confirmed that this is the current location after all,
I'll merge this as well. Thanks.
-J.
>
> -J.
>
> [[oe] [meta-networking][PATCH v2 2/2] postfix: fix bug of main.cf_2.0] On 15.02.16 (Mon 15:52) Bian Naimeng wrote:
>
> > ${exec_prefix}/libexec/${PN} => ${libexecdir}
> >
> > Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.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 bb31451..9e1077f 100644
> > --- a/meta-networking/recipes-daemons/postfix/files/main.cf_2.0
> > +++ b/meta-networking/recipes-daemons/postfix/files/main.cf_2.0
> > @@ -30,7 +30,7 @@ queue_directory = /var/spool/postfix
> > mail_spool_directory = /var/spool/mail
> > readme_directory = no
> > command_directory = /usr/sbin
> > -daemon_directory = /usr/libexec/postfix
> > +daemon_directory = /usr/lib/postfix
> > mail_owner = postfix
> > setgid_group = postdrop
> > unknown_local_recipient_reject_code = 450
> > --
> > 1.9.1
> >
> --
> -Joe MacDonald.
> :wq
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 501 bytes --]
next prev parent reply other threads:[~2015-02-23 19:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-16 7:52 [meta-networking][PATCH v2 0/2] postfix: some modifies Bian Naimeng
2015-02-16 7:52 ` [meta-networking][PATCH v2 1/2] postfix: don't hard-code PATH in service file Bian Naimeng
2015-02-16 7:52 ` [meta-networking][PATCH v2 2/2] postfix: fix bug of main.cf_2.0 Bian Naimeng
2015-02-23 19:13 ` Joe MacDonald
2015-02-23 19:29 ` Joe MacDonald [this message]
2015-02-24 12:13 ` Bian, Naimeng
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=20150223192949.GB8949@mentor.com \
--to=joe_macdonald@mentor.com \
--cc=biannm@cn.fujitsu.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.