diff --git a/ChangeLog b/ChangeLog index 0257d6fd..7c643591 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/NEWS b/NEWS index 61f8fac1..43e3e933 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,8 @@ shadow-4.1.4.3 -> shadow-4.1.5 UNRELEASED - faillog * The -l, -m, -r, -t options only act on the existing users, unless -a is specified. +- groupadd + * Add --root option. - groupmod * Fixed groupmod when configured with --enable-account-tools-setuid. * When the gshadow file exists but there are no gshadow entries, an entry diff --git a/man/groupadd.8.xml b/man/groupadd.8.xml index 78ae9a14..2f07e6e1 100644 --- a/man/groupadd.8.xml +++ b/man/groupadd.8.xml @@ -1,7 +1,7 @@