* mkpasswd.cc (enum_users): Shorten "unused" passwd field.

This commit is contained in:
Christopher Faylor 2001-10-15 15:44:37 +00:00
parent 271a33443c
commit c2198f849c
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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,