diff options
author | Damien Miller <djm@mindrot.org> | 2000-03-17 00:54:15 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-03-17 00:54:15 +0100 |
commit | 29ea30d95627517e45e886820e3ef32168bd8dd7 (patch) | |
tree | a18a0eb90f9b74dfb4e3b2eb9e54888893693f1b /INSTALL | |
parent | Prepare for final test release (diff) | |
download | openssh-29ea30d95627517e45e886820e3ef32168bd8dd7.tar.xz openssh-29ea30d95627517e45e886820e3ef32168bd8dd7.zip |
- Clarified --with-default-path option.
- Added -blibpath handling for AIX to work around stupid runtime linking.
Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
<jmknoble@pobox.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ some platforms. $DISPLAY environment variable. Some broken systems need this. --with-default-path=PATH allows you to specify a default $PATH for sessions -started by sshd. +started by sshd. This replaces the standard path entirely. --with-pid-dir=PATH specifies the directory in which the ssh.pid file is created. |