For testing reason I have installed FreeBSD 7 in which the pkg_add points to broken link. I tried to change that using:
However I get errors like:
I think this is because it is actually a http link and not a ftp link?
Code:
export PACKAGEROOT=ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/7.0-RELEASE/packages/Latest
However I get errors like:
Code:
Error: FTP Unable to get ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/7.0-RELEASE/packages/Latest/pub/FreeBSD/ports/i386/packages-7.0-release/Latest/wget.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/7.0-RELEASE/packages/Latest/pub/FreeBSD/ports/i386/packages-7.0-release/Latest/wget.tbz' by URL
I think this is because it is actually a http link and not a ftp link?