=================================================================== RCS file: /cvs/openbsd/update_openbsd/update_openbsd,v retrieving revision 1.107 retrieving revision 1.109 diff -u -r1.107 -r1.109 --- openbsd/update_openbsd/update_openbsd 2018/02/08 18:46:46 1.107 +++ openbsd/update_openbsd/update_openbsd 2018/02/08 19:08:01 1.109 @@ -1,5 +1,5 @@ #!/bin/sh -# $AFresh1: update_openbsd,v 1.106 2017/12/11 03:12:34 andrew Exp $ +# $AFresh1: update_openbsd,v 1.108 2018/02/08 19:07:06 andrew Exp $ # # Copyright (c) 2012 Andrew Fresh # @@ -101,6 +101,7 @@ boot_device_mounted="" mount_boot_device() { [ "$boot_device_mounted" ] && return + [ "$BOOT_DEVICE" ] || return local default_mount=$( df -lnP /bsd | sed -ne 's!/dev/.* !!p' ) local boot_mount=$( mount | @@ -609,7 +610,7 @@ . ${HOME}/.update_openbsdrc fi -MIRROR=${MIRROR:=http://fastly.cdn.openbsd.org/pub/OpenBSD} +MIRROR=${MIRROR:=http://cdn.openbsd.org/pub/OpenBSD} FTP_CMD=${FTP_CMD:=ftp -V} DESTDIR=${DESTDIR:=/}