[svn-upgrade] Integrating new upstream version, shadow (4.0.2)

This commit is contained in:
nekral-guest
2007-10-07 11:45:07 +00:00
parent 9db6abfa42
commit 37dc61340b
49 changed files with 734 additions and 1108 deletions

View File

@@ -30,7 +30,7 @@
#include <config.h>
#include "rcsid.h"
RCSID (PKG_VER "$Id: pwck.c,v 1.22 2002/01/05 15:41:44 kloczek Exp $")
RCSID (PKG_VER "$Id: pwck.c,v 1.23 2002/01/10 13:01:28 kloczek Exp $")
#include <stdio.h>
#include <fcntl.h>
#include <grp.h>
@@ -370,7 +370,7 @@ int main (int argc, char **argv)
* Check for invalid usernames. --marekm
*/
if (!check_user_name (pwd->pw_name)) {
printf (_("invalid user name `%s'\n"),
printf (_("invalid user name '%s'\n"),
pwd->pw_name);
errors++;
}