=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- openbsd/update_openbsd/update_openbsd 2017/03/01 03:22:51 1.86 +++ openbsd/update_openbsd/update_openbsd 2017/11/28 02:52:31 1.87 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.85 2017/03/01 03:22:01 andrew Exp $ +# $AFresh1: update_openbsd,v 1.86 2017/03/01 03:22:51 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -60,7 +60,7 @@ local _list=`echo "ls base*.tgz" | ${FTP_CMD} ${FTP}/` _file=`echo ${_list} | awk '/base[0-9][0-9].tgz/ { print $9 }'` - elif [ X"http" == X"${_proto}" ]; then + elif [ X"http" == X"${_proto}" -o X"https" == X"${_proto}" ]; then local _list=`${FTP_CMD} -V -o - ${FTP}/` _file=`echo ${_list} | awk '/[^x]base[0-9][0-9]*\.tgz/ { sub("^.*base","base");