* NEWS, src/groupadd.c, man/groupadd.8.xml: Add --root option. Open

audit after the potential chroot.
	* src/groupadd.c: Check atexit failures.
	* src/groupadd.c: Return E_SUCCESS instead of exit'ing at the end
	of main().
This commit is contained in:
nekral-guest
2011-11-06 18:37:45 +00:00
parent aa2957e62a
commit 057cbaa4ae
4 changed files with 40 additions and 12 deletions

View File

@@ -10,6 +10,11 @@
audit and syslog after the potential chroot. userdel's usage split
in smaller messages.
* NEWS, src/usermod.c, man/usermod.8.xml: Likewise
* NEWS, src/groupadd.c, man/groupadd.8.xml: Add --root option. Open
audit after the potential chroot.
* src/groupadd.c: Check atexit failures.
* src/groupadd.c: Return E_SUCCESS instead of exit'ing at the end
of main().
2011-10-22 Nicolas François <nicolas.francois@centraliens.net>