diff --git a/ChangeLog b/ChangeLog index 7c643591..ed40e03a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,10 +11,13 @@ 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. + audit and syslog 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(). + * 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. 2011-10-22 Nicolas François diff --git a/NEWS b/NEWS index 43e3e933..413664d2 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,7 @@ shadow-4.1.4.3 -> shadow-4.1.5 UNRELEASED * When the gshadow file exists but there are no gshadow entries, an entry is created if the password is changed and group requires a shadow entry. + * Add --root option. - grpck * NIS entries were dropped by -s (sort). -login diff --git a/man/groupmod.8.xml b/man/groupmod.8.xml index d306b9d5..acd28e37 100644 --- a/man/groupmod.8.xml +++ b/man/groupmod.8.xml @@ -1,7 +1,7 @@