From 5ad9edd4565cdb657da3677b292b772ff573d4df Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 5 Oct 2023 14:43:19 +0200 Subject: [PATCH] bsdconfig: use working respositories pkg(8) packages have not been published in ftp.freebsd.org, so remove this option --- usr.sbin/bsdconfig/share/media/http.subr | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/bsdconfig/share/media/http.subr b/usr.sbin/bsdconfig/share/media/http.subr index c4b1b131d23..e23f1abe27d 100644 --- a/usr.sbin/bsdconfig/share/media/http.subr +++ b/usr.sbin/bsdconfig/share/media/http.subr @@ -76,7 +76,6 @@ f_dialog_menu_media_http() f_dialog_title_restore local prompt="$msg_please_select_the_site_closest_to_you_or_other" local menu_list=" - 'dist $msg_main_site' 'ftp.freebsd.org' 'pkg $msg_main_site' 'pkg.freebsd.org' 'URL' '$msg_specify_some_other_http_site' " # END-QUOTE