* src/groupdel.c: Add process_flags().

* src/groupdel.c, man/groupdel.8.xml: Add --help option.
	* NEWS, src/groupdel.c, man/groupdel.8.xml: Add --root option. Open
	audit and syslog after the potential chroot.
	* src/groupdel.c: Check atexit failures.
This commit is contained in:
nekral-guest
2011-11-06 18:37:57 +00:00
parent 9195f6085d
commit c017dd73aa
4 changed files with 110 additions and 24 deletions

View File

@@ -18,6 +18,11 @@
* NEWS, src/groupadd.c, man/groupadd.8.xml: Add --root option. Open
audit and syslog after the potential chroot.
* src/groupmod.c: The index of long options is not used.
* src/groupdel.c: Add process_flags().
* src/groupdel.c, man/groupdel.8.xml: Add --help option.
* NEWS, src/groupdel.c, man/groupdel.8.xml: Add --root option. Open
audit and syslog after the potential chroot.
* src/groupdel.c: Check atexit failures.
2011-10-22 Nicolas François <nicolas.francois@centraliens.net>