From 7f274585316a3ac85b3b14f4bb8a297662141f05 Mon Sep 17 00:00:00 2001 From: Bian Naimeng Date: Wed, 11 Mar 2015 11:45:02 +0800 Subject: 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 Signed-off-by: Joe MacDonald --- meta-networking/recipes-daemons/postfix/postfix.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-networking/recipes-daemons/postfix') diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index 1136bd2f71..eb1c54733b 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 -- cgit 1.2.3-korg