The branch main has been updated by philip: URL: https://cgit.FreeBSD.org/src/commit/?id=d44d79e577eab3e66b993c783b969b82678792d1
commit d44d79e577eab3e66b993c783b969b82678792d1 Author: Philip Paeps <[email protected]> AuthorDate: 2026-02-28 09:56:23 +0000 Commit: Philip Paeps <[email protected]> CommitDate: 2026-02-28 09:56:23 +0000 bsdinstall: remove ftp.at.freebsd.org After ~13 years of running the ftp.at.freebsd.org community mirror is shutting down at the end of March. Remove it from the mirrorselect script. Reported by: Klaus P. Ohrhallinger <[email protected]> --- usr.sbin/bsdinstall/scripts/mirrorselect | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/bsdinstall/scripts/mirrorselect b/usr.sbin/bsdinstall/scripts/mirrorselect index 05eff9fee56e..65a662b2df62 100755 --- a/usr.sbin/bsdinstall/scripts/mirrorselect +++ b/usr.sbin/bsdinstall/scripts/mirrorselect @@ -44,7 +44,6 @@ MIRROR=`bsddialog --backtitle "$OSNAME Installer" \ ftp://ftp.freebsd.org "Main Site (GeoDNS, FTP)"\ http://ftp.au.freebsd.org "Australia - IPv6"\ ftp://ftp3.au.freebsd.org "Australia #3"\ - ftp://ftp.at.freebsd.org "Austria - IPv6"\ ftp://ftp2.br.freebsd.org "Brazil #2"\ ftp://ftp3.br.freebsd.org "Brazil #3"\ ftp://ftp.bg.freebsd.org "Bulgaria - IPv6"\
