Re: [gentoo-dev] [PATCH] acct-*.eclass: Create sysusers.d files

2020-09-14 Thread Michał Górny
Dnia September 13, 2020 11:21:28 AM UTC, Andrew Savchenko napisał(a): >On Sat, 29 Aug 2020 21:53:45 +0200 Michał Górny wrote: >> Thanks to David Michael for the initial patch and upstream fixes. >> >> Signed-off-by: Michał Górny >> --- >> eclass/acct-group.eclass | 16 +++- >> ecla

Re: [gentoo-dev] [PATCH] acct-*.eclass: Create sysusers.d files

2020-09-14 Thread David Seifert
On Sun, 2020-09-13 at 14:21 +0300, Andrew Savchenko wrote: > On Sat, 29 Aug 2020 21:53:45 +0200 Michał Górny wrote: > > Thanks to David Michael for the initial patch and upstream fixes. > > > > Signed-off-by: Michał Górny > > --- > > eclass/acct-group.eclass | 16 +++- > > eclass/acc

Re: [gentoo-dev] [PATCH] acct-*.eclass: Create sysusers.d files

2020-09-13 Thread Mike Gilbert
On Sun, Sep 13, 2020 at 7:21 AM Andrew Savchenko wrote: > > On Sat, 29 Aug 2020 21:53:45 +0200 Michał Górny wrote: > > Thanks to David Michael for the initial patch and upstream fixes. > > > > Signed-off-by: Michał Górny > > --- > > eclass/acct-group.eclass | 16 +++- > > eclass/acct

Re: [gentoo-dev] [PATCH] acct-*.eclass: Create sysusers.d files

2020-09-13 Thread Marek Szuba
On 2020-09-13 13:21, Andrew Savchenko wrote: > So it will be reasonable to add USE="systemd" to acct-* eclasses > to control the changes proposed above. Having thought about this some more, another benefit of this approach would be - unless I am wrong of course - that all currently installed acct

Re: [gentoo-dev] [PATCH] acct-*.eclass: Create sysusers.d files

2020-09-13 Thread Andrew Savchenko
On Sat, 29 Aug 2020 21:53:45 +0200 Michał Górny wrote: > Thanks to David Michael for the initial patch and upstream fixes. > > Signed-off-by: Michał Górny > --- > eclass/acct-group.eclass | 16 +++- > eclass/acct-user.eclass | 16 +++- > 2 files changed, 30 insertions(+)

Re: [gentoo-dev] [PATCH] acct-*.eclass: Create sysusers.d files

2020-08-31 Thread Marek Szuba
On 2020-08-29 21:53, Michał Górny wrote: > + newins - ${CATEGORY}-${ACCT_USER_NAME}.conf < <( > + printf "u\t%q\t%q\t%q\t%q\t%q\n" \ > + "${ACCT_USER_NAME}" \ > + "${ACCT_USER_ID/#-*/-}:${ACCT_USER_GROUPS[0]}" \ > + "${DES

Re: [gentoo-dev] [PATCH] acct-*.eclass: Create sysusers.d files

2020-08-29 Thread Michał Górny
On Sat, 2020-08-29 at 21:05 +0100, Alexey Sokolov wrote: > As this doesn't depend on architecture, why /lib and not /share? > I can only imagine how thrilled systemd authors will be when you ask them. -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message

Re: [gentoo-dev] [PATCH] acct-*.eclass: Create sysusers.d files

2020-08-29 Thread Alexey Sokolov
As this doesn't depend on architecture, why /lib and not /share? сб, 29 авг. 2020 г. в 20:53, Michał Górny : > > Thanks to David Michael for the initial patch and upstream fixes. > > Signed-off-by: Michał Górny > --- > eclass/acct-group.eclass | 16 +++- > eclass/acct-user.eclass |