Re: [freebsd-questions] limit bandwidth 'make fetch'

2006-05-11 Thread Howard Jones

Pablo Mora wrote:
how i can limit bandwidth when i using 'make fetch' (make install in 
Ports)?
You can change the command-line parameters for fetch in the 
/usr/ports/Mk/ somewhere (grep for FETCH).


Or you could try the 'trickle' port, which allows you to apply bandwidth 
limits to more or less any command line application whether they support 
it or not. You use it like you would use time(1), as a prefix on the 
real command line.



Best Regards,

Howie
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [freebsd-questions] limit bandwidth 'make fetch'

2006-05-11 Thread Pablo Mora Hinojosa

Howard Jones wrote:

Pablo Mora wrote:
how i can limit bandwidth when i using 'make fetch' (make install in 
Ports)?
You can change the command-line parameters for fetch in the 
/usr/ports/Mk/ somewhere (grep for FETCH).


Or you could try the 'trickle' port, which allows you to apply bandwidth 
limits to more or less any command line application whether they support 
it or not. You use it like you would use time(1), as a prefix on the 
real command line.



Best Regards,

Howie



Very thanks!! I will test this
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]