|
发表于 2006-3-13 19:02:03
|
显示全部楼层
abs中- update() {
- cd $ABSROOT
- for sup in "${SUPFILES[@]}"; do
- if [ "$sup" = "${sup#!}" ]; then
- cvsup -L 1 -r 0 -g -b $ABSROOT -P $CONNMODE -c .sup /etc/abs/supfile.$sup
- fi
- done
- }
复制代码
在cvsup中设置代理即可.
[arch@localhost ~]$ man cvsup |grep proxy
proxy server. Simply run cvsup under the runsocks command,
cannot be used through a SOCKS proxy server.
used through a SOCKS proxy server.
CVSup can be used through a SOCKS proxy server with the standard runsocks
好像用一个runsocks可以搞定~~ |
|