Páginas

domingo, 6 de março de 2011

FreeBSD: Sistemas de Ports com wget

Em /etc/make.conf adicione as seguintes opções:

FETCH_CMD=wget
FETCH_BEFORE_ARGS=-nc --progress=bar --read-timeout=60
DISABLE_SIZE=yes

-nc --> replace any files that previously downloaded, rather then clobber it
--progress=bar --> use bar to indicate download process
--read-timeout=60 --> should the internet line break in the halfway of downloading, retry for 60 seconds only. The default is 900 seconds.

Nenhum comentário:

Postar um comentário