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

audit and syslog after the potential chroot. userdel's usage split
	in smaller messages.
This commit is contained in:
nekral-guest
2011-11-06 18:37:32 +00:00
parent cecae46ccf
commit 50eafd769b
4 changed files with 42 additions and 16 deletions

View File

@@ -6,6 +6,9 @@
are applied to the chroot.
* NEWS, src/useradd.c, man/useradd.8.xml: Add --root option. Open
audit after the potential chroot.
* NEWS, src/userdel.c, man/userdel.8.xml: Add --root option. Open
audit and syslog after the potential chroot. userdel's usage split
in smaller messages.
2011-10-22 Nicolas François <nicolas.francois@centraliens.net>