免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3374 | 回复: 4
打印 上一主题 下一主题

[OpenBSD] 如何使用wget代替OpenBSD的默认下载工具呢? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-11-02 16:23 |只看该作者 |倒序浏览
在网上找到freeBSD的一篇说要修改make.conf,但是OpenBSD的/etc下没有这个文件,请高人指点。



以下所述功能均通过修改make.conf实现

对于wget
========
FETCH_CMD= wget
FETCH_BEFORE_ARGS= -c -t 1
FETCH_AFTER_ARGS=
DISABLE_SIZE=yes #这行是必要的,否则...

前面3行也可以换成
FETCH_CMD=wget -c -t 1

如果你要wget穿透代理服务器,请加上下面两行
FETCH_ENV=http_proxy=http://proxy2.zsu.edu.cn:3128
FETCH_ENV=ftp_proxy=http://proxy2.zsu.edu.cn:3128

或者使用其他的穿越代理工具例如proxychains 或者socks5(runsocks)
则FETCH_CMD=proxychains wget或者runsocks wget

什么?不知道wget是什么?那就先
cd /usr/ports/ftp/wget/
make install clean

论坛徽章:
0
2 [报告]
发表于 2006-11-03 10:36 |只看该作者
希望有知道的告知一下,默认的下载很慢。

论坛徽章:
1
寅虎
日期:2013-09-29 23:15:15
3 [报告]
发表于 2006-11-03 11:05 |只看该作者
man ports
man wget

论坛徽章:
0
4 [报告]
发表于 2006-11-03 20:27 |只看该作者
Simply edit the /usr/ports/infrastructure/mk/bsd.port.mk:
find the line:

FETCH_CMD?=          /usr/bin/ftp -V -m

and replace it with:

FETCH_CMD?=          /usr/local/bin/wget -c -t 1

The empty space between the variable name and the parameter is a serial of tabs, not spacebars.
The options specified following the wget command can be read by man wget so you can specify any options whatever fit your needs.
And if you like, you can configure your wget using your proxy server to make it even faster by editing your ~$HOME/.wgetrc and fill it with lines look like:
HTTP_PROXY=http://11.22.33.44:3128/

论坛徽章:
0
5 [报告]
发表于 2006-11-04 11:44 |只看该作者
楼上的,如果我按照这样来做了。默认 pkg_add 的时候是不是也用Wget下载的呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP