From owner-freebsd-questions@FreeBSD.ORG Thu May 11 07:32:15 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 9653016A402 for ; Thu, 11 May 2006 07:32:15 +0000 (UTC) (envelope-from bidjan@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB98B43D58 for ; Thu, 11 May 2006 07:32:14 +0000 (GMT) (envelope-from bidjan@gmail.com) Received: by wr-out-0506.google.com with SMTP id i30so73817wra for ; Thu, 11 May 2006 00:32:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=FRiQTHvzE+7mig/dPZB18o0aKKigIJIhhV2Mme4OHVV+K0WJsF1Mmj02E3fiLw+CkbB4v6V+UIyaVWL9iO8wTKFzTzcQA+maxT5KMYG0MmCcx/xOHuopnP3tkZifgCEUmyncJW04G6KOmd4b4F3YuGar6N60LZ3OnrfloX+ZatQ= Received: by 10.54.93.4 with SMTP id q4mr588371wrb; Thu, 11 May 2006 00:32:14 -0700 (PDT) Received: from ?192.168.0.23? ( [201.246.178.103]) by mx.gmail.com with ESMTP id 6sm4502010wrl.2006.05.11.00.32.13; Thu, 11 May 2006 00:32:14 -0700 (PDT) Message-ID: <4462E872.3080904@gmail.com> Date: Thu, 11 May 2006 03:32:02 -0400 From: Pablo Mora Hinojosa User-Agent: Thunderbird 1.5.0.2 (X11/20060511) MIME-Version: 1.0 To: Howard Jones References: <4462E73E.1000306@thingy.com> In-Reply-To: <4462E73E.1000306@thingy.com> 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:32:15 -0000 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