commit:     ac9f3674b7c7b019c943617e1a21283cbd262c2e
Author:     Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
AuthorDate: Sun Oct 26 12:01:40 2014 +0000
Commit:     Yuta SATOH <nigoro.gentoo <AT> 0x100 <DOT> com>
CommitDate: Sun Oct 26 12:01:40 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=ac9f3674

scripts/extract-9.0.sh: s/ftp:/http:/g

---
 scripts/extract-9.0.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/extract-9.0.sh b/scripts/extract-9.0.sh
index 14426cc..38d4b38 100755
--- a/scripts/extract-9.0.sh
+++ b/scripts/extract-9.0.sh
@@ -31,8 +31,8 @@ if [[ ${MY_P} == ${P} ]]; then
 fi
 
 echo "Downloading files..."
-wget -nv -c "ftp://${MIRROR}/pub/FreeBSD/releases/i386/i386/${MY_P}/MANIFEST";
-wget -nv -c "ftp://${MIRROR}/pub/FreeBSD/releases/i386/i386/${MY_P}/src.txz";
+wget -nv -c "http://${MIRROR}/pub/FreeBSD/releases/i386/i386/${MY_P}/MANIFEST";
+wget -nv -c "http://${MIRROR}/pub/FreeBSD/releases/i386/i386/${MY_P}/src.txz";
 echo "Done downloading files."
 
 # Create tar.xz 10.0 or later version. In the case of 9.x, create tar.bz2.

Reply via email to