Re: [OE-core] [PATCH 2/2] systemd 216: add system user factory files to CONFFILES

2014-09-30 Thread Colin Walters
On Tue, Sep 30, 2014, at 05:36 AM, Burton, Ross wrote: > On 30 September 2014 08:39, Koen Kooi wrote: > > The real question is: do we want to keep changes to these files on package > > upgrade or wipe them out? > > They're in /usr, so they get overwritten. The reason I mention this is in the OS

Re: [OE-core] [PATCH 2/2] systemd 216: add system user factory files to CONFFILES

2014-09-30 Thread Burton, Ross
On 30 September 2014 08:39, Koen Kooi wrote: > The real question is: do we want to keep changes to these files on package > upgrade or wipe them out? They're in /usr, so they get overwritten. Ross -- ___ Openembedded-core mailing list Openembedded-co

Re: [OE-core] [PATCH 2/2] systemd 216: add system user factory files to CONFFILES

2014-09-30 Thread Richard Purdie
On Tue, 2014-09-30 at 09:39 +0200, Koen Kooi wrote: > Op 29 sep. 2014, om 22:59 heeft Colin Walters het > volgende geschreven: > > > > > > > On Sat, Sep 27, 2014, at 03:22 AM, Koen Kooi wrote: > > > >> +${libdir}/sysusers.d/systemd.conf \ > >> +${libdir}/sysuse

Re: [OE-core] [PATCH 2/2] systemd 216: add system user factory files to CONFFILES

2014-09-30 Thread Koen Kooi
Op 29 sep. 2014, om 22:59 heeft Colin Walters het volgende geschreven: > > > On Sat, Sep 27, 2014, at 03:22 AM, Koen Kooi wrote: > >> +${libdir}/sysusers.d/systemd.conf \ >> +${libdir}/sysusers.d/basic.conf \ > > Admins aren't expected to edit these - instead

Re: [OE-core] [PATCH 2/2] systemd 216: add system user factory files to CONFFILES

2014-09-29 Thread Colin Walters
On Sat, Sep 27, 2014, at 03:22 AM, Koen Kooi wrote: > +${libdir}/sysusers.d/systemd.conf \ > +${libdir}/sysusers.d/basic.conf \ Admins aren't expected to edit these - instead you override in /etc. Or change /etc/passwd after the user has been created, and your c

[OE-core] [PATCH 2/2] systemd 216: add system user factory files to CONFFILES

2014-09-27 Thread Koen Kooi
These generate passwd and group files, so keeping user changes is very important. Signed-off-by: Koen Kooi --- meta/recipes-core/systemd/systemd_216.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/sy