Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2023 15:38:57 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 25fcf889bd7d - main - bsdconfig: remove even more of the ftp support
Message-ID:  <202310051538.395FcvR0013775@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

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

commit 25fcf889bd7d46fa0d1524073e38b3883a97f9c9
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-10-05 15:37:21 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-10-05 15:37:39 +0000

    bsdconfig: remove even more of the ftp support
---
 usr.sbin/bsdconfig/share/packages/index.subr | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/usr.sbin/bsdconfig/share/packages/index.subr b/usr.sbin/bsdconfig/share/packages/index.subr
index bd29b882d0d9..34c40d6905ab 100644
--- a/usr.sbin/bsdconfig/share/packages/index.subr
+++ b/usr.sbin/bsdconfig/share/packages/index.subr
@@ -90,9 +90,6 @@ f_index_initialize()
 	case "$__type" in
 	$DEVICE_TYPE_DIRECTORY)
 		__site="file://$__data/packages/$PKG_ABI" ;;
-	$DEVICE_TYPE_FTP)
-		f_getvar $VAR_FTP_PATH __site
-		__site="$__site/packages/$PKG_ABI" ;;
 	$DEVICE_TYPE_HTTP)
 		f_getvar $VAR_HTTP_PATH __site
 		__site="$__site/$PKG_ABI/latest" ;;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310051538.395FcvR0013775>