mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid.
This commit is contained in:
parent
1a32953e48
commit
ea43c49650
|
@ -4,6 +4,7 @@
|
||||||
agree. Pointed out by Roumen Petrov.
|
agree. Pointed out by Roumen Petrov.
|
||||||
- (dtucker) [INSTALL] Group the parts describing random options and PAM
|
- (dtucker) [INSTALL] Group the parts describing random options and PAM
|
||||||
implementations together which is hopefully more coherent.
|
implementations together which is hopefully more coherent.
|
||||||
|
- (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid.
|
||||||
|
|
||||||
20070816
|
20070816
|
||||||
- (dtucker) [session.c] Call PAM cleanup functions for unauthenticated
|
- (dtucker) [session.c] Call PAM cleanup functions for unauthenticated
|
||||||
|
@ -3180,4 +3181,4 @@
|
||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4733 2007/08/17 12:03:09 dtucker Exp $
|
$Id: ChangeLog,v 1.4734 2007/08/17 12:10:10 dtucker Exp $
|
||||||
|
|
4
INSTALL
4
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
|
--with-default-path=PATH allows you to specify a default $PATH for sessions
|
||||||
started by sshd. This replaces the standard path entirely.
|
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.
|
created.
|
||||||
|
|
||||||
--with-xauth=PATH specifies the location of the xauth binary
|
--with-xauth=PATH specifies the location of the xauth binary
|
||||||
|
@ -255,4 +255,4 @@ Please refer to the "reporting bugs" section of the webpage at
|
||||||
http://www.openssh.com/
|
http://www.openssh.com/
|
||||||
|
|
||||||
|
|
||||||
$Id: INSTALL,v 1.81 2007/08/17 12:03:10 dtucker Exp $
|
$Id: INSTALL,v 1.82 2007/08/17 12:10:11 dtucker Exp $
|
||||||
|
|
Loading…
Reference in New Issue