From 7b8c4952a8c765ca2eff747f7413ef5e3537269d Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 6 Nov 2011 18:38:39 +0000 Subject: [PATCH] * NEWS, src/gpasswd.c, man/gpasswd.1.xml: Add --root option. * src/gpasswd.c: The getopt index of long options is not used. --- ChangeLog | 2 ++ NEWS | 2 ++ man/gpasswd.1.xml | 17 ++++++++++++++++- src/gpasswd.c | 14 ++++++++++---- 4 files changed, 30 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 533ec062..b4e9511f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,8 @@ * NEWS, src/chsh.c, man/chsh.1.xml: Add --root option. chsh's usage split in smaller messages. * src/chsh.c: The getopt index of long options is not used. + * NEWS, src/gpasswd.c, man/gpasswd.1.xml: Add --root option. + * src/gpasswd.c: The getopt index of long options is not used. 2011-10-22 Nicolas François diff --git a/NEWS b/NEWS index eba10609..c7641f35 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,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. +- gpasswd + * Add --root option. - groupadd * Add --root option. - groupdel diff --git a/man/gpasswd.1.xml b/man/gpasswd.1.xml index 678f8a26..f19630a8 100644 --- a/man/gpasswd.1.xml +++ b/man/gpasswd.1.xml @@ -1,7 +1,7 @@