diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-15 15:44:37 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-15 15:44:37 +0000 |
commit | c2198f849c09258287b9ba7571588e374fd217ea (patch) | |
tree | ce5cddaacd29d3dc47078759b8c3917753bd0152 /winsup | |
parent | 271a33443c6e9ce77eb1a06d8726c692da85ab16 (diff) | |
download | cygnal-c2198f849c09258287b9ba7571588e374fd217ea.tar.gz cygnal-c2198f849c09258287b9ba7571588e374fd217ea.tar.bz2 cygnal-c2198f849c09258287b9ba7571588e374fd217ea.zip |
* mkpasswd.cc (enum_users): Shorten "unused" passwd field.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/utils/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/utils/mkpasswd.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 46f6da1f5..7f06e0f9b 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 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, |