From bb177c85a25d2b75583abe218396520c375f8f18 Mon Sep 17 00:00:00 2001 From: Bian Naimeng Date: Mon, 16 Feb 2015 15:52:36 +0800 Subject: postfix: fix bug of main.cf_2.0 ${exec_prefix}/libexec/${PN} => ${libexecdir} Signed-off-by: Bian Naimeng Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- 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 bb314513b6..9e1077f6b0 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 -- cgit v1.2.3-54-g00ecf