diff options
author | Bian Naimeng <biannm@cn.fujitsu.com> | 2015-03-11 11:45:02 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-03-11 19:29:34 -0400 |
commit | 7f274585316a3ac85b3b14f4bb8a297662141f05 (patch) | |
tree | 9c3e8da805019c6ff4685f36a6c6d222aadeb40e /meta-networking/recipes-daemons/postfix/postfix.inc | |
parent | 5eec0615e548f58ecdfadfc45af5805eeb58f69c (diff) | |
download | meta-openembedded-7f274585316a3ac85b3b14f4bb8a297662141f05.tar.gz |
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@cn.fujitsu.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons/postfix/postfix.inc')
-rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index 1136bd2f7..eb1c54733 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc | |||
@@ -155,7 +155,6 @@ do_install () { | |||
155 | 155 | ||
156 | install -m 770 -d ${D}${localstatedir}/spool/postfix | 156 | install -m 770 -d ${D}${localstatedir}/spool/postfix |
157 | chown postfix:postfix ${D}${localstatedir}/spool/postfix | 157 | chown postfix:postfix ${D}${localstatedir}/spool/postfix |
158 | chown postfix:postfix ${D}${localstatedir}/lib/postfix | ||
159 | 158 | ||
160 | install -m 2755 -d ${D}${localstatedir}/spool/mail | 159 | install -m 2755 -d ${D}${localstatedir}/spool/mail |
161 | chown postfix:nogroup ${D}${localstatedir}/spool/mail | 160 | chown postfix:nogroup ${D}${localstatedir}/spool/mail |