- (dtucker) [regress/test-exec.sh]

Move Portable-only StrictModes to top of list to make syncs easier.
This commit is contained in:
Darren Tucker 2004-06-16 20:36:16 +10:00
parent 9fe95da3ea
commit 0e6868e2c4
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
20040616
- (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
code changes.
- (dtucker) [regress/test-exec.sh]
Move Portable-only StrictModes to top of list to make syncs easier.
- (dtucker) OpenBSD CVS Sync regress/
- djm@cvs.openbsd.org 2004/04/27 09:47:30
[regress/Makefile regress/test-exec.sh, added regress/envpass.sh]
@ -1241,4 +1243,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3393 2004/06/16 10:33:55 dtucker Exp $
$Id: ChangeLog,v 1.3394 2004/06/16 10:36:16 dtucker Exp $

View File

@ -160,6 +160,7 @@ trap fatal 3 2
# create server config
cat << EOF > $OBJ/sshd_config
StrictModes no
Port $PORT
ListenAddress 127.0.0.1
#ListenAddress ::1
@ -169,7 +170,6 @@ cat << EOF > $OBJ/sshd_config
AcceptEnv _XXX_TEST_*
AcceptEnv _XXX_TEST
Subsystem sftp $SFTPSERVER
StrictModes no
EOF
# server config for proxy connects