diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-06 02:38:22 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-06 02:38:22 +0000 |
commit | 0fb61528c94f959e5c1bfc9aeab7e09d0dcbf54b (patch) | |
tree | 75ef38d0c081066b5d5b5f957c4cd49521d5b099 /winsup/utils/mkpasswd.c | |
parent | 94ce0c04c10126774559deb9225ed20a77083877 (diff) | |
download | cygnal-0fb61528c94f959e5c1bfc9aeab7e09d0dcbf54b.tar.gz cygnal-0fb61528c94f959e5c1bfc9aeab7e09d0dcbf54b.tar.bz2 cygnal-0fb61528c94f959e5c1bfc9aeab7e09d0dcbf54b.zip |
* Makefile.in (dumper): Change logic for libbfd and libintl so that they will
be found either in the build tree or the installed directory.
* mkpasswd.c (enum_users): Add a comment as a password for NT.
Diffstat (limited to 'winsup/utils/mkpasswd.c')
-rw-r--r-- | winsup/utils/mkpasswd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/mkpasswd.c b/winsup/utils/mkpasswd.c index 1a4969801..e16edcffc 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::%d:%d:%s%s%s:%s:/bin/bash\n", username, + printf ("%s:This_field_is_not_used_by_cygwin_on_nt/2000/xp:%d:%d:%s%s%s:%s:/bin/bash\n", username, uid + id_offset, gid + id_offset, fullname, |