Subject: CVS commit: src/tests/fs/puffs
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 12/28/2007 08:57:42
Module Name:	src
Committed By:	jmmv
Date:		Fri Dec 28 08:57:42 UTC 2007

Modified Files:
	src/tests/fs/puffs: sshd_config.in t_psshfs.sh

Log Message:
Properly capture the output of the SSH server.  Its -e flag is supposed to
be used alongside -D, but as this was not documented I thought it was a bug
and "fixed" -e's behavior locally (so I got the correct output before, but
nobody else).

Also, fix a race condition that could cause the SSH server to not be killed
if the pid file was not written before the kill, which might happen on very
fast machines.  There still may be a problem when trying to do the connection
if the server has not yet finished initialization...


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/tests/fs/puffs/sshd_config.in \
    src/tests/fs/puffs/t_psshfs.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.