From 5caa78b1b7f086329b2102821a1e09512740dd61 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 20 Dec 2004 12:35:42 +1100 Subject: - (dtucker) [regress/rekey.sh] Touch datafile before filling with dd, since on some wacky platforms (eg old AIXes), dd will refuse to create an output file if it doesn't exist. --- ChangeLog | 5 ++++- regress/rekey.sh | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c6cf7b386..797ff28bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ prngd is not running. Note that if you have prngd running when OpenSSH is built, OpenSSL will consider itself internally seeded and rand-helper won't be built at all unless explicitly enabled via --with-rand-helper. ok djm@ + - (dtucker) [regress/rekey.sh] Touch datafile before filling with dd, since + on some wacky platforms (eg old AIXes), dd will refuse to create an output + file if it doesn't exist. 20041213 - (dtucker) [contrib/findssh.sh] Clean up on interrupt; from @@ -1957,4 +1960,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.3605 2004/12/20 01:05:08 dtucker Exp $ +$Id: ChangeLog,v 1.3606 2004/12/20 01:35:42 dtucker Exp $ diff --git a/regress/rekey.sh b/regress/rekey.sh index 6b7e845ec..3c5f266fc 100644 --- a/regress/rekey.sh +++ b/regress/rekey.sh @@ -8,6 +8,7 @@ COPY=${OBJ}/copy LOG=${OBJ}/log rm -f ${COPY} ${LOG} ${DATA} +touch ${DATA} dd if=/bin/ls${EXEEXT} of=${DATA} bs=1k seek=511 count=1 > /dev/null 2>&1 for s in 16 1k 128k 256k; do -- cgit v1.2.3