[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 <[email protected]>
> > ---
> > 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
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
