git: 25fcf889bd7d - main - bsdconfig: remove even more of the ftp support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Oct 2023 15:38:57 UTC
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" ;;