Date: Thu, 15 Feb 2024 13:50:03 GMT From: Philip Paeps <philip@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 2911c44bafa7 - main - bsdinstall: remove two dead mirrors Message-ID: <202402151350.41FDo3W3083368@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by philip: URL: https://cgit.FreeBSD.org/src/commit/?id=2911c44bafa7daef67f528aa9af251d134f8f8ea commit 2911c44bafa7daef67f528aa9af251d134f8f8ea Author: Philip Paeps <philip@FreeBSD.org> AuthorDate: 2024-02-15 13:49:33 +0000 Commit: Philip Paeps <philip@FreeBSD.org> CommitDate: 2024-02-15 13:49:33 +0000 bsdinstall: remove two dead mirrors --- usr.sbin/bsdinstall/scripts/mirrorselect | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/bsdinstall/scripts/mirrorselect b/usr.sbin/bsdinstall/scripts/mirrorselect index 8dd50199977d..05eff9fee56e 100755 --- a/usr.sbin/bsdinstall/scripts/mirrorselect +++ b/usr.sbin/bsdinstall/scripts/mirrorselect @@ -87,8 +87,6 @@ MIRROR=`bsddialog --backtitle "$OSNAME Installer" \ ftp://ftp2.uk.freebsd.org "UK #2 - IPv6"\ ftp://ftp.ua.FreeBSD.org "Ukraine - IPv6"\ ftp://ftp5.us.freebsd.org "USA #5 - IPv6"\ - ftp://ftp11.us.freebsd.org "USA #11 - IPv6"\ - ftp://ftp14.us.freebsd.org "USA #14"\ 2>&1 1>&5` MIRROR_BUTTON=$? exec 5>&-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402151350.41FDo3W3083368>