mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
cyrus-sasl: Drop unneeded group addition
The mail group is provided by base-passwd so would always be present. Therefore drop the uneeded group addition from this recipe. This works around the recent user cleanup code improvements which meant this started causing failures for people. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Tested-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
156b38108f
commit
abd1795729
|
|
@ -72,7 +72,6 @@ do_install_append() {
|
|||
}
|
||||
|
||||
USERADD_PACKAGES = "${PN}-bin"
|
||||
GROUPADD_PARAM_${PN}-bin = "--system mail"
|
||||
USERADD_PARAM_${PN}-bin = "--system --home=/var/spool/mail -g mail cyrus"
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user