From: rrt Date: Mon, 30 Apr 2001 17:24:25 +0000 (+0000) Subject: [project @ 2001-04-30 17:24:25 by rrt] X-Git-Tag: Approximately_9120_patches~2050 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=cdd9f6e76876409d6be890cc29b05b6d0d2454fc [project @ 2001-04-30 17:24:25 by rrt] Remove instructions about making /etc/passwd, as it happens automatically when installing Cygwin. --- diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 13c4694..97eb460 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -2666,48 +2666,6 @@ this you get very weird messages when you type make, such as: -On a Win2k machine, open up a bash and do - - - -foo$ cd /etc -foo$ mkpasswd -l > passwd - - - -Check that your login entry is on the first line -of that file. If not, move it to the top. It's OK -for 'Administrator' to be the first entry, assuming you are one. - - - -However, Win9x doesn't support the calls that mkpasswd relies on -(e.g., NetUserEnum). If you run mkpasswd you -get errors like: - - - -linked to missing export netapi32.dll:NetUserEnum - - - -The passwd file is used -by ssh in a fairly rudimentary manner, so I'd simply -synthesise/copy an existing Unix /etc/passwd, i.e., create -an /etc/passwd file containing the line - - - -<login>::500:513:::/bin/sh - - - -where <login> is your login id. - - - - - Generate a key, by running c:/user/local/bin/ssh-keygen1. This generates a public key in .ssh/identity.pub, and a private key in .ssh/identity