summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-16 12:05:18 +1100
committerDamien Miller <djm@mindrot.org>2000-01-16 12:05:18 +1100
commit5eed6a2d71a62ab575f0557d09ba5404f2ffe055 (patch)
treefe713fff26c8a27b0a4e01180d7ef189e9bc6073 /INSTALL
parent229779984d6531ddb2c28838c312d413307a705d (diff)
- Renamed --with-xauth-path to --with-xauth
- Added --with-pid-dir option - Released 1.2.1pre26
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 0f86610c5..11ddf1786 100644
--- a/INSTALL
+++ b/INSTALL
@@ -139,6 +139,11 @@ $DISPLAY environment variable. Some broken systems need this.
139--with-default-path=PATH allows you to specify a default $PATH for sessions 139--with-default-path=PATH allows you to specify a default $PATH for sessions
140started by sshd. 140started by sshd.
141 141
142--with-pid-dir=PATH specifies the directory in which the ssh.pid file is
143created.
144
145--with-xauth=PATH specifies the location of the xauth binary
146
142--with-dante[=DIR] will enable Dante SOCKS library support. If the Dante 147--with-dante[=DIR] will enable Dante SOCKS library support. If the Dante
143libsocks library isn't installed in a library searched by the compiler, 148libsocks library isn't installed in a library searched by the compiler,
144add the directory name as the option. 149add the directory name as the option.