Doc updates
diff --git a/ChangeLog b/ChangeLog
index fe76f5f..d44707a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+19991216
+ - Makefile changes for Solaris from Peter Kocks 
+   <peter.kocks@baygate.com>
+
 19991215
  - Integrated patchs from Juergen Keil <jk@tools.de>
    - Avoid void* pointer arithmatic
@@ -6,7 +10,6 @@
    - Simplify status line printing in scp
  - Added better test for inline functions compiler support from  
    Darren_Hall@progressive.com
- - Released 1.2.1pre18
 
 19991214
  - OpenBSD CVS Changes
diff --git a/INSTALL b/INSTALL
index de92edc..967ce6d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -80,7 +80,8 @@
 --with-egd-pool=/some/file allows you to enable Entropy Gathering
 Daemon support and to specify a EGD pool socket. You will need to
 use this if your Unix does not support the /dev/urandom device (or
-similar).
+similar). The file argument refers to the EGD pool file, not the 
+EGD program itself. Please refer to the EGD documentation.
 
 --with-kerberos4 will enable Kerberos IV support. You will need to
 have the Kerberos libraries and header files installed for this to
@@ -117,6 +118,9 @@
 (${prefix}/etc or whatever you specified with --sysconfdir during 
 configuration)
 
+If you have configured OpenSSH with EGD support, ensure that EGD is
+running and has collected some Entropy.
+
 For more information on configuration, please refer to the manual pages 
 for sshd, ssh and ssh-agent.