The branch main has been updated by bapt:

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

commit 5ad9edd4565cdb657da3677b292b772ff573d4df
Author:     Baptiste Daroussin <[email protected]>
AuthorDate: 2023-10-05 12:43:19 +0000
Commit:     Baptiste Daroussin <[email protected]>
CommitDate: 2023-10-05 12:44:18 +0000

    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 c4b1b131d236..e23f1abe27db 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

Reply via email to