bug#45836: [PATCH] services: Let cups-service-type reuse base lp group.

2021-01-20 Thread Leo Prikler
Am Montag, den 18.01.2021, 15:47 +0100 schrieb Ludovic Courtès: > Hi, > > Leo Prikler skribis: > > > > > diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm > > > > index 0538fb1a24..7c57222716 100644 > > > > --- a/gnu/system/shadow.scm > > > > +++ b/gnu/system/shadow.scm > > > > @@

bug#45836: [PATCH] services: Let cups-service-type reuse base lp group.

2021-01-18 Thread Ludovic Courtès
Hi, Leo Prikler skribis: >> > diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm >> > index 0538fb1a24..7c57222716 100644 >> > --- a/gnu/system/shadow.scm >> > +++ b/gnu/system/shadow.scm >> > @@ -321,13 +321,13 @@ of user '~a' is undeclared") >> > objects. Raise an error if a user

bug#45836: [PATCH] services: Let cups-service-type reuse base lp group.

2021-01-16 Thread Leo Prikler
Hi, Am Samstag, den 16.01.2021, 19:37 +0100 schrieb Ludovic Courtès: > Hi, > > Leo Prikler skribis: > > > * gnu/services/cups.scm (%cups-accounts): Try to use the lp group > > defined in > > %base-groups. > > * gnu/system/shadow.scm (account-activation): Delete duplicate > > (eq?) users > > and

bug#45836: [PATCH] services: Let cups-service-type reuse base lp group.

2021-01-16 Thread Ludovic Courtès
Hi, Leo Prikler skribis: > * gnu/services/cups.scm (%cups-accounts): Try to use the lp group defined in > %base-groups. > * gnu/system/shadow.scm (account-activation): Delete duplicate (eq?) users > and groups before transforming them to specs and asserting, that names are > unique. [...] >

bug#45836: [PATCH] services: Let cups-service-type reuse base lp group.

2021-01-14 Thread Leo Prikler
* gnu/services/cups.scm (%cups-accounts): Try to use the lp group defined in %base-groups. * gnu/system/shadow.scm (account-activation): Delete duplicate (eq?) users and groups before transforming them to specs and asserting, that names are unique. --- gnu/services/cups.scm | 10 --