From: nekral-guest Date: Sun, 6 Nov 2011 18:37:51 +0000 (+0000) Subject: * NEWS, src/groupadd.c, man/groupadd.8.xml: Add --root option. Open X-Git-Tag: 4.1.5~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9195f6085d6d291a73cc5bcecaef40401d59e3cb;p=thirdparty%2Fshadow.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 7c6435911..ed40e03ad 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 43e3e933f..413664d20 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 d306b9d53..acd28e371 100644 --- a/man/groupmod.8.xml +++ b/man/groupmod.8.xml @@ -1,7 +1,7 @@