Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-15 19:44:37 +0400
committerChristopher Faylor <me@cgf.cx>2001-10-15 19:44:37 +0400
commitc2198f849c09258287b9ba7571588e374fd217ea (patch)
treece5cddaacd29d3dc47078759b8c3917753bd0152 /winsup/utils/mkpasswd.c
parent271a33443c6e9ce77eb1a06d8726c692da85ab16 (diff)
* mkpasswd.cc (enum_users): Shorten "unused" passwd field.
Diffstat (limited to 'winsup/utils/mkpasswd.c')
-rw-r--r--winsup/utils/mkpasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/mkpasswd.c b/winsup/utils/mkpasswd.c
index e16edcffc..515a2241d 100644
--- a/winsup/utils/mkpasswd.c
+++ b/winsup/utils/mkpasswd.c
@@ -206,7 +206,7 @@ enum_users (LPWSTR servername, int print_sids, int print_cygpath,
}
}
}
- printf ("%s:This_field_is_not_used_by_cygwin_on_nt/2000/xp:%d:%d:%s%s%s:%s:/bin/bash\n", username,
+ printf ("%s:unused_by_nt/2000/xp:%d:%d:%s%s%s:%s:/bin/bash\n", username,
uid + id_offset,
gid + id_offset,
fullname,