服務(wù)器剛裝了FreeBSD5.3,想用cvsup升級一下系統(tǒng)
于是我先進(jìn):
# cd /usr/ports.net/cvsup #進(jìn)入Ports目錄
# make install #進(jìn)行ports
等待一段時(shí)間,看網(wǎng)速,我花了N個(gè)小時(shí)左右才ports完,我網(wǎng)速度很快的,也這樣,郁悶。
裝完后,我進(jìn)入cvsup的支持文件目錄:
# cd /usr/share/examples/cvsup
# ls
README doc-supfile ports-supfile refuse.README standard-supfile
cvs-supfile gnats-supfile refuse stable-supfile www-supfile
我想升級所有的ports,我先編輯以下posts-supfile:
# ee ports-supfile
會(huì)看到類似下面的內(nèi)容:
# $FreeBSD: src/share/examples/cvsup/ports-supfile,v 1.32 2004/05/24 06:23:15 cjc Exp $
......
我們關(guān)心的地方只有幾個(gè),一個(gè)是我要更新那些ports,默認(rèn)是更新全部:
## Ports Collection.
#
# The easiest way to get the ports tree is to use the "ports-all"
# mega-collection. It includes all of the individual "ports-*"
# collections,
ports-all
我要升級全部,不修改,只是修改以下CVSup的服務(wù)器,把國外的服務(wù)器改成國內(nèi)的服務(wù)器:
默認(rèn)是:
*default host=CHANGE_THIS.FreeBSD.org
我們?yōu)榱烁斓乃俣,一般選擇離我們比較近的服務(wù)器:
*default host=cvsup.freebsdchina.org
保存文件,執(zhí)行命令:
# cvsup -G -L 2 ports-supfile
竟然失敗,暈。!
于是反復(fù)測試,原來,可能我用的cvsup是新版的,只要執(zhí)行:
#cvsup ports-supfile
可以升級了,呵呵~~~