Re: [PATCH] Don't fail to create passwd and group files if /etc already exists

2015-02-22 Thread Sebastian Huber
On 21/02/15 21:34, Chris Johns wrote: On 20/02/2015 11:00 pm, Sebastian Huber wrote: On 20/02/15 12:18, Chris Johns wrote: On 20/02/2015 8:29 pm, Sebastian Huber wrote: On 20/02/15 10:06, Nick Withers wrote: On Fri, 2015-02-20 at 08:59 +0100, Sebastian Huber wrote: >Hello Nick, > >thanks f

Re: [PATCH] Don't fail to create passwd and group files if /etc already exists

2015-02-21 Thread Chris Johns
On 20/02/2015 11:00 pm, Sebastian Huber wrote: On 20/02/15 12:18, Chris Johns wrote: On 20/02/2015 8:29 pm, Sebastian Huber wrote: On 20/02/15 10:06, Nick Withers wrote: On Fri, 2015-02-20 at 08:59 +0100, Sebastian Huber wrote: >Hello Nick, > >thanks for the patch. I checked in a slightly d

Re: [PATCH] Don't fail to create passwd and group files if /etc already exists

2015-02-20 Thread Sebastian Huber
On 20/02/15 12:18, Chris Johns wrote: On 20/02/2015 8:29 pm, Sebastian Huber wrote: On 20/02/15 10:06, Nick Withers wrote: On Fri, 2015-02-20 at 08:59 +0100, Sebastian Huber wrote: >Hello Nick, > >thanks for the patch. I checked in a slightly different version which >ignores the return statu

Re: [PATCH] Don't fail to create passwd and group files if /etc already exists

2015-02-20 Thread Chris Johns
On 20/02/2015 8:29 pm, Sebastian Huber wrote: On 20/02/15 10:06, Nick Withers wrote: On Fri, 2015-02-20 at 08:59 +0100, Sebastian Huber wrote: >Hello Nick, > >thanks for the patch. I checked in a slightly different version which >ignores the return status completely. Hi Sebastian, Your commi

Re: [PATCH] Don't fail to create passwd and group files if /etc already exists

2015-02-20 Thread Sebastian Huber
On 20/02/15 10:06, Nick Withers wrote: On Fri, 2015-02-20 at 08:59 +0100, Sebastian Huber wrote: >Hello Nick, > >thanks for the patch. I checked in a slightly different version which >ignores the return status completely. Hi Sebastian, Your commit effectively reverts Joel's changes in https:/

Re: [PATCH] Don't fail to create passwd and group files if /etc already exists

2015-02-20 Thread Nick Withers
On Fri, 2015-02-20 at 08:59 +0100, Sebastian Huber wrote: > Hello Nick, > > thanks for the patch. I checked in a slightly different version which > ignores the return status completely. Hi Sebastian, Your commit effectively reverts Joel's changes in https://git.rtems.org/rtems/commit/?id=3211e8

Re: [PATCH] Don't fail to create passwd and group files if /etc already exists

2015-02-19 Thread Sebastian Huber
Hello Nick, thanks for the patch. I checked in a slightly different version which ignores the return status completely. On 20/02/15 05:13, Nick Withers wrote: Hi all, Commit 3211e8e9c0565fae8b13ba0115e3a23ad3ae8ade added error checking to a mkdir("/etc", ...) call in pwdgrp_init(). That cal

[PATCH] Don't fail to create passwd and group files if /etc already exists

2015-02-19 Thread Nick Withers
on Sep 17 00:00:00 2001 From: Nick Withers Date: Fri, 20 Feb 2015 15:00:47 +1100 Subject: [PATCH] Don't fail to create passwd and group files if /etc already exists --- cpukit/libcsupport/src/pwdgrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libcsupport/s