Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2026 10:03:17 +0000
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: d44d79e577ea - main - bsdinstall: remove ftp.at.freebsd.org
Message-ID:  <69a2bd65.31628.f92e8be@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by philip:

URL: https://cgit.FreeBSD.org/src/commit/?id=d44d79e577eab3e66b993c783b969b82678792d1

commit d44d79e577eab3e66b993c783b969b82678792d1
Author:     Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2026-02-28 09:56:23 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
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 <k@7he.at>
---
 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"\


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a2bd65.31628.f92e8be>