diff options
author | Damien Miller <djm@mindrot.org> | 2000-01-16 02:05:18 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-01-16 02:05:18 +0100 |
commit | 5eed6a2d71a62ab575f0557d09ba5404f2ffe055 (patch) | |
tree | fe713fff26c8a27b0a4e01180d7ef189e9bc6073 /INSTALL | |
parent | Added PreReq lines (diff) | |
download | openssh-5eed6a2d71a62ab575f0557d09ba5404f2ffe055.tar.xz openssh-5eed6a2d71a62ab575f0557d09ba5404f2ffe055.zip |
- Renamed --with-xauth-path to --with-xauthV_1_2_1_PRE26
- Added --with-pid-dir option
- Released 1.2.1pre26
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -139,6 +139,11 @@ $DISPLAY environment variable. Some broken systems need this. --with-default-path=PATH allows you to specify a default $PATH for sessions started by sshd. +--with-pid-dir=PATH specifies the directory in which the ssh.pid file is +created. + +--with-xauth=PATH specifies the location of the xauth binary + --with-dante[=DIR] will enable Dante SOCKS library support. If the Dante libsocks library isn't installed in a library searched by the compiler, add the directory name as the option. |