summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--INSTALL4
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8899cf28a..3858b89d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
3 port, ignore EINVAL errors (Linux) when searching for free port. 3 port, ignore EINVAL errors (Linux) when searching for free port.
4 - Revert __snprintf -> snprintf aliasing. Apparently Solaris 4 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
5 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org> 5 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
6 - Document location of Redhat PAM file in INSTALL.
6 7
720000116 820000116
8 - Renamed --with-xauth-path to --with-xauth 9 - Renamed --with-xauth-path to --with-xauth
diff --git a/INSTALL b/INSTALL
index 11ddf1786..9ea5a2533 100644
--- a/INSTALL
+++ b/INSTALL
@@ -77,7 +77,9 @@ configuration files in /etc/ssh.
77If you are using PAM, you will need to manually install a PAM control 77If you are using PAM, you will need to manually install a PAM control
78file as "/etc/pam.d/sshd" (or wherever your system prefers to keep 78file as "/etc/pam.d/sshd" (or wherever your system prefers to keep
79them). A generic PAM configuration is included as "sshd.pam.generic", 79them). A generic PAM configuration is included as "sshd.pam.generic",
80you may need to edit it before using it on your system. 80you may need to edit it before using it on your system. If you are
81using a recent version of Redhat Linux, the config file in
82packages/redhat/sshd.pam should be more useful.
81 83
82There are a few other options to the configure script: 84There are a few other options to the configure script:
83 85