From: nekral-guest Date: Fri, 22 May 2009 11:08:46 +0000 (+0000) Subject: * NEWS, src/newgrp.c: Return the exit status of the child. Thanks X-Git-Tag: 4.1.4.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e075ad91b23afef9b433026af2caa974e0bcb11;p=thirdparty%2Fshadow.git * NEWS, src/newgrp.c: Return the exit status of the child. Thanks to Lionel Elie Mamane. --- diff --git a/ChangeLog b/ChangeLog index 4140bcc5e..ae9d146f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-22 Nicolas François + + * NEWS, src/newgrp.c: Return the exit status of the child. Thanks + to Lionel Elie Mamane. + 2009-05-22 Nicolas François * src/usermod.c: Added warnings for absolute symlinks which could diff --git a/NEWS b/NEWS index 76d4bae9e..251a18527 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ shadow-4.1.4 -> shadow-4.1.4.1 UNRELEASED - login * Fix failures with empty usernames on non PAM versions. * Fix CONSOLE (securetty) support on non PAM versions. +- newgrp + * Return the exit status of the child. - userdel * On Linux, do not check if an user is logged in with utmp, but check if the user is running some processes.