=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- openbsd/update_openbsd/update_openbsd 2008/10/11 23:12:33 1.5 +++ openbsd/update_openbsd/update_openbsd 2008/10/11 23:14:25 1.6 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: update_openbsd,v 1.4 2008/08/12 22:44:19 andrew Exp $ +# $RedRiver: update_openbsd,v 1.5 2008/10/11 22:12:33 andrew Exp $ SYSMERGE=/usr/sbin/sysmerge MIRROR=ftp://ftp.openbsd.org/pub/OpenBSD @@ -132,8 +132,11 @@ fi done - echo $FTP_CMD ${FTP}/MD5 - $FTP_CMD ${FTP}/MD5 + if [ ! -e MD5 ]; then + echo $FTP_CMD ${FTP}/MD5 + $FTP_CMD ${FTP}/MD5 + fi + ls bsd* *.tgz > index grep -f index MD5 | md5 -c