Author: LM
Date: 01-02-05 15:12
If you needs limiting ports fetch rate on freebsd 5.3 or later, then downloading wget from ports/ftp/wget/ and using this script:
$cat /usr/local/scripts/wgetscript.sh
#!/bin/sh
/usr/local/bin/wget --limit-rate=10000 $2
and add to you /etc/make.conf next string:
FETCH_CMD="/usr/local/scrpits/wgetscript.sh
|
|