[code]
[code]# cd /usr/ports/net/cvsup-without-gui [/code]如果你没有装PORTS的话,请运行/stand/sysinstall
选configure-->distributions-->ports,然后选OK,系统会自动完成安装
[code]# make install clean [/code]
安装完之后
[code]# cp /usr/share/examples/cvsup/ports-supfile /etc
# cp /usr/share/examples/cvsup/stable-supfile /etc
# chmod 755 /etc/ports-supfile
# chmod 755 /etc/stable-supfile [/code]
注:chmod 数字前加0代表目录,不加0代表文件
# vi /etc/ports-supfile
修改其中的*default host=CHANG_THIS.FreeBSD.org
为*default host=cvsup.freebsdchina.org
# vi /etc/stable-supfile Read the rest of this entry »