From a2d23700e49c7e4e1131c1a751fa60a2e39abfda Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 6 Nov 2011 18:39:03 +0000 Subject: [PATCH] * NEWS, src/faillog.c, man/faillog.8.xml: Add --root option. * NEWS, src/lastlog.c, man/lastlog.8.xml: Likewise. * src/faillog.c: Add Prog variable, and prefix error messages with Prog rather than "faillog". * src/lastlog.c: Likewise. * src/lastlog.c: Split usage in smaller messages. --- ChangeLog | 9 +++++++ NEWS | 3 +++ man/faillog.8.xml | 15 ++++++++++- man/lastlog.8.xml | 15 ++++++++++- src/faillog.c | 67 ++++++++++++++++++++++++++++------------------- src/lastlog.c | 58 ++++++++++++++++++++++++++-------------- 6 files changed, 118 insertions(+), 49 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c1462f4..7d023093 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-10-30 Nicolas François + + * NEWS, src/faillog.c, man/faillog.8.xml: Add --root option. + * NEWS, src/lastlog.c, man/lastlog.8.xml: Likewise. + * src/faillog.c: Add Prog variable, and prefix error messages with + Prog rather than "faillog". + * src/lastlog.c: Likewise. + * src/lastlog.c: Split usage in smaller messages. + 2011-10-30 Nicolas François * NEWS, src/chage.c, man/chage.1.xml: Add --root option. Open diff --git a/NEWS b/NEWS index 50d4492a..5ddffa89 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,7 @@ 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. + * Add --root option. - gpasswd * Add --root option. - groupadd @@ -58,6 +59,8 @@ shadow-4.1.4.3 -> shadow-4.1.5 UNRELEASED * Add --root option. - grpunconv * Add --root option. +- lastlog + * Add --root option. - login * Fixed limits support (non PAM enabled versions only) * Added support for infinite limits and group based limits (non PAM diff --git a/man/faillog.8.xml b/man/faillog.8.xml index 4569142f..4404fa6f 100644 --- a/man/faillog.8.xml +++ b/man/faillog.8.xml @@ -1,7 +1,7 @@