aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-15 15:44:37 +0000
committerChristopher Faylor <me@cgf.cx>2001-10-15 15:44:37 +0000
commitc2198f849c09258287b9ba7571588e374fd217ea (patch)
treece5cddaacd29d3dc47078759b8c3917753bd0152 /winsup
parent271a33443c6e9ce77eb1a06d8726c692da85ab16 (diff)
downloadnewlib-c2198f849c09258287b9ba7571588e374fd217ea.zip
newlib-c2198f849c09258287b9ba7571588e374fd217ea.tar.gz
newlib-c2198f849c09258287b9ba7571588e374fd217ea.tar.bz2
* mkpasswd.cc (enum_users): Shorten "unused" passwd field.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/mkpasswd.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 46f6da1..7f06e0f 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-15 Christopher Faylor <cgf@redhat.com>
+
+ * mkpasswd.cc (enum_users): Shorten "unused" passwd field.
+
2001-10-13 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Allow stdinc searching for dumper.
diff --git a/winsup/utils/mkpasswd.c b/winsup/utils/mkpasswd.c
index e16edcf..515a224 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,