On 2019/10/18 05:22, [email protected] wrote:
> >Synopsis:    /etc/installurl ignored in sysupgrade(8)
> >Category:    system
> >Environment:
>       System      : OpenBSD 6.6
>       Details     : OpenBSD 6.6 (GENERIC) #353: Sat Oct 12 10:45:56 MDT 2019
>                        
> [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC
> 
>       Architecture: OpenBSD.amd64
>       Machine     : amd64
> >Description:
>       /etc/installurl is ignored in sysupgrade because it appears
>       a backslash has gone AWOL, and cdn.openbsd.org is used instead

What are the contents of /etc/installurl?

> -0)   MIRROR=$(sed 's/#.*//;/^$/d' /etc/installurl) 2>/dev/null ||
> +0)   MIRROR=$(sed 's/#.*//;/^$/d' /etc/installurl) 2>/dev/null || \
>               MIRROR=https://cdn.openbsd.org/pub/OpenBSD
>       ;;

That syntax is perfectly ok so there must be another problem.

Reply via email to