[ssh-agent.1]
     -d will not fork; ok markus@
This commit is contained in:
Ben Lindstrom 2001-07-18 15:51:00 +00:00
parent 36857f6b8b
commit a4a5323b2a
2 changed files with 6 additions and 3 deletions

View File

@ -6,6 +6,9 @@
- markus@cvs.openbsd.org 2001/07/15 16:17:08 - markus@cvs.openbsd.org 2001/07/15 16:17:08
[serverloop.c] [serverloop.c]
schedule client alive for ssh2 only, greg@cheers.bungi.com schedule client alive for ssh2 only, greg@cheers.bungi.com
- stevesk@cvs.openbsd.org 2001/07/15 16:57:21
[ssh-agent.1]
-d will not fork; ok markus@
20010715 20010715
- (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by
@ -6045,4 +6048,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1405 2001/07/18 15:48:57 mouring Exp $ $Id: ChangeLog,v 1.1406 2001/07/18 15:51:00 mouring Exp $

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ssh-agent.1,v 1.25 2001/06/26 04:07:06 markus Exp $ .\" $OpenBSD: ssh-agent.1,v 1.26 2001/07/15 16:57:21 stevesk Exp $
.\" .\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -85,7 +85,7 @@ environment variable).
.It Fl d .It Fl d
Debug mode. When this option is specified Debug mode. When this option is specified
.Nm .Nm
will fork. will not fork.
.El .El
.Pp .Pp
If a commandline is given, this is executed as a subprocess of the agent. If a commandline is given, this is executed as a subprocess of the agent.