FreeBSD 6.0-RELEASE
內建 portsnap
安裝及設定
步驟1.修改 portsnap 設定檔 (portsnap.conf)
修改 portsnap 設定檔 (/etc/portsnap.conf) 將下載主機修改為離主機較近的 Portsnap Proxy Host
#vi /etc/portsnap.conf
SERVERNAME=portsnap.FreeBSD.org //預設值
SERVERNAME=portsnap.tw.FreeBSD.org //修改為離我們較近的主機
SERVERNAME=portsnap.webamp.cc //或使用 Giga WebAMP 所提供的 Portsnap Proxy
步驟2.更新 Port Tree
第一次使用 Portsnap 時需先取得 Ports System 的 Snapshot 並解開,鍵入如下指令即可
#portsnap fetch extract
日後要更新時 /usr/ports (Port Tree) 則執行如下指令即可
#portsnap fetch update
步驟3.查看 Ports Tree 是否更新
執行完 Portsnap 更新 Ports Tree 後查看一下系統中的 Ports Tree 是否確實更新
#less /usr/ports/UPDATING