From owner-freebsd-questions@FreeBSD.ORG Thu May 11 07:26:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7649916A400 for ; Thu, 11 May 2006 07:26:59 +0000 (UTC) (envelope-from howie@thingy.com) Received: from wotsit2.thingy.com (wotsit.thingy.com [212.21.100.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id B302843D45 for ; Thu, 11 May 2006 07:26:58 +0000 (GMT) (envelope-from howie@thingy.com) Received: (qmail 41816 invoked by uid 0); 11 May 2006 07:26:57 -0000 Received: from unknown (HELO ?10.0.0.16?) (212.46.145.34) by wotsit2.thingy.com with SMTP; 11 May 2006 07:26:57 -0000 Message-ID: <4462E73E.1000306@thingy.com> Date: Thu, 11 May 2006 08:26:54 +0100 From: Howard Jones User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Pablo Mora References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: [freebsd-questions] limit bandwidth 'make fetch' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2006 07:26:59 -0000 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