]> andersk Git - openssh.git/commitdiff
- (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid.
authordtucker <dtucker>
Fri, 17 Aug 2007 12:10:10 +0000 (12:10 +0000)
committerdtucker <dtucker>
Fri, 17 Aug 2007 12:10:10 +0000 (12:10 +0000)
ChangeLog
INSTALL

index fa9e375af47ade7c3854f3bf1eea369bce4dd4ee..16c9d763e2df0532cef15dbec1868fded38c8b79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
    agree.  Pointed out by Roumen Petrov.
  - (dtucker) [INSTALL] Group the parts describing random options and PAM
    implementations together which is hopefully more coherent.
+ - (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid.
 
 20070816
  - (dtucker) [session.c] Call PAM cleanup functions for unauthenticated
diff --git a/INSTALL b/INSTALL
index d63f86ea81fa3e454c203f07f952eb41b100aed2..31445cf431c1ee11f43f461e0e8c9525849ff9e3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -184,7 +184,7 @@ $DISPLAY environment variable. Some broken systems need this.
 --with-default-path=PATH allows you to specify a default $PATH for sessions
 started by sshd. This replaces the standard path entirely.
 
---with-pid-dir=PATH specifies the directory in which the ssh.pid file is
+--with-pid-dir=PATH specifies the directory in which the sshd.pid file is
 created.
 
 --with-xauth=PATH specifies the location of the xauth binary
This page took 0.037969 seconds and 5 git commands to generate.