From: nekral-guest Date: Tue, 22 Jan 2008 21:13:43 +0000 (+0000) Subject: Indicate that the shadow parameter is optional (i.e. a passwd file can be X-Git-Tag: 4.1.1~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf3f2603eeb4bf84e8cde348c0df1b7335f1b48;p=thirdparty%2Fshadow.git Indicate that the shadow parameter is optional (i.e. a passwd file can be specified without a shadow file, and the group file can be specified without the gshadow file). --- diff --git a/ChangeLog b/ChangeLog index 3f0e4c22b..45f787cd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-01-22 Nicolas François + + * man/grpck.8.xml, man/pwck.8.xml: Indicate that the shadow + parameter is optional (i.e. a passwd file can be specified without + a shadow file, and the group file can be specified without the + gshadow file). + 2008-01-22 Nicolas François * man/grpck.8.xml: Document the options with a list of options, diff --git a/man/grpck.8.xml b/man/grpck.8.xml index d391dea2f..8c6e7b276 100644 --- a/man/grpck.8.xml +++ b/man/grpck.8.xml @@ -20,14 +20,18 @@ grpck -r group - shadow + + shadow + grpck -s group - shadow + + shadow + diff --git a/man/pwck.8.xml b/man/pwck.8.xml index 715be73b2..ca55d8973 100644 --- a/man/pwck.8.xml +++ b/man/pwck.8.xml @@ -26,8 +26,10 @@ passwd - - shadow + + + shadow +