]> granicus.if.org Git - shadow/commitdiff
* NEWS, src/newgrp.c: Return the exit status of the child. Thanks
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 22 May 2009 11:08:46 +0000 (11:08 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 22 May 2009 11:08:46 +0000 (11:08 +0000)
to Lionel Elie Mamane.

ChangeLog
NEWS

index 4140bcc5eac5f362b8cc9f6f1461356d150e3b95..ae9d146f04a826fd78227972b79b9cd916c71a63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-22  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * NEWS, src/newgrp.c: Return the exit status of the child. Thanks
+       to Lionel Elie Mamane.
+
 2009-05-22  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/usermod.c: Added warnings for absolute symlinks which could
diff --git a/NEWS b/NEWS
index 76d4bae9ec95432d9e76eb7d13140f5b3286c664..251a185271d71e76c9df5d7fce5814f49e65c852 100644 (file)
--- 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.