From: Harrison Marcks hmarcks@thegoodpenguin.co.uk
This is required for zabbix to build correctly. OTherwise cyrus sasl complains that the "mail" group is missing.
Signed-off-by: Harrison Carter hcarter@thegoodpenguin.co.uk --- recipes-daemons/cyrus-sasl/cyrus-sasl_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-daemons/cyrus-sasl/cyrus-sasl_%.bbappend
diff --git a/recipes-daemons/cyrus-sasl/cyrus-sasl_%.bbappend b/recipes-daemons/cyrus-sasl/cyrus-sasl_%.bbappend new file mode 100644 index 0000000..8bb4dfe --- /dev/null +++ b/recipes-daemons/cyrus-sasl/cyrus-sasl_%.bbappend @@ -0,0 +1,2 @@ +# Required to make zabbix build with necassary users in place +GROUPADD_PARAM:${PN}-bin = " -r mail "