[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: useradd.c,v 1.31 2002/01/06 14:09:07 kloczek Exp $")
RCSID (PKG_VER "$Id: useradd.c,v 1.32 2002/01/10 13:01:28 kloczek Exp $")
#include "prototypes.h"
#include "defines.h"
#include "chkname.h"
@ -1374,7 +1374,7 @@ static void process_flags (int argc, char **argv)
user_name = argv[optind];
if (!check_user_name (user_name)) {
fprintf (stderr, _("%s: invalid user name `%s'\n"),
fprintf (stderr, _("%s: invalid user name '%s'\n"),
Prog, user_name);
exit (E_BAD_ARG);
}