* NEWS, src/newgrp.c: Return the exit status of the child. Thanks

to Lionel Elie Mamane.
This commit is contained in:
nekral-guest 2009-05-22 11:08:46 +00:00
parent fd55bd5d4a
commit 2e075ad91b
2 changed files with 7 additions and 0 deletions

View File

@ -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

2
NEWS
View File

@ -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.