diff options
author | rrt <unknown> | 2001-04-30 17:24:25 +0000 |
---|---|---|
committer | rrt <unknown> | 2001-04-30 17:24:25 +0000 |
commit | cdd9f6e76876409d6be890cc29b05b6d0d2454fc (patch) | |
tree | 3838269b6441be20bb5169d63b903dedafcf773b | |
parent | e5606db9f7357dc13c6d2174d91c7deac201e43f (diff) | |
download | haskell-cdd9f6e76876409d6be890cc29b05b6d0d2454fc.tar.gz |
[project @ 2001-04-30 17:24:25 by rrt]
Remove instructions about making /etc/passwd, as it happens automatically
when installing Cygwin.
-rw-r--r-- | docs/building/building.sgml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 13c4694ddc..97eb460509 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -2666,48 +2666,6 @@ this you get very weird messages when you type <Command>make</Command>, such as: <ListItem> <para> -On a Win2k machine, open up a bash and do -</para> - -<Screen> -foo$ cd /etc -foo$ mkpasswd -l > passwd -</Screen> - -<para> -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. -</para> - -<para> -However, Win9x doesn't support the calls that <Command>mkpasswd</Command> relies on -(e.g., <Function>NetUserEnum</Function>). If you run <Command>mkpasswd</Command> you -get errors like: -</para> - -<Screen> -linked to missing export netapi32.dll:NetUserEnum -</Screen> - -<para> -The passwd file is used -by ssh in a fairly rudimentary manner, so I'd simply -synthesise/copy an existing Unix <filename>/etc/passwd</filename>, i.e., create -an <filename>/etc/passwd</filename> file containing the line -</para> - -<Screen> -<login>::500:513:::/bin/sh -</Screen> - -<para> -where <Literal><login></Literal> is your login id. -</para> -</ListItem> - -<ListItem> -<para> Generate a key, by running <filename>c:/user/local/bin/ssh-keygen1</filename>. This generates a public key in <filename>.ssh/identity.pub</filename>, and a private key in <filename>.ssh/identity</filename> |