mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
committed by
Joe MacDonald
parent
5eec0615e5
commit
7f27458531
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user