diff --git a/en_US.ISO8859-1/books/handbook/Makefile b/en_US.ISO8859-1/books/handbook/Makefile index 43adb3b130..52ea8ffde3 100644 --- a/en_US.ISO8859-1/books/handbook/Makefile +++ b/en_US.ISO8859-1/books/handbook/Makefile @@ -1,243 +1,245 @@ # # $FreeBSD$ # # Build the FreeBSD Handbook. # # ------------------------------------------------------------------------ # # Handbook-specific variables # # WITH_PGPKEYS The print version of the handbook only prints PGP # fingerprints by default. If you would like for the # entire key to be displayed, then set this variable. # This option has no affect on the HTML formats. # # Handbook-specific targets # # pgpkeyring This target will read the contents of # pgpkeys/chapter.sgml and will extract all of # the pgpkeys to standard out. This output can then # be redirected into a file and distributed as a # public keyring of FreeBSD developers that can # easily be imported into PGP/GPG. # # ------------------------------------------------------------------------ MAINTAINER= doc@FreeBSD.org DOC?= book FORMATS?= html-split HAS_INDEX= true WITH_GLOSSARY?= INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= IMAGES_EN = advanced-networking/isdn-bus.eps IMAGES_EN+= advanced-networking/isdn-twisted-pair.eps IMAGES_EN+= advanced-networking/natd.eps IMAGES_EN+= install/adduser1.scr IMAGES_EN+= install/adduser2.scr IMAGES_EN+= install/adduser3.scr IMAGES_EN+= install/boot-mgr.scr IMAGES_EN+= install/console-saver1.scr IMAGES_EN+= install/console-saver2.scr IMAGES_EN+= install/console-saver3.scr IMAGES_EN+= install/console-saver4.scr IMAGES_EN+= install/desktop.scr IMAGES_EN+= install/disklabel-auto.scr IMAGES_EN+= install/disklabel-ed1.scr IMAGES_EN+= install/disklabel-ed2.scr IMAGES_EN+= install/disklabel-fs.scr IMAGES_EN+= install/disklabel-root1.scr IMAGES_EN+= install/disklabel-root2.scr IMAGES_EN+= install/disklabel-root3.scr IMAGES_EN+= install/disk-layout.eps IMAGES_EN+= install/dist-set.scr IMAGES_EN+= install/dist-set2.scr IMAGES_EN+= install/docmenu1.scr IMAGES_EN+= install/ed0-conf.scr IMAGES_EN+= install/ed0-conf2.scr IMAGES_EN+= install/edit-inetd-conf.scr IMAGES_EN+= install/fdisk-drive1.scr IMAGES_EN+= install/fdisk-drive2.scr IMAGES_EN+= install/fdisk-edit1.scr IMAGES_EN+= install/fdisk-edit2.scr IMAGES_EN+= install/ftp-anon1.scr IMAGES_EN+= install/ftp-anon2.scr IMAGES_EN+= install/hdwrconf.scr IMAGES_EN+= install/keymap.scr IMAGES_EN+= install/main1.scr IMAGES_EN+= install/mainexit.scr IMAGES_EN+= install/main-std.scr IMAGES_EN+= install/main-options.scr IMAGES_EN+= install/main-doc.scr IMAGES_EN+= install/main-keymap.scr IMAGES_EN+= install/media.scr IMAGES_EN+= install/mouse1.scr IMAGES_EN+= install/mouse2.scr IMAGES_EN+= install/mouse3.scr IMAGES_EN+= install/mouse4.scr IMAGES_EN+= install/mouse5.scr IMAGES_EN+= install/mouse6.scr IMAGES_EN+= install/mta-main.scr IMAGES_EN+= install/net-config-menu1.scr IMAGES_EN+= install/net-config-menu2.scr IMAGES_EN+= install/nfs-server-edit.scr IMAGES_EN+= install/ntp-config.scr IMAGES_EN+= install/options.scr IMAGES_EN+= install/pkg-cat.scr IMAGES_EN+= install/pkg-confirm.scr IMAGES_EN+= install/pkg-install.scr IMAGES_EN+= install/pkg-sel.scr IMAGES_EN+= install/probstart.scr IMAGES_EN+= install/routed.scr IMAGES_EN+= install/security.scr IMAGES_EN+= install/sysinstall-exit.scr IMAGES_EN+= install/timezone1.scr IMAGES_EN+= install/timezone2.scr IMAGES_EN+= install/timezone3.scr IMAGES_EN+= install/userconfig.scr IMAGES_EN+= install/userconfig2.scr IMAGES_EN+= install/xf86setup.scr IMAGES_EN+= install/example-dir1.eps IMAGES_EN+= install/example-dir2.eps IMAGES_EN+= install/example-dir3.eps IMAGES_EN+= install/example-dir4.eps IMAGES_EN+= install/example-dir5.eps IMAGES_EN+= security/ipsec-network.pic IMAGES_EN+= security/ipsec-crypt-pkt.pic IMAGES_EN+= security/ipsec-encap-pkt.pic IMAGES_EN+= security/ipsec-out-pkt.pic IMAGES_EN+= vinum/vinum-concat.pic IMAGES_EN+= vinum/vinum-mirrored-vol.pic IMAGES_EN+= vinum/vinum-raid10-vol.pic IMAGES_EN+= vinum/vinum-raid5-org.pic IMAGES_EN+= vinum/vinum-simple-vol.pic IMAGES_EN+= vinum/vinum-striped-vol.pic IMAGES_EN+= vinum/vinum-striped.pic # Images from the cross-document image library IMAGES_LIB= callouts/1.png IMAGES_LIB+= callouts/2.png IMAGES_LIB+= callouts/3.png IMAGES_LIB+= callouts/4.png IMAGES_LIB+= callouts/5.png IMAGES_LIB+= callouts/6.png IMAGES_LIB+= callouts/7.png IMAGES_LIB+= callouts/8.png IMAGES_LIB+= callouts/9.png IMAGES_LIB+= callouts/10.png # # SRCS lists the individual SGML files that make up the document. Changes # to any of these files will force a rebuild # # SGML content SRCS+= book.sgml SRCS+= advanced-networking/chapter.sgml SRCS+= basics/chapter.sgml SRCS+= bibliography/chapter.sgml SRCS+= config/chapter.sgml SRCS+= boot/chapter.sgml SRCS+= cutting-edge/chapter.sgml SRCS+= disks/chapter.sgml SRCS+= eresources/chapter.sgml SRCS+= install/chapter.sgml SRCS+= introduction/chapter.sgml SRCS+= kernelconfig/chapter.sgml SRCS+= l10n/chapter.sgml SRCS+= linuxemu/chapter.sgml SRCS+= mail/chapter.sgml SRCS+= mirrors/chapter.sgml SRCS+= multimedia/chapter.sgml SRCS+= desktop/chapter.sgml SRCS+= pgpkeys/chapter.sgml SRCS+= ppp-and-slip/chapter.sgml SRCS+= printing/chapter.sgml SRCS+= security/chapter.sgml SRCS+= serialcomms/chapter.sgml SRCS+= users/chapter.sgml SRCS+= vinum/chapter.sgml SRCS+= x11/chapter.sgml SRCS+= ports/chapter.sgml SRCS+= preface/preface.sgml SRCS+= colophon.sgml # Entities SRCS+= chapters.ent SYMLINKS= ${DESTDIR} index.html handbook.html # Turn on all the chapters. CHAPTERS?= ${SRCS:M*chapter.sgml} SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./} .if defined(WITH_GLOSSARY) && !empty(WITH_GLOSSARY) SGMLFLAGS+= -i chap.freebsd-glossary .endif # XXX The Handbook build currently overflows some internal, hardcoded # limits in pdftex. Until we split the Handbook up, build the PDF # version using ps2pdf instead of pdftex. PS2PDF?= ${PREFIX}/bin/ps2pdf book.tex-pdf: ${TOUCH} book.tex-pdf book.pdf: book.ps ${PS2PDF} book.ps book.pdf pgpkeyring: pgpkeys/chapter.sgml @${JADE} -V nochunks ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC} # # Handbook-specific variables # .if defined(WITH_PGPKEYS) JADEFLAGS+= -V withpgpkeys .endif DOC_PREFIX?= ${.CURDIR}/../../.. .for p in ftp cvsup SRCS+= mirrors.sgml.${p}.inc CLEANFILES+= mirrors.sgml.${p}.inc CLEANFILES+= mirrors.sgml.${p}.inc.tmp .endfor SRCS+= eresources.sgml.www.inc CLEANFILES+= eresources.sgml.www.inc CLEANFILES+= eresources.sgml.www.inc.tmp .include "${DOC_PREFIX}/share/mk/doc.project.mk" .for p in ftp cvsup mirrors.sgml.${p}.inc: ${XML_MIRRORS} ${XSL_MIRRORS} ${XSLTPROC} ${XSLTPROCOPTS} \ -o $@.tmp \ --param 'transtable.xml' "'${XML_TRANSTABLE}'" \ + --param 'type' "'$p'" \ --param 'proto' "'$p'" \ --param 'target' "'handbook/mirrors/chapter.sgml'" \ ${XSL_MIRRORS} ${XML_MIRRORS} ${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2>,;s,,,'\ < $@.tmp > $@ || (${RM} -f $@ && false) ${RM} -f $@.tmp .endfor eresources.sgml.www.inc: ${XML_MIRRORS} ${XSL_MIRRORS} ${XSLTPROC} ${XSLTPROCOPTS} \ -o $@.tmp \ --param 'transtable.xml' "'${XML_TRANSTABLE}'" \ + --param 'type' "'www'" \ --param 'proto' "'http'" \ --param 'target' "'handbook/eresources/chapter.sgml'" \ ${XSL_MIRRORS} ${XML_MIRRORS} ${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2>,;s,,,'\ < $@.tmp > $@ || (${RM} -f $@ && false) ${RM} -f $@.tmp diff --git a/ja_JP.eucJP/books/handbook/Makefile b/ja_JP.eucJP/books/handbook/Makefile index 09079933e9..2e93c75eef 100644 --- a/ja_JP.eucJP/books/handbook/Makefile +++ b/ja_JP.eucJP/books/handbook/Makefile @@ -1,250 +1,252 @@ # # $FreeBSD$ # # Build the FreeBSD Handbook (Japanese). # # Original revision: 1.72 # # ------------------------------------------------------------------------ # # Handbook-specific variables # # WITH_PGPKEYS The print version of the handbook only prints PGP # fingerprints by default. If you would like for the # entire key to be displayed, then set this variable. # This option has no affect on the HTML formats. # # Handbook-specific targets # # pgpkeyring This target will read the contents of # pgpkeys/chapter.sgml and will extract all of # the pgpkeys to standard out. This output can then # be redirected into a file and distributed as a # public keyring of FreeBSD developers that can # easily be imported into PGP/GPG. # # ------------------------------------------------------------------------ MAINTAINER= doc@FreeBSD.org DOC?= book FORMATS?= html-split HAS_INDEX= true WITH_GLOSSARY?= INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= #IMAGES_EN = advanced-networking/isdn-bus.eps #IMAGES_EN+= advanced-networking/isdn-twisted-pair.eps #IMAGES_EN+= advanced-networking/natd.eps #IMAGES_EN+= install/adduser1.scr #IMAGES_EN+= install/adduser2.scr #IMAGES_EN+= install/adduser3.scr #IMAGES_EN+= install/boot-mgr.scr #IMAGES_EN+= install/console-saver1.scr #IMAGES_EN+= install/console-saver2.scr #IMAGES_EN+= install/console-saver3.scr #IMAGES_EN+= install/console-saver4.scr #IMAGES_EN+= install/desktop.scr #IMAGES_EN+= install/disklabel-auto.scr #IMAGES_EN+= install/disklabel-ed1.scr #IMAGES_EN+= install/disklabel-ed2.scr #IMAGES_EN+= install/disklabel-fs.scr #IMAGES_EN+= install/disklabel-root1.scr #IMAGES_EN+= install/disklabel-root2.scr #IMAGES_EN+= install/disklabel-root3.scr #IMAGES_EN+= install/disk-layout.eps #IMAGES_EN+= install/dist-set.scr #IMAGES_EN+= install/dist-set2.scr #IMAGES_EN+= install/docmenu1.scr #IMAGES_EN+= install/ed0-conf.scr #IMAGES_EN+= install/ed0-conf2.scr #IMAGES_EN+= install/edit-inetd-conf.scr #IMAGES_EN+= install/fdisk-drive1.scr #IMAGES_EN+= install/fdisk-drive2.scr #IMAGES_EN+= install/fdisk-edit1.scr #IMAGES_EN+= install/fdisk-edit2.scr #IMAGES_EN+= install/ftp-anon1.scr #IMAGES_EN+= install/ftp-anon2.scr #IMAGES_EN+= install/hdwrconf.scr #IMAGES_EN+= install/keymap.scr #IMAGES_EN+= install/main1.scr #IMAGES_EN+= install/mainexit.scr #IMAGES_EN+= install/main-std.scr #IMAGES_EN+= install/main-options.scr #IMAGES_EN+= install/main-doc.scr #IMAGES_EN+= install/main-keymap.scr #IMAGES_EN+= install/media.scr #IMAGES_EN+= install/mouse1.scr #IMAGES_EN+= install/mouse2.scr #IMAGES_EN+= install/mouse3.scr #IMAGES_EN+= install/mouse4.scr #IMAGES_EN+= install/mouse5.scr #IMAGES_EN+= install/mouse6.scr #IMAGES_EN+= install/mta-main.scr #IMAGES_EN+= install/net-config-menu1.scr #IMAGES_EN+= install/net-config-menu2.scr #IMAGES_EN+= install/nfs-server-edit.scr #IMAGES_EN+= install/ntp-config.scr #IMAGES_EN+= install/options.scr #IMAGES_EN+= install/pkg-cat.scr #IMAGES_EN+= install/pkg-confirm.scr #IMAGES_EN+= install/pkg-install.scr #IMAGES_EN+= install/pkg-sel.scr #IMAGES_EN+= install/probstart.scr #IMAGES_EN+= install/routed.scr #IMAGES_EN+= install/security.scr #IMAGES_EN+= install/sysinstall-exit.scr #IMAGES_EN+= install/timezone1.scr #IMAGES_EN+= install/timezone2.scr #IMAGES_EN+= install/timezone3.scr #IMAGES_EN+= install/userconfig.scr #IMAGES_EN+= install/userconfig2.scr #IMAGES_EN+= install/xf86setup.scr # #IMAGES_EN+= install/example-dir1.eps #IMAGES_EN+= install/example-dir2.eps #IMAGES_EN+= install/example-dir3.eps #IMAGES_EN+= install/example-dir4.eps #IMAGES_EN+= install/example-dir5.eps #IMAGES_EN+= security/ipsec-network.pic #IMAGES_EN+= security/ipsec-crypt-pkt.pic #IMAGES_EN+= security/ipsec-encap-pkt.pic #IMAGES_EN+= security/ipsec-out-pkt.pic #IMAGES_EN+= vinum/vinum-concat.pic #IMAGES_EN+= vinum/vinum-mirrored-vol.pic #IMAGES_EN+= vinum/vinum-raid10-vol.pic #IMAGES_EN+= vinum/vinum-raid5-org.pic #IMAGES_EN+= vinum/vinum-simple-vol.pic #IMAGES_EN+= vinum/vinum-striped-vol.pic #IMAGES_EN+= vinum/vinum-striped.pic # Images from the cross-document image library IMAGES_LIB= callouts/1.png IMAGES_LIB+= callouts/2.png IMAGES_LIB+= callouts/3.png IMAGES_LIB+= callouts/4.png IMAGES_LIB+= callouts/5.png IMAGES_LIB+= callouts/6.png IMAGES_LIB+= callouts/7.png IMAGES_LIB+= callouts/8.png IMAGES_LIB+= callouts/9.png IMAGES_LIB+= callouts/10.png # # SRCS lists the individual SGML files that make up the document. Changes # to any of these files will force a rebuild # # SGML content SRCS+= book.sgml SRCS+= advanced-networking/chapter.sgml SRCS+= basics/chapter.sgml SRCS+= bibliography/chapter.sgml SRCS+= config/chapter.sgml SRCS+= boot/chapter.sgml SRCS+= cutting-edge/chapter.sgml SRCS+= disks/chapter.sgml SRCS+= eresources/chapter.sgml SRCS+= install/chapter.sgml SRCS+= introduction/chapter.sgml SRCS+= kernelconfig/chapter.sgml SRCS+= l10n/chapter.sgml SRCS+= linuxemu/chapter.sgml SRCS+= mail/chapter.sgml SRCS+= mirrors/chapter.sgml #SRCS+= multimedia/chapter.sgml #SRCS+= desktop/chapter.sgml SRCS+= pgpkeys/chapter.sgml SRCS+= ppp-and-slip/chapter.sgml SRCS+= printing/chapter.sgml SRCS+= security/chapter.sgml SRCS+= serialcomms/chapter.sgml SRCS+= users/chapter.sgml #SRCS+= vinum/chapter.sgml SRCS+= x11/chapter.sgml SRCS+= ports/chapter.sgml #SRCS+= preface/preface.sgml SRCS+= colophon.sgml # Entities SRCS+= chapters.ent # Japanese only SRCS+= jcontrib/chapter.sgml SYMLINKS= ${DESTDIR} index.html handbook.html # Turn on all the chapters. CHAPTERS?= ${SRCS:M*chapter.sgml} SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./} .if defined(WITH_GLOSSARY) && !empty(WITH_GLOSSARY) SGMLFLAGS+= -i chap.freebsd-glossary .endif # XXX The Handbook build currently overflows some internal, hardcoded # limits in pdftex. Until we split the Handbook up, build the PDF # version using ps2pdf instead of pdftex. PS2PDF?= ${PREFIX}/bin/ps2pdf book.tex-pdf: ${TOUCH} book.tex-pdf book.pdf: book.ps ${PS2PDF} book.ps book.pdf pgpkeyring: pgpkeys/chapter.sgml @${JADE} -V nochunks ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC} DOC_PREFIX?= ${.CURDIR}/../../.. # # Handbook-specific variables # .if defined(WITH_PGPKEYS) JADEFLAGS+= -V withpgpkeys .endif DOC_PREFIX?= ${.CURDIR}/../../.. .for p in ftp cvsup SRCS+= mirrors.sgml.${p}.inc CLEANFILES+= mirrors.sgml.${p}.inc CLEANFILES+= mirrors.sgml.${p}.inc.tmp .endfor SRCS+= eresources.sgml.www.inc CLEANFILES+= eresources.sgml.www.inc CLEANFILES+= eresources.sgml.www.inc.tmp .include "${DOC_PREFIX}/share/mk/doc.project.mk" .for p in ftp cvsup mirrors.sgml.${p}.inc: ${XML_MIRRORS} ${XSL_MIRRORS} ${XSLTPROC} ${XSLTPROCOPTS} \ -o $@.tmp \ --param 'transtable.xml' "'${XML_TRANSTABLE}'" \ + --param 'type' "'$p'" \ --param 'proto' "'$p'" \ --param 'target' "'handbook/mirrors/chapter.sgml'" \ ${XSL_MIRRORS} ${XML_MIRRORS} ${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2>,;s,,,'\ < $@.tmp > $@ || (${RM} -f $@ && false) ${RM} -f $@.tmp .endfor eresources.sgml.www.inc: ${XML_MIRRORS} ${XSL_MIRRORS} ${XSLTPROC} ${XSLTPROCOPTS} \ -o $@.tmp \ --param 'transtable.xml' "'${XML_TRANSTABLE}'" \ + --param 'type' "'www'" \ --param 'proto' "'http'" \ --param 'target' "'handbook/eresources/chapter.sgml'" \ ${XSL_MIRRORS} ${XML_MIRRORS} ${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2>,;s,,,'\ < $@.tmp > $@ || (${RM} -f $@ && false) ${RM} -f $@.tmp diff --git a/share/sgml/mirrors-master.xsl b/share/sgml/mirrors-master.xsl index 1946c50c9e..cd13a0f6cf 100644 --- a/share/sgml/mirrors-master.xsl +++ b/share/sgml/mirrors-master.xsl @@ -1,233 +1,257 @@ + - () () In case of problems, please contact the hostmaster for this domain. as of - + host[@type = $type]]"> + + + + host[@type = $type]]"> - + + + - + - . + . , + host[@type = $type]]"> + host[@type = $type]]"> - + - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - (IPv6) - - + host[@type = $type]]"> + host[@type = $type]]"> - + - - - - - - - - - - - + + + + + + + + + + + + + + (IPv6) + + + + + + + + + diff --git a/share/sgml/mirrors.xml b/share/sgml/mirrors.xml index 3eed3f3532..f21a1b4187 100644 --- a/share/sgml/mirrors.xml +++ b/share/sgml/mirrors.xml @@ -1,642 +1,2104 @@ $FreeBSD$ Central Servers - http://www.FreeBSD.org/ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ - cvsup.FreeBSD.org + + www.FreeBSD.org + http://www.FreeBSD.org/ + + + + ftp.FreeBSD.org + ftp://ftp.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.FreeBSD.org + Primary Mirror Sites - ftp://ftp1.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.FreeBSD.org/pub/FreeBSD/ - ftp://ftp4.FreeBSD.org/pub/FreeBSD/ - ftp://ftp5.FreeBSD.org/pub/FreeBSD/ - ftp://ftp6.FreeBSD.org/pub/FreeBSD/ - ftp://ftp7.FreeBSD.org/pub/FreeBSD/ - ftp://ftp8.FreeBSD.org/pub/FreeBSD/ - ftp://ftp9.FreeBSD.org/pub/os/FreeBSD/ - ftp://ftp10.FreeBSD.org/pub/FreeBSD/ - ftp://ftp11.FreeBSD.org/pub/FreeBSD/ - ftp://ftp12.FreeBSD.org/pub/FreeBSD/ - ftp://ftp13.FreeBSD.org/pub/FreeBSD/ - ftp://ftp14.FreeBSD.org/pub/FreeBSD/ - cvsup1.FreeBSD.org - cvsup2.FreeBSD.org - cvsup3.FreeBSD.org - cvsup4.FreeBSD.org - cvsup5.FreeBSD.org - cvsup6.FreeBSD.org - cvsup7.FreeBSD.org - cvsup8.FreeBSD.org - cvsup9.FreeBSD.org - cvsup10.FreeBSD.org - cvsup11.FreeBSD.org - cvsup12.FreeBSD.org - cvsup13.FreeBSD.org - cvsup14.FreeBSD.org - cvsup15.FreeBSD.org - cvsup16.FreeBSD.org - cvsup18.FreeBSD.org + + ftp1.FreeBSD.org + ftp://ftp1.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.FreeBSD.org + ftp://ftp2.FreeBSD.org/pub/FreeBSD/ + + + + ftp3.FreeBSD.org + ftp://ftp3.FreeBSD.org/pub/FreeBSD/ + + + + ftp4.FreeBSD.org + ftp://ftp4.FreeBSD.org/pub/FreeBSD/ + + + + ftp5.FreeBSD.org + ftp://ftp5.FreeBSD.org/pub/FreeBSD/ + + + + ftp6.FreeBSD.org + ftp://ftp6.FreeBSD.org/pub/FreeBSD/ + + + + ftp7.FreeBSD.org + ftp://ftp7.FreeBSD.org/pub/FreeBSD/ + + + + ftp8.FreeBSD.org + ftp://ftp8.FreeBSD.org/pub/FreeBSD/ + + + + ftp9.FreeBSD.org + ftp://ftp9.FreeBSD.org/pub/os/FreeBSD/ + + + + ftp10.FreeBSD.org + ftp://ftp10.FreeBSD.org/pub/FreeBSD/ + + + + ftp11.FreeBSD.org + ftp://ftp11.FreeBSD.org/pub/FreeBSD/ + + + + ftp12.FreeBSD.org + ftp://ftp12.FreeBSD.org/pub/FreeBSD/ + + + + ftp13.FreeBSD.org + ftp://ftp13.FreeBSD.org/pub/FreeBSD/ + + + + ftp14.FreeBSD.org + ftp://ftp14.FreeBSD.org/pub/FreeBSD/ + + + + cvsup1.FreeBSD.org + + + + cvsup2.FreeBSD.org + + + + cvsup3.FreeBSD.org + + + + cvsup4.FreeBSD.org + + + + cvsup5.FreeBSD.org + + + + cvsup6.FreeBSD.org + + + + cvsup7.FreeBSD.org + + + + cvsup8.FreeBSD.org + + + + cvsup9.FreeBSD.org + + + + cvsup10.FreeBSD.org + + + + cvsup11.FreeBSD.org + + + + cvsup12.FreeBSD.org + + + + cvsup13.FreeBSD.org + + + + cvsup14.FreeBSD.org + + + + cvsup15.FreeBSD.org + + + + cvsup16.FreeBSD.org + + + + cvsup18.FreeBSD.org + + mirror-admin@FreeBSD.org Argentina - http://www.ar.FreeBSD.org/ - ftp://ftp.ar.FreeBSD.org/pub/FreeBSD/ - cvsup.ar.FreeBSD.org + + www.ar.FreeBSD.org + http://www.ar.FreeBSD.org/ + + + + ftp.ar.FreeBSD.org + ftp://ftp.ar.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.ar.FreeBSD.org + + hostmaster@ar.FreeBSD.org Australia - http://www.au.FreeBSD.org/ - http://www2.au.FreeBSD.org/ - ftp://ftp.au.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.au.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.au.FreeBSD.org/pub/FreeBSD/ - cvsup.au.FreeBSD.org - cvsup2.au.FreeBSD.org - cvsup3.au.FreeBSD.org - cvsup4.au.FreeBSD.org - cvsup5.au.FreeBSD.org - cvsup6.au.FreeBSD.org - cvsup7.au.FreeBSD.org + + www.au.FreeBSD.org + http://www.au.FreeBSD.org/ + + + + www2.au.FreeBSD.org + http://www2.au.FreeBSD.org/ + + + + ftp.au.FreeBSD.org + ftp://ftp.au.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.au.FreeBSD.org + ftp://ftp2.au.FreeBSD.org/pub/FreeBSD/ + + + + ftp3.au.FreeBSD.org + ftp://ftp3.au.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.au.FreeBSD.org + + + + cvsup2.au.FreeBSD.org + + + + cvsup3.au.FreeBSD.org + + + + cvsup4.au.FreeBSD.org + + + + cvsup5.au.FreeBSD.org + + + + cvsup6.au.FreeBSD.org + + + + cvsup7.au.FreeBSD.org + + hostmaster@au.FreeBSD.org Austria - http://www.at.FreeBSD.org/ - http://www2.at.FreeBSD.org/ - ftp://ftp.at.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.at.FreeBSD.org/pub/FreeBSD/ - cvsup.at.FreeBSD.org - cvsup2.at.FreeBSD.org + + www.at.FreeBSD.org + http://www.at.FreeBSD.org/ + + + + www2.at.FreeBSD.org + http://www2.at.FreeBSD.org/ + http://www2.at.FreeBSD.org/ + + + + ftp.at.FreeBSD.org + ftp://ftp.at.FreeBSD.org/pub/FreeBSD/ + http://ftp.at.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.at.FreeBSD.org + ftp://ftp2.at.FreeBSD.org/pub/FreeBSD/ + http://ftp2.at.freebsd.org/pub/FreeBSD/ + + + + + cvsup.at.FreeBSD.org + + + + cvsup2.at.FreeBSD.org + + hostmaster@at.FreeBSD.org Belgium - http://freebsd.unixtech.be/ + + freebsd.unixtech.be + http://freebsd.unixtech.be/ + + Brazil - http://www.br.FreeBSD.org/ - http://www2.br.FreeBSD.org/www.freebsd.org/ - http://www3.br.FreeBSD.org/ - ftp://ftp.br.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.br.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.br.FreeBSD.org/pub/FreeBSD/ - ftp://ftp4.br.FreeBSD.org/pub/FreeBSD/ - ftp://ftp5.br.FreeBSD.org/pub/FreeBSD/ - ftp://ftp6.br.FreeBSD.org/pub/FreeBSD/ - ftp://ftp7.br.FreeBSD.org/pub/FreeBSD/ - cvsup.br.FreeBSD.org - cvsup2.br.FreeBSD.org - cvsup3.br.FreeBSD.org - cvsup4.br.FreeBSD.org - cvsup5.br.FreeBSD.org + + www.br.FreeBSD.org + http://www.br.FreeBSD.org/ + + + + www2.br.FreeBSD.org + http://www2.br.FreeBSD.org/www.freebsd.org/ + + + + www3.br.FreeBSD.org + http://www3.br.FreeBSD.org/ + + + + ftp.br.FreeBSD.org + ftp://ftp.br.FreeBSD.org/pub/FreeBSD/ + http://ftp.br.FreeBSD.org/ + + + + ftp2.br.FreeBSD.org + ftp://ftp2.br.FreeBSD.org/pub/FreeBSD/ + + + + ftp3.br.FreeBSD.org + ftp://ftp3.br.FreeBSD.org/pub/FreeBSD/ + + + + + ftp4.br.FreeBSD.org + ftp://ftp4.br.FreeBSD.org/pub/FreeBSD/ + + + + ftp5.br.FreeBSD.org + ftp://ftp5.br.FreeBSD.org/pub/FreeBSD/ + + + + ftp6.br.FreeBSD.org + ftp://ftp6.br.FreeBSD.org/pub/FreeBSD/ + + + + ftp7.br.FreeBSD.org + ftp://ftp7.br.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.br.FreeBSD.org + + + + cvsup2.br.FreeBSD.org + + + + cvsup3.br.FreeBSD.org + + + + cvsup4.br.FreeBSD.org + + + + cvsup5.br.FreeBSD.org + + hostmaster@br.FreeBSD.org Bulgaria - http://www.bg.FreeBSD.org/ - ftp://ftp.bg.FreeBSD.org/pub/FreeBSD/ - cvsup.bg.FreeBSD.org + + www.bg.FreeBSD.org + http://www.bg.FreeBSD.org/ + + + + ftp.bg.FreeBSD.org + ftp://ftp.bg.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.bg.FreeBSD.org + + hostmaster@bg.FreeBSD.org Canada - http://www.ca.FreeBSD.org/ - http://www2.ca.FreeBSD.org/ - ftp://ftp.ca.FreeBSD.org/pub/FreeBSD/ - cvsup.ca.FreeBSD.org + + www.ca.FreeBSD.org + http://www.ca.FreeBSD.org/ + + + + www2.ca.FreeBSD.org + http://www2.ca.FreeBSD.org/ + + + + ftp.ca.FreeBSD.org + ftp://ftp.ca.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.ca.FreeBSD.org + + hostmaster@ca.FreeBSD.org China - http://www.cn.FreeBSD.org/ - ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.cn.FreeBSD.org/pub/FreeBSD/ - cvsup.cn.FreeBSD.org + + www.cn.FreeBSD.org + http://www.cn.FreeBSD.org/ + + + + ftp.cn.FreeBSD.org + ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.cn.FreeBSD.org + ftp://ftp2.cn.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.cn.FreeBSD.org + + phj@cn.FreeBSD.org Croatia - ftp://ftp.hr.FreeBSD.org/pub/FreeBSD/ + + ftp.hr.FreeBSD.org + ftp://ftp.hr.FreeBSD.org/pub/FreeBSD/ + + hostmaster@hr.FreeBSD.org Czech Republic - http://www.cz.FreeBSD.org/ - ftp://ftp.cz.FreeBSD.org/pub/FreeBSD/ - cvsup.cz.FreeBSD.org + + www.cz.FreeBSD.org + http://www.cz.FreeBSD.org/ + + + + ftp.cz.FreeBSD.org + ftp://ftp.cz.FreeBSD.org/pub/FreeBSD/ + http://ftp.cz.FreeBSD.org/pub/FreeBSD/ + + + + + cvsup.cz.FreeBSD.org + + hostmaster@cz.FreeBSD.org Denmark - http://www.dk.FreeBSD.org/ - http://www3.dk.FreeBSD.org/ - ftp://ftp.dk.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.dk.FreeBSD.org/pub/FreeBSD/ - cvsup.dk.FreeBSD.org + + www.dk.FreeBSD.org + http://www.dk.FreeBSD.org/ + http://www.dk.FreeBSD.org/ + + + + www3.dk.FreeBSD.org + http://www3.dk.FreeBSD.org/ + + + + ftp.dk.FreeBSD.org + ftp://ftp.dk.FreeBSD.org/pub/FreeBSD/ + http://ftp.dk.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.dk.FreeBSD.org + ftp://ftp2.dk.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.dk.FreeBSD.org + + hostmaster@dk.FreeBSD.org Estonia - http://www.ee.FreeBSD.org/ - ftp://ftp.ee.FreeBSD.org/pub/FreeBSD/ - cvsup.ee.FreeBSD.org + + www.ee.FreeBSD.org + http://www.ee.FreeBSD.org/ + + + + ftp.ee.FreeBSD.org + ftp://ftp.ee.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.ee.FreeBSD.org + + hostmaster@ee.FreeBSD.org Finland - http://www.fi.FreeBSD.org/ - http://www2.fi.FreeBSD.org/ - ftp://ftp.fi.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.fi.FreeBSD.org/pub/FreeBSD/ - cvsup.fi.FreeBSD.org - cvsup2.fi.FreeBSD.org + + www.fi.FreeBSD.org + http://www.fi.FreeBSD.org/ + + + + www2.fi.FreeBSD.org + http://www2.fi.FreeBSD.org/ + + + + ftp.fi.FreeBSD.org + ftp://ftp.fi.FreeBSD.org/pub/FreeBSD/ + + + + ftp3.fi.FreeBSD.org + ftp://ftp3.fi.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.fi.FreeBSD.org + + + + cvsup2.fi.FreeBSD.org + + hostmaster@fi.FreeBSD.org France - http://www.fr.FreeBSD.org/ - ftp://ftp.fr.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.fr.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.fr.FreeBSD.org/pub/FreeBSD/ - ftp://ftp5.fr.FreeBSD.org/pub/FreeBSD/ - ftp://ftp6.fr.FreeBSD.org/pub/FreeBSD/ - ftp://ftp8.fr.FreeBSD.org/pub/FreeBSD/ - cvsup.fr.FreeBSD.org - cvsup2.fr.FreeBSD.org - cvsup3.fr.FreeBSD.org - cvsup4.fr.FreeBSD.org - cvsup5.fr.FreeBSD.org - cvsup8.fr.FreeBSD.org + + www.fr.FreeBSD.org + http://www.fr.FreeBSD.org/ + + + + ftp.fr.FreeBSD.org + ftp://ftp.fr.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.fr.FreeBSD.org + ftp://ftp2.fr.FreeBSD.org/pub/FreeBSD/ + + + + ftp3.fr.FreeBSD.org + ftp://ftp3.fr.FreeBSD.org/pub/FreeBSD/ + + + + ftp5.fr.FreeBSD.org + ftp://ftp5.fr.FreeBSD.org/pub/FreeBSD/ + + + + ftp6.fr.FreeBSD.org + ftp://ftp6.fr.FreeBSD.org/pub/FreeBSD/ + + + + ftp8.fr.FreeBSD.org + ftp://ftp8.fr.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.fr.FreeBSD.org + + + + cvsup2.fr.FreeBSD.org + + + + cvsup3.fr.FreeBSD.org + + + + cvsup4.fr.FreeBSD.org + + + + cvsup5.fr.FreeBSD.org + + + + cvsup8.fr.FreeBSD.org + + hostmaster@fr.FreeBSD.org Germany - http://www.de.FreeBSD.org/ - http://www1.de.FreeBSD.org/ - http://www2.de.FreeBSD.org/ - ftp://ftp.de.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.de.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.de.FreeBSD.org/pub/FreeBSD/ - ftp://ftp4.de.FreeBSD.org/pub/FreeBSD/ - ftp://ftp5.de.FreeBSD.org/pub/FreeBSD/ - ftp://ftp6.de.FreeBSD.org/pub/FreeBSD/ - ftp://ftp7.de.FreeBSD.org/pub/FreeBSD/ - cvsup.de.FreeBSD.org - cvsup2.de.FreeBSD.org - cvsup3.de.FreeBSD.org - cvsup4.de.FreeBSD.org - cvsup5.de.FreeBSD.org - cvsup6.de.FreeBSD.org - cvsup7.de.FreeBSD.org + + www.de.FreeBSD.org + http://www.de.FreeBSD.org/ + + + + www1.de.FreeBSD.org + http://www1.de.FreeBSD.org/ + + + + www2.de.FreeBSD.org + http://www2.de.FreeBSD.org/ + http://www2.de.FreeBSD.org/ + + + + ftp.de.FreeBSD.org + ftp://ftp.de.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.de.FreeBSD.org + ftp://ftp2.de.FreeBSD.org/pub/FreeBSD/ + http://ftp2.de.FreeBSD.org/pub/FreeBSD/ + + + + + ftp3.de.FreeBSD.org + ftp://ftp3.de.FreeBSD.org/pub/FreeBSD/ + + + + ftp4.de.FreeBSD.org + ftp://ftp4.de.FreeBSD.org/pub/FreeBSD/ + http://ftp4.de.FreeBSD.org/pub/FreeBSD/ + + + + + ftp5.de.FreeBSD.org + ftp://ftp5.de.FreeBSD.org/pub/FreeBSD/ + + + + ftp6.de.FreeBSD.org + ftp://ftp6.de.FreeBSD.org/pub/FreeBSD/ + + + + ftp7.de.FreeBSD.org + ftp://ftp7.de.FreeBSD.org/pub/FreeBSD/ + http://ftp7.de.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.de.FreeBSD.org + + + + cvsup2.de.FreeBSD.org + + + + cvsup3.de.FreeBSD.org + + + + cvsup4.de.FreeBSD.org + + + + cvsup5.de.FreeBSD.org + + + + cvsup6.de.FreeBSD.org + + + + cvsup7.de.FreeBSD.org + + de-bsd-hubs@de.FreeBSD.org Greece - http://www.gr.FreeBSD.org/ - http://www.FreeBSD.gr/ - ftp://ftp.gr.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.gr.FreeBSD.org/pub/FreeBSD/ - cvsup.gr.FreeBSD.org - cvsup2.gr.FreeBSD.org + + www.gr.FreeBSD.org + http://www.gr.FreeBSD.org/ + + + + www.FreeBSD.gr + http://www.FreeBSD.gr/ + + + + ftp.gr.FreeBSD.org + ftp://ftp.gr.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.gr.FreeBSD.org + ftp://ftp2.gr.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.gr.FreeBSD.org + + + + cvsup2.gr.FreeBSD.org + + hostmaster@gr.FreeBSD.org Hong Kong - http://www.hk.FreeBSD.org/ - ftp://ftp.hk.FreeBSD.org/pub/FreeBSD/ + + www.hk.FreeBSD.org + http://www.hk.FreeBSD.org/ + + + + ftp.hk.FreeBSD.org + ftp://ftp.hk.FreeBSD.org/pub/FreeBSD/ + + Hungary - http://www.hu.FreeBSD.org/ - http://www2.hu.FreeBSD.org/ - ftp://ftp.hu.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.hu.FreeBSD.org/pub/FreeBSD/ - cvsup.hu.FreeBSD.org + + www.hu.FreeBSD.org + http://www.hu.FreeBSD.org/ + + + + www2.hu.FreeBSD.org + http://www2.hu.FreeBSD.org/ + + + + ftp.hu.FreeBSD.org + ftp://ftp.hu.FreeBSD.org/pub/FreeBSD/ + http://ftp.hu.FreeBSD.org/ + + + + + ftp2.hu.FreeBSD.org + ftp://ftp2.hu.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.hu.FreeBSD.org + + mohacsi@ik.bme.hu Iceland - http://www.is.FreeBSD.org/ - ftp://ftp.is.FreeBSD.org/pub/FreeBSD/ - cvsup.is.FreeBSD.org + + www.is.FreeBSD.org + http://www.is.FreeBSD.org/ + + + + ftp.is.FreeBSD.org + ftp://ftp.is.FreeBSD.org/pub/FreeBSD/ + + + + + cvsup.is.FreeBSD.org + + hostmaster@is.FreeBSD.org Ireland - http://www.ie.FreeBSD.org/ - http://www2.ie.FreeBSD.org/ - ftp://ftp.ie.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.ie.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.ie.FreeBSD.org/pub/FreeBSD/ - cvsup.ie.FreeBSD.org + + www.ie.FreeBSD.org + http://www.ie.FreeBSD.org/ + + + + www2.ie.FreeBSD.org + http://www2.ie.FreeBSD.org/ + + + + ftp.ie.FreeBSD.org + ftp://ftp.ie.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.ie.FreeBSD.org + ftp://ftp2.ie.FreeBSD.org/pub/FreeBSD/ + http://ftp2.ie.FreeBSD.org/pub/FreeBSD/ + + + + + ftp3.ie.FreeBSD.org + ftp://ftp3.ie.FreeBSD.org/pub/FreeBSD/ + http://ftp3.ie.FreeBSD.org/pub/FreeBSD/ + + + + + cvsup.ie.FreeBSD.org + + hostmaster@ie.FreeBSD.org Italy - http://www.it.FreeBSD.org/ - http://www.gufi.org/mirrors/www.freebsd.org/data/ - ftp://ftp.it.FreeBSD.org/pub/FreeBSD/ + + www.it.FreeBSD.org + http://www.it.FreeBSD.org/ + + + + www.gufi.org + http://www.gufi.org/mirrors/www.freebsd.org/data/ + + + + ftp.it.FreeBSD.org + ftp://ftp.it.FreeBSD.org/pub/FreeBSD/ + + hostmaster@it.FreeBSD.org Japan - http://www.jp.FreeBSD.org/www.FreeBSD.org/ - ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.jp.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.jp.FreeBSD.org/pub/FreeBSD/ - ftp://ftp4.jp.FreeBSD.org/pub/FreeBSD/ - ftp://ftp5.jp.FreeBSD.org/pub/FreeBSD/ - ftp://ftp6.jp.FreeBSD.org/pub/FreeBSD/ - ftp://ftp7.jp.FreeBSD.org/pub/FreeBSD/ - ftp://ftp8.jp.FreeBSD.org/pub/FreeBSD/ - ftp://ftp9.jp.FreeBSD.org/pub/FreeBSD/ - cvsup.jp.FreeBSD.org - cvsup2.jp.FreeBSD.org - cvsup3.jp.FreeBSD.org - cvsup4.jp.FreeBSD.org - cvsup5.jp.FreeBSD.org - cvsup6.jp.FreeBSD.org + + www.jp.FreeBSD.org + http://www.jp.FreeBSD.org/www.FreeBSD.org/ + http://www.jp.FreeBSD.org/www.FreeBSD.org/ + + + + ftp.jp.FreeBSD.org + ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.jp.FreeBSD.org + ftp://ftp2.jp.FreeBSD.org/pub/FreeBSD/ + + + + ftp3.jp.FreeBSD.org + ftp://ftp3.jp.FreeBSD.org/pub/FreeBSD/ + + + + ftp4.jp.FreeBSD.org + ftp://ftp4.jp.FreeBSD.org/pub/FreeBSD/ + + + + ftp5.jp.FreeBSD.org + ftp://ftp5.jp.FreeBSD.org/pub/FreeBSD/ + + + + ftp6.jp.FreeBSD.org + ftp://ftp6.jp.FreeBSD.org/pub/FreeBSD/ + + + + ftp7.jp.FreeBSD.org + ftp://ftp7.jp.FreeBSD.org/pub/FreeBSD/ + + + + ftp8.jp.FreeBSD.org + ftp://ftp8.jp.FreeBSD.org/pub/FreeBSD/ + + + + ftp9.jp.FreeBSD.org + ftp://ftp9.jp.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.jp.FreeBSD.org + + + + cvsup2.jp.FreeBSD.org + + + + cvsup3.jp.FreeBSD.org + + + + cvsup4.jp.FreeBSD.org + + + + cvsup5.jp.FreeBSD.org + + + + cvsup6.jp.FreeBSD.org + + hostmaster@jp.FreeBSD.org Korea - http://www.kr.FreeBSD.org/ - http://www2.kr.FreeBSD.org/ - ftp://ftp.kr.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.kr.FreeBSD.org/pub/FreeBSD/ - cvsup.kr.FreeBSD.org - cvsup2.kr.FreeBSD.org - cvsup3.kr.FreeBSD.org + + www.kr.FreeBSD.org + http://www.kr.FreeBSD.org/ + + + + www2.kr.FreeBSD.org + http://www2.kr.FreeBSD.org/ + + + + ftp.kr.FreeBSD.org + ftp://ftp.kr.FreeBSD.org/pub/FreeBSD/ + + + + + ftp2.kr.FreeBSD.org + ftp://ftp2.kr.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.kr.FreeBSD.org + + + + cvsup2.kr.FreeBSD.org + + + + cvsup3.kr.FreeBSD.org + + hostmaster@kr.FreeBSD.org Kuwait - http://www.kw.FreeBSD.org/ - cvsup1.kw.FreeBSD.org + + www.kw.FreeBSD.org + http://www.kw.FreeBSD.org/ + + + + cvsup1.kw.FreeBSD.org + + Latvia - http://www.lv.FreeBSD.org/ - cvsup.lv.FreeBSD.org + + www.lv.FreeBSD.org + http://www.lv.FreeBSD.org/ + + + + cvsup.lv.FreeBSD.org + + Lithuania - http://www.lt.FreeBSD.org/ - ftp://ftp.lt.FreeBSD.org/pub/FreeBSD/ + + www.lt.FreeBSD.org + http://www.lt.FreeBSD.org/ + + + + ftp.lt.FreeBSD.org + ftp://ftp.lt.FreeBSD.org/pub/FreeBSD/ + + hostmaster@lt.FreeBSD.org Netherlands - http://www.nl.FreeBSD.org/ - http://www2.nl.FreeBSD.org/ - ftp://ftp.nl.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.nl.FreeBSD.org/pub/FreeBSD/ - cvsup.nl.FreeBSD.org - cvsup2.nl.FreeBSD.org - cvsup3.nl.FreeBSD.org - cvsup4.nl.FreeBSD.org - cvsup5.nl.FreeBSD.org + + www.nl.FreeBSD.org + http://www.nl.FreeBSD.org/ + + + + www2.nl.FreeBSD.org + http://www2.nl.FreeBSD.org/ + + + + ftp.nl.FreeBSD.org + ftp://ftp.nl.FreeBSD.org/pub/FreeBSD/ + http://ftp.nl.FreeBSD.org/os/FreeBSD/ + + + + ftp2.nl.FreeBSD.org + ftp://ftp2.nl.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.nl.FreeBSD.org + + + + cvsup2.nl.FreeBSD.org + + + + cvsup3.nl.FreeBSD.org + + + + cvsup4.nl.FreeBSD.org + + + + cvsup5.nl.FreeBSD.org + + hostmaster@nl.FreeBSD.org New Zealand - http://www.nz.FreeBSD.org/ - cvsup.nz.FreeBSD.org + + www.nz.FreeBSD.org + http://www.nz.FreeBSD.org/ + + + + cvsup.nz.FreeBSD.org + + Norway - http://www.no.FreeBSD.org/ - http://www2.no.FreeBSD.org/ - ftp://ftp.no.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.no.FreeBSD.org/pub/FreeBSD/ - cvsup.no.FreeBSD.org + + www.no.FreeBSD.org + http://www.no.FreeBSD.org/ + + + + www2.no.FreeBSD.org + http://www2.no.FreeBSD.org/ + http://www2.no.FreeBSD.org/ + + + + ftp.no.FreeBSD.org + ftp://ftp.no.FreeBSD.org/pub/FreeBSD/ + + + + + ftp3.no.FreeBSD.org + ftp://ftp3.no.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.no.FreeBSD.org + + hostmaster@no.FreeBSD.org Philippines - http://www.FreeBSD.org.ph/ - cvsup1.ph.FreeBSD.org + + www.FreeBSD.org.ph + http://www.FreeBSD.org.ph/ + + + + cvsup1.ph.FreeBSD.org + + Poland - http://www.pl.FreeBSD.org/ - http://www2.pl.FreeBSD.org/ - ftp://ftp.pl.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.pl.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.pl.FreeBSD.org/pub/FreeBSD/ - ftp://ftp5.pl.FreeBSD.org/pub/FreeBSD/ - cvsup.pl.FreeBSD.org - cvsup2.pl.FreeBSD.org - cvsup3.pl.FreeBSD.org + + www.pl.FreeBSD.org + http://www.pl.FreeBSD.org/ + + + + www2.pl.FreeBSD.org + http://www2.pl.FreeBSD.org/ + + + + ftp.pl.FreeBSD.org + ftp://ftp.pl.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.pl.FreeBSD.org + ftp://ftp2.pl.FreeBSD.org/pub/FreeBSD/ + + + + ftp3.pl.FreeBSD.org + ftp://ftp3.pl.FreeBSD.org/pub/FreeBSD/ + + + + ftp5.pl.FreeBSD.org + ftp://ftp5.pl.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.pl.FreeBSD.org + + + + cvsup2.pl.FreeBSD.org + + + + cvsup3.pl.FreeBSD.org + + hostmaster@pl.FreeBSD.org Portugal - http://www.pt.FreeBSD.org/ - http://www4.pt.FreeBSD.org/ - http://www5.pt.FreeBSD.org/ - ftp://ftp.pt.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.pt.FreeBSD.org/pub/freebsd/ - ftp://ftp4.pt.FreeBSD.org/pub/ISO/FreeBSD/ - cvsup.pt.FreeBSD.org - cvsup2.pt.FreeBSD.org + + www.pt.FreeBSD.org + http://www.pt.FreeBSD.org/ + + + + www4.pt.FreeBSD.org + http://www4.pt.FreeBSD.org/ + + + + www5.pt.FreeBSD.org + http://www5.pt.FreeBSD.org/ + + + + ftp.pt.FreeBSD.org + ftp://ftp.pt.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.pt.FreeBSD.org + ftp://ftp2.pt.FreeBSD.org/pub/freebsd/ + + + + ftp4.pt.FreeBSD.org + ftp://ftp4.pt.FreeBSD.org/pub/ISO/FreeBSD/ + + + + cvsup.pt.FreeBSD.org + + + + cvsup2.pt.FreeBSD.org + + hostmaster@pt.FreeBSD.org Romania - http://www.ro.FreeBSD.org/ - http://www2.ro.FreeBSD.org/ - http://www3.ro.FreeBSD.org/ - http://www4.ro.FreeBSD.org/ - ftp://ftp.ro.FreeBSD.org/pub/FreeBSD/ - cvsup.ro.FreeBSD.org - cvsup2.ro.FreeBSD.org - cvsup3.ro.FreeBSD.org + + www.ro.FreeBSD.org + http://www.ro.FreeBSD.org/ + + + + www2.ro.FreeBSD.org + http://www2.ro.FreeBSD.org/ + + + + www3.ro.FreeBSD.org + http://www3.ro.FreeBSD.org/ + + + + www4.ro.FreeBSD.org + http://www4.ro.FreeBSD.org/ + + + + ftp.ro.FreeBSD.org + ftp://ftp.ro.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.ro.FreeBSD.org + + + + cvsup2.ro.FreeBSD.org + + + + cvsup3.ro.FreeBSD.org + + hostmaster@ro.FreeBSD.org Russia - http://www.ru.FreeBSD.org/ - http://www2.ru.FreeBSD.org/ - http://www3.ru.FreeBSD.org/ - http://www4.ru.FreeBSD.org/ - ftp://ftp2.ru.FreeBSD.org/pub/FreeBSD/ - ftp://ftp5.ru.FreeBSD.org/pub/FreeBSD/ - ftp://ftp7.ru.FreeBSD.org/pub/FreeBSD/ - ftp://ftp8.ru.FreeBSD.org/pub/FreeBSD/ - ftp://ftp9.ru.FreeBSD.org/pub/FreeBSD/ - cvsup.ru.FreeBSD.org - cvsup2.ru.FreeBSD.org - cvsup3.ru.FreeBSD.org - cvsup4.ru.FreeBSD.org - cvsup5.ru.FreeBSD.org - cvsup6.ru.FreeBSD.org + + www.ru.FreeBSD.org + http://www.ru.FreeBSD.org/ + + + + www2.ru.FreeBSD.org + http://www2.ru.FreeBSD.org/ + + + + www3.ru.FreeBSD.org + http://www3.ru.FreeBSD.org/ + + + + www4.ru.FreeBSD.org + http://www4.ru.FreeBSD.org/ + + + + ftp2.ru.FreeBSD.org + ftp://ftp2.ru.FreeBSD.org/pub/FreeBSD/ + + + + ftp5.ru.FreeBSD.org + ftp://ftp5.ru.FreeBSD.org/pub/FreeBSD/ + + + + ftp7.ru.FreeBSD.org + ftp://ftp7.ru.FreeBSD.org/pub/FreeBSD/ + + + + ftp8.ru.FreeBSD.org + ftp://ftp8.ru.FreeBSD.org/pub/FreeBSD/ + + + + ftp9.ru.FreeBSD.org + ftp://ftp9.ru.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.ru.FreeBSD.org + + + + cvsup2.ru.FreeBSD.org + + + + cvsup3.ru.FreeBSD.org + + + + cvsup4.ru.FreeBSD.org + + + + cvsup5.ru.FreeBSD.org + + + + cvsup6.ru.FreeBSD.org + + hostmaster@ru.FreeBSD.org San Marino - http://www.sm.FreeBSD.org/ - cvsup.sm.FreeBSD.org + + www.sm.FreeBSD.org + http://www.sm.FreeBSD.org/ + + + + cvsup.sm.FreeBSD.org + + Saudi Arabia - ftp://ftp.isu.net.sa/pub/mirrors/ftp.freebsd.org/ + + ftp.isu.net.sa + ftp://ftp.isu.net.sa/pub/mirrors/ftp.freebsd.org/ + + ftpadmin@isu.net.sa Singapore - http://www2.sg.FreeBSD.org/ - ftp://ftp.sg.FreeBSD.org/pub/FreeBSD/ - cvsup.sg.FreeBSD.org + + www2.sg.FreeBSD.org + http://www2.sg.FreeBSD.org/ + + + + ftp.sg.FreeBSD.org + ftp://ftp.sg.FreeBSD.org/pub/FreeBSD/ + http://ftp.sg.FreeBSD.org/pub/FreeBSD/ + + + + + cvsup.sg.FreeBSD.org + + hostmaster@sg.FreeBSD.org Slovak Republic - http://www.sk.FreeBSD.org/ - http://www2.sk.FreeBSD.org/ - ftp://ftp.sk.FreeBSD.org/pub/FreeBSD/ - cvsup.sk.FreeBSD.org - cvsup2.sk.FreeBSD.org + + www.sk.FreeBSD.org + http://www.sk.FreeBSD.org/ + + + + www2.sk.FreeBSD.org + http://www2.sk.FreeBSD.org/ + + + + ftp.sk.FreeBSD.org + ftp://ftp.sk.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.sk.FreeBSD.org + + + + cvsup2.sk.FreeBSD.org + + hostmaster@sk.FreeBSD.org Slovenia - http://www.si.FreeBSD.org/ - http://www2.si.FreeBSD.org/ - ftp://ftp.si.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.si.FreeBSD.org/pub/FreeBSD/ - cvsup.si.FreeBSD.org - cvsup2.si.FreeBSD.org + + www.si.FreeBSD.org + http://www.si.FreeBSD.org/ + + + + www2.si.FreeBSD.org + http://www2.si.FreeBSD.org/ + + + + ftp.si.FreeBSD.org + ftp://ftp.si.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.si.FreeBSD.org + ftp://ftp2.si.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.si.FreeBSD.org + + + + cvsup2.si.FreeBSD.org + + hostmaster@si.FreeBSD.org South Africa - ftp://ftp.za.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.za.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.za.FreeBSD.org/pub/FreeBSD/ - ftp://ftp4.za.FreeBSD.org/pub/FreeBSD/ - cvsup.za.FreeBSD.org - cvsup2.za.FreeBSD.org + + ftp.za.FreeBSD.org + ftp://ftp.za.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.za.FreeBSD.org + ftp://ftp2.za.FreeBSD.org/pub/FreeBSD/ + + + + ftp3.za.FreeBSD.org + ftp://ftp3.za.FreeBSD.org/pub/FreeBSD/ + + + + ftp4.za.FreeBSD.org + ftp://ftp4.za.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.za.FreeBSD.org + + + + cvsup2.za.FreeBSD.org + + hostmaster@za.FreeBSD.org Spain - http://www.es.FreeBSD.org/ - http://www2.es.FreeBSD.org/ - http://www3.es.FreeBSD.org/ - ftp://ftp.es.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.es.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.es.FreeBSD.org/pub/FreeBSD/ - cvsup.es.FreeBSD.org - cvsup2.es.FreeBSD.org - cvsup3.es.FreeBSD.org + + www.es.FreeBSD.org + http://www.es.FreeBSD.org/ + + + + www2.es.FreeBSD.org + http://www2.es.FreeBSD.org/ + + + + www3.es.FreeBSD.org + http://www3.es.FreeBSD.org/ + + + + ftp.es.FreeBSD.org + ftp://ftp.es.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.es.FreeBSD.org + ftp://ftp2.es.FreeBSD.org/pub/FreeBSD/ + + + + ftp3.es.FreeBSD.org + ftp://ftp3.es.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.es.FreeBSD.org + + + + cvsup2.es.FreeBSD.org + + + + cvsup3.es.FreeBSD.org + + hostmaster@es.FreeBSD.org South Africa - http://www.za.FreeBSD.org/ - http://www2.za.FreeBSD.org/ + + www.za.FreeBSD.org + http://www.za.FreeBSD.org/ + + + + www2.za.FreeBSD.org + http://www2.za.FreeBSD.org/ + + Sweden - http://www.se.FreeBSD.org/ - http://www2.se.FreeBSD.org/ - ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.se.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.se.FreeBSD.org/pub/FreeBSD/ - ftp://ftp5.se.FreeBSD.org/pub/FreeBSD/ - cvsup.se.FreeBSD.org - cvsup3.se.FreeBSD.org + + www.se.FreeBSD.org + http://www.se.FreeBSD.org/ + + + + www2.se.FreeBSD.org + http://www2.se.FreeBSD.org/ + + + + ftp.se.FreeBSD.org + ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.se.FreeBSD.org + ftp://ftp2.se.FreeBSD.org/pub/FreeBSD/ + + + + ftp3.se.FreeBSD.org + ftp://ftp3.se.FreeBSD.org/pub/FreeBSD/ + + + + ftp5.se.FreeBSD.org + ftp://ftp5.se.FreeBSD.org/pub/FreeBSD/ + http://ftp5.se.FreeBSD.org/ + + + + + cvsup.se.FreeBSD.org + + + + cvsup3.se.FreeBSD.org + + hostmaster@se.FreeBSD.org Switzerland - http://www.ch.FreeBSD.org/ - http://www2.ch.FreeBSD.org/ - ftp://ftp.ch.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.ch.FreeBSD.org/pub/FreeBSD/ - cvsup.ch.FreeBSD.org + + www.ch.FreeBSD.org + http://www.ch.FreeBSD.org/ + + + + www2.ch.FreeBSD.org + http://www2.ch.FreeBSD.org/ + + + + ftp.ch.FreeBSD.org + ftp://ftp.ch.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.ch.FreeBSD.org + ftp://ftp2.ch.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.ch.FreeBSD.org + + hostmaster@ch.FreeBSD.org Taiwan - http://www.tw.FreeBSD.org/ - http://www2.tw.FreeBSD.org/ - http://www3.tw.FreeBSD.org/ - http://www4.tw.FreeBSD.org/ - ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.tw.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.tw.FreeBSD.org/pub/FreeBSD/ - ftp://ftp4.tw.FreeBSD.org/pub/FreeBSD/ - ftp://ftp5.tw.FreeBSD.org/pub/FreeBSD/ - ftp://ftp6.tw.FreeBSD.org/pub/FreeBSD/ - ftp://ftp7.tw.FreeBSD.org/pub/FreeBSD/ - ftp://ftp8.tw.FreeBSD.org/pub/FreeBSD/ - ftp://ftp9.tw.FreeBSD.org/pub/FreeBSD/ - ftp://ftp10.tw.FreeBSD.org/pub/FreeBSD/ - ftp://ftp11.tw.FreeBSD.org/pub/FreeBSD/ - ftp://ftp12.tw.FreeBSD.org/pub/FreeBSD/ - ftp://ftp13.tw.FreeBSD.org/pub/FreeBSD/ - ftp://ftp14.tw.FreeBSD.org/pub/FreeBSD/ - ftp://ftp15.tw.FreeBSD.org/pub/FreeBSD/ - cvsup.tw.FreeBSD.org - cvsup3.tw.FreeBSD.org - cvsup4.tw.FreeBSD.org - cvsup5.tw.FreeBSD.org - cvsup6.tw.FreeBSD.org - cvsup7.tw.FreeBSD.org - cvsup8.tw.FreeBSD.org - cvsup9.tw.FreeBSD.org - cvsup10.tw.FreeBSD.org - cvsup11.tw.FreeBSD.org - cvsup12.tw.FreeBSD.org - cvsup13.tw.FreeBSD.org + + www.tw.FreeBSD.org + http://www.tw.FreeBSD.org/ + + + + www2.tw.FreeBSD.org + http://www2.tw.FreeBSD.org/ + + + + www3.tw.FreeBSD.org + http://www3.tw.FreeBSD.org/ + + + + www4.tw.FreeBSD.org + http://www4.tw.FreeBSD.org/ + + + + ftp.tw.FreeBSD.org + ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.tw.FreeBSD.org + ftp://ftp2.tw.FreeBSD.org/pub/FreeBSD/ + http://ftp2.tw.FreeBSD.org/pub/FreeBSD/ + + + + + ftp3.tw.FreeBSD.org + ftp://ftp3.tw.FreeBSD.org/pub/FreeBSD/ + + + + ftp4.tw.FreeBSD.org + ftp://ftp4.tw.FreeBSD.org/pub/FreeBSD/ + + + + ftp5.tw.FreeBSD.org + ftp://ftp5.tw.FreeBSD.org/pub/FreeBSD/ + + + + ftp6.tw.FreeBSD.org + ftp://ftp6.tw.FreeBSD.org/pub/FreeBSD/ + http://ftp6.tw.FreeBSD.org/ + + + + ftp7.tw.FreeBSD.org + ftp://ftp7.tw.FreeBSD.org/pub/FreeBSD/ + + + + ftp8.tw.FreeBSD.org + ftp://ftp8.tw.FreeBSD.org/pub/FreeBSD/ + + + + ftp9.tw.FreeBSD.org + ftp://ftp9.tw.FreeBSD.org/pub/FreeBSD/ + + + + ftp10.tw.FreeBSD.org + ftp://ftp10.tw.FreeBSD.org/pub/FreeBSD/ + + + + ftp11.tw.FreeBSD.org + ftp://ftp11.tw.FreeBSD.org/pub/FreeBSD/ + http://ftp11.tw.FreeBSD.org/FreeBSD/ + + + + ftp12.tw.FreeBSD.org + ftp://ftp12.tw.FreeBSD.org/pub/FreeBSD/ + + + + ftp13.tw.FreeBSD.org + ftp://ftp13.tw.FreeBSD.org/pub/FreeBSD/ + + + + ftp14.tw.FreeBSD.org + ftp://ftp14.tw.FreeBSD.org/pub/FreeBSD/ + + + + ftp15.tw.FreeBSD.org + ftp://ftp15.tw.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.tw.FreeBSD.org + + + + cvsup3.tw.FreeBSD.org + + + + cvsup4.tw.FreeBSD.org + + + + cvsup5.tw.FreeBSD.org + + + + cvsup6.tw.FreeBSD.org + + + + cvsup7.tw.FreeBSD.org + + + + cvsup8.tw.FreeBSD.org + + + + cvsup9.tw.FreeBSD.org + + + + cvsup10.tw.FreeBSD.org + + + + cvsup11.tw.FreeBSD.org + + + + cvsup12.tw.FreeBSD.org + + + + cvsup13.tw.FreeBSD.org + + hostmaster@tw.FreeBSD.org Turkey - http://www.tr.FreeBSD.org/ - http://www2.tr.FreeBSD.org/ - http://www.enderunix.org/freebsd/ - cvsup.tr.FreeBSD.org + + www.tr.FreeBSD.org + http://www.tr.FreeBSD.org/ + + + + www2.tr.FreeBSD.org + http://www2.tr.FreeBSD.org/ + + + + www.enderunix.org + http://www.enderunix.org/freebsd/ + + + + cvsup.tr.FreeBSD.org + + Ukraine - http://www.ua.FreeBSD.org/ - http://www2.ua.FreeBSD.org/ - http://www5.ua.FreeBSD.org/ - http://www4.ua.FreeBSD.org/ - ftp://ftp.ua.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.ua.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.ua.FreeBSD.org/pub/FreeBSD/ - ftp://ftp5.ua.FreeBSD.org/pub/FreeBSD/ - ftp://ftp6.ua.FreeBSD.org/pub/FreeBSD/ - ftp://ftp7.ua.FreeBSD.org/pub/FreeBSD/ - ftp://ftp8.ua.FreeBSD.org/pub/FreeBSD/ - cvsup2.ua.FreeBSD.org - cvsup3.ua.FreeBSD.org - cvsup4.ua.FreeBSD.org - cvsup5.ua.FreeBSD.org - cvsup6.ua.FreeBSD.org - cvsup7.ua.FreeBSD.org + + www.ua.FreeBSD.org + http://www.ua.FreeBSD.org/ + + + + www2.ua.FreeBSD.org + http://www2.ua.FreeBSD.org/ + + + + www5.ua.FreeBSD.org + http://www5.ua.FreeBSD.org/ + + + + www4.ua.FreeBSD.org + http://www4.ua.FreeBSD.org/ + + + + ftp.ua.FreeBSD.org + ftp://ftp.ua.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.ua.FreeBSD.org + ftp://ftp2.ua.FreeBSD.org/pub/FreeBSD/ + + + + ftp3.ua.FreeBSD.org + ftp://ftp3.ua.FreeBSD.org/pub/FreeBSD/ + + + + ftp5.ua.FreeBSD.org + ftp://ftp5.ua.FreeBSD.org/pub/FreeBSD/ + + + + ftp6.ua.FreeBSD.org + ftp://ftp6.ua.FreeBSD.org/pub/FreeBSD/ + + + + ftp7.ua.FreeBSD.org + ftp://ftp7.ua.FreeBSD.org/pub/FreeBSD/ + + + + ftp8.ua.FreeBSD.org + ftp://ftp8.ua.FreeBSD.org/pub/FreeBSD/ + + + + cvsup2.ua.FreeBSD.org + + + + cvsup3.ua.FreeBSD.org + + + + cvsup4.ua.FreeBSD.org + + + + cvsup5.ua.FreeBSD.org + + + + cvsup6.ua.FreeBSD.org + + + + cvsup7.ua.FreeBSD.org + + United Kingdom - http://www.uk.FreeBSD.org/ - http://www2.uk.FreeBSD.org/ - http://www3.uk.FreeBSD.org/ - http://www4.uk.FreeBSD.org/ - http://www1.uk.FreeBSD.org/ - ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.uk.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.uk.FreeBSD.org/pub/FreeBSD/ - ftp://ftp4.uk.FreeBSD.org/pub/FreeBSD/ - ftp://ftp5.uk.FreeBSD.org/pub/FreeBSD/ - ftp://ftp6.uk.FreeBSD.org/pub/FreeBSD/ - cvsup.uk.FreeBSD.org - cvsup2.uk.FreeBSD.org - cvsup3.uk.FreeBSD.org - cvsup4.uk.FreeBSD.org + + www.uk.FreeBSD.org + http://www.uk.FreeBSD.org/ + + + + www2.uk.FreeBSD.org + http://www2.uk.FreeBSD.org/ + + + + www3.uk.FreeBSD.org + http://www3.uk.FreeBSD.org/ + + + + www4.uk.FreeBSD.org + http://www4.uk.FreeBSD.org/ + + + + www1.uk.FreeBSD.org + http://www1.uk.FreeBSD.org/ + http://www1.uk.FreeBSD.org/ + + + + ftp.uk.FreeBSD.org + ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.uk.FreeBSD.org + ftp://ftp2.uk.FreeBSD.org/pub/FreeBSD/ + http://ftp2.uk.FreeBSD.org/ + + + + + ftp3.uk.FreeBSD.org + ftp://ftp3.uk.FreeBSD.org/pub/FreeBSD/ + + + + ftp4.uk.FreeBSD.org + ftp://ftp4.uk.FreeBSD.org/pub/FreeBSD/ + + + + ftp5.uk.FreeBSD.org + ftp://ftp5.uk.FreeBSD.org/pub/FreeBSD/ + + + + ftp6.uk.FreeBSD.org + ftp://ftp6.uk.FreeBSD.org/pub/FreeBSD/ + + + + cvsup.uk.FreeBSD.org + + + + cvsup2.uk.FreeBSD.org + + + + cvsup3.uk.FreeBSD.org + + + + cvsup4.uk.FreeBSD.org + + hostmaster@uk.FreeBSD.org USA - http://www2.us.FreeBSD.org/ - http://www4.us.FreeBSD.org/ - http://www5.us.FreeBSD.org/ - ftp://ftp1.us.FreeBSD.org/pub/FreeBSD/ - ftp://ftp2.us.FreeBSD.org/pub/FreeBSD/ - ftp://ftp3.us.FreeBSD.org/pub/FreeBSD/ - ftp://ftp4.us.FreeBSD.org/pub/FreeBSD/ - ftp://ftp5.us.FreeBSD.org/pub/FreeBSD/ - ftp://ftp6.us.FreeBSD.org/pub/FreeBSD/ - ftp://ftp7.us.FreeBSD.org/pub/FreeBSD/ - ftp://ftp8.us.FreeBSD.org/pub/FreeBSD/ - ftp://ftp9.us.FreeBSD.org/pub/FreeBSD/ - ftp://ftp10.us.FreeBSD.org/pub/FreeBSD/ - ftp://ftp11.us.FreeBSD.org/pub/FreeBSD/ - ftp://ftp12.us.FreeBSD.org/pub/FreeBSD/ - ftp://ftp13.us.FreeBSD.org/pub/FreeBSD/ - ftp://ftp14.us.FreeBSD.org/pub/FreeBSD/ - cvsup1.us.FreeBSD.org - cvsup2.us.FreeBSD.org - cvsup3.us.FreeBSD.org - cvsup4.us.FreeBSD.org - cvsup5.us.FreeBSD.org - cvsup6.us.FreeBSD.org - cvsup7.us.FreeBSD.org - cvsup8.us.FreeBSD.org - cvsup9.us.FreeBSD.org - cvsup10.us.FreeBSD.org - cvsup11.us.FreeBSD.org - cvsup12.us.FreeBSD.org - cvsup13.us.FreeBSD.org - cvsup14.us.FreeBSD.org - cvsup15.us.FreeBSD.org - cvsup16.us.FreeBSD.org - cvsup18.us.FreeBSD.org + + www2.us.FreeBSD.org + http://www2.us.FreeBSD.org/ + + + + www4.us.FreeBSD.org + http://www4.us.FreeBSD.org/ + http://www4.us.FreeBSD.org/ + + + + www5.us.FreeBSD.org + http://www5.us.FreeBSD.org/ + http://www5.us.FreeBSD.org/ + + + + ftp1.us.FreeBSD.org + ftp://ftp1.us.FreeBSD.org/pub/FreeBSD/ + + + + ftp2.us.FreeBSD.org + ftp://ftp2.us.FreeBSD.org/pub/FreeBSD/ + + + + ftp3.us.FreeBSD.org + ftp://ftp3.us.FreeBSD.org/pub/FreeBSD/ + + + + ftp4.us.FreeBSD.org + ftp://ftp4.us.FreeBSD.org/pub/FreeBSD/ + + + + ftp5.us.FreeBSD.org + ftp://ftp5.us.FreeBSD.org/pub/FreeBSD/ + + + + + ftp6.us.FreeBSD.org + ftp://ftp6.us.FreeBSD.org/pub/FreeBSD/ + http://ftp6.us.FreeBSD.org/pub/FreeBSD/ + + + + ftp7.us.FreeBSD.org + ftp://ftp7.us.FreeBSD.org/pub/FreeBSD/ + http://ftp7.us.FreeBSD.org/pub/FreeBSD/ + + + + + ftp8.us.FreeBSD.org + ftp://ftp8.us.FreeBSD.org/pub/FreeBSD/ + + + + ftp9.us.FreeBSD.org + ftp://ftp9.us.FreeBSD.org/pub/FreeBSD/ + http://ftp9.us.FreeBSD.org/pub/FreeBSD/ + + + + ftp10.us.FreeBSD.org + ftp://ftp10.us.FreeBSD.org/pub/FreeBSD/ + + + + ftp11.us.FreeBSD.org + ftp://ftp11.us.FreeBSD.org/pub/FreeBSD/ + + + + ftp12.us.FreeBSD.org + ftp://ftp12.us.FreeBSD.org/pub/FreeBSD/ + + + + + ftp13.us.FreeBSD.org + ftp://ftp13.us.FreeBSD.org/pub/FreeBSD/ + http://ftp13.us.FreeBSD.org/pub/FreeBSD/ + + + + + ftp14.us.FreeBSD.org + ftp://ftp14.us.FreeBSD.org/pub/FreeBSD/ + + + + cvsup1.us.FreeBSD.org + + + + cvsup2.us.FreeBSD.org + + + + cvsup3.us.FreeBSD.org + + + + cvsup4.us.FreeBSD.org + + + + cvsup5.us.FreeBSD.org + + + + cvsup6.us.FreeBSD.org + + + + cvsup7.us.FreeBSD.org + + + + cvsup8.us.FreeBSD.org + + + + cvsup9.us.FreeBSD.org + + + + cvsup10.us.FreeBSD.org + + + + cvsup11.us.FreeBSD.org + + + + cvsup12.us.FreeBSD.org + + + + cvsup13.us.FreeBSD.org + + + + cvsup14.us.FreeBSD.org + + + + cvsup15.us.FreeBSD.org + + + + cvsup16.us.FreeBSD.org + + + + cvsup18.us.FreeBSD.org + + hostmaster@us.FreeBSD.org