FreeBSD适合电信用户的Ports(make.conf)配置
前几天,搞了几天的Freebsd,用ports安装软件的时候,发现一些资料上写的make.conf里面的更新站点。速度不甚理想。几K的速度,搜遍了整个互联网,终于找到一个适合中国电信的make.conf
贴出来,有需要的同学,尽管拿去用~也帖在这儿下次再装freebsd的时候自己也好用。嘿嘿~
ee /etc/make.conf
SUPHOST=ftp.freebsdchina.org
SUPFILE= /usr/share/examples/cvsup/stable-supfile
PORTSSUPFILE= /root/ports-supfile
DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile
MASTER_SITE_BACKUP= \
http://ports.cn.freebsd.org/${DIST_SUBDIR} \
http://ports.hshh.org/${DIST_SUBDIR} \
ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR} \
ftp://ftp5.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR} /
#ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR} /
MASTER_SITE_OVERRIDE= ${MASTER_SITE_BACKUP}