From: tim Date: Sun, 7 Mar 2004 18:40:01 +0000 (+0000) Subject: - (tim) [regress/login-timeout.sh] fix building outside of source tree. X-Git-Tag: V_3_8_1_P1~45 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/d22e04fd69d7209187ca1eb191144f7630856468 - (tim) [regress/login-timeout.sh] fix building outside of source tree. --- diff --git a/ChangeLog b/ChangeLog index 33abfb7d..7f4777f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20040307 + - (tim) [regress/login-timeout.sh] fix building outside of source tree. + 20040304 - (dtucker) [auth-pam.c] Don't try to export PAM when compiled with -DUSE_POSIX_THREADS. From antoine.verheijen at ualbert ca. ok djm@ diff --git a/regress/login-timeout.sh b/regress/login-timeout.sh index 4ba14b3f..dfc6e6b4 100644 --- a/regress/login-timeout.sh +++ b/regress/login-timeout.sh @@ -18,7 +18,7 @@ fi kill `cat $PIDFILE` trace "test login grace without privsep" -echo "UsePrivilegeSeparation no" >>sshd_config +echo "UsePrivilegeSeparation no" >> $OBJ/sshd_config start_sshd (echo SSH-2.0-fake; sleep 60) | telnet localhost ${PORT} >/dev/null 2>&1 &