[oe-commits] Bian Naimeng : postfix: get rid of useless code

git at git.openembedded.org git at git.openembedded.org
Wed Mar 11 12:40:51 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 236661cd9419ad60549ca89a9940a66990caae11
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=236661cd9419ad60549ca89a9940a66990caae11

Author: Bian Naimeng <biannm at cn.fujitsu.com>
Date:   Wed Mar 11 11:45:02 2015 +0800

postfix: get rid of useless code

We should set group of ${localstatedir}/lib/postfix to 'nogroup' not 'postfix',
actually it's done at the below, so remove this useless code.

Signed-off-by: Bian Naimeng <biannm at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-daemons/postfix/postfix.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc
index 1136bd2..eb1c547 100644
--- a/meta-networking/recipes-daemons/postfix/postfix.inc
+++ b/meta-networking/recipes-daemons/postfix/postfix.inc
@@ -155,7 +155,6 @@ do_install () {
 
     install -m 770 -d ${D}${localstatedir}/spool/postfix
     chown postfix:postfix ${D}${localstatedir}/spool/postfix
-    chown postfix:postfix ${D}${localstatedir}/lib/postfix
 
     install -m 2755 -d ${D}${localstatedir}/spool/mail
     chown postfix:nogroup ${D}${localstatedir}/spool/mail



More information about the Openembedded-commits mailing list