mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
postfix: do NOT create directory /var/spool/mail
postfix installs directory /var/spool/mail which conflicts with package shadow. | Error: Transaction check error: | file /var/spool/mail conflicts between attempted installs of | postfix-3.1.1-r0.ppc64e6500 and shadow-4.2.1-r0.1.ppc64e6500 Make postfix not create /var/spool/mail that it does NOT create the directory on Fedora and Ubuntu either. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -164,8 +164,6 @@ do_install () {
|
||||
install -m 770 -d ${D}${localstatedir}/spool/postfix
|
||||
chown postfix:postfix ${D}${localstatedir}/spool/postfix
|
||||
|
||||
install -m 2755 -d ${D}${localstatedir}/spool/mail
|
||||
chown postfix:nogroup ${D}${localstatedir}/spool/mail
|
||||
install -m 0755 -d ${D}${localstatedir}/lib/postfix
|
||||
chown postfix:nogroup ${D}${localstatedir}/lib/postfix
|
||||
install -m 0755 -d ${D}${localstatedir}/spool/postfix
|
||||
|
||||
Reference in New Issue
Block a user