All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cyrus-sasl: Drop unneeded group addition
@ 2016-04-13 13:23 Richard Purdie
  2016-04-13 21:04 ` akuster808
  2016-04-18 14:11 ` Otavio Salvador
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Purdie @ 2016-04-13 13:23 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
index 33468a1..5da3d96 100644
--- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
+++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
@@ -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}"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] cyrus-sasl: Drop unneeded group addition
  2016-04-13 13:23 [PATCH] cyrus-sasl: Drop unneeded group addition Richard Purdie
@ 2016-04-13 21:04 ` akuster808
  2016-04-18 14:11 ` Otavio Salvador
  1 sibling, 0 replies; 3+ messages in thread
From: akuster808 @ 2016-04-13 21:04 UTC (permalink / raw)
  To: openembedded-devel



On 04/13/2016 06:23 AM, Richard Purdie wrote:
> 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>

thanks. I ran into this this morning.


> ---
>  meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> index 33468a1..5da3d96 100644
> --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> @@ -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}"
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] cyrus-sasl: Drop unneeded group addition
  2016-04-13 13:23 [PATCH] cyrus-sasl: Drop unneeded group addition Richard Purdie
  2016-04-13 21:04 ` akuster808
@ 2016-04-18 14:11 ` Otavio Salvador
  1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2016-04-18 14:11 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On Wed, Apr 13, 2016 at 10:23 AM, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> 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>

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-18 14:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-13 13:23 [PATCH] cyrus-sasl: Drop unneeded group addition Richard Purdie
2016-04-13 21:04 ` akuster808
2016-04-18 14:11 ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.