From owner-freebsd-questions@FreeBSD.ORG Fri Jun 25 02:02:09 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 597B0106564A for ; Fri, 25 Jun 2010 02:02:09 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 04A3E8FC1C for ; Fri, 25 Jun 2010 02:02:08 +0000 (UTC) Received: by vws13 with SMTP id 13so3337171vws.13 for ; Thu, 24 Jun 2010 19:02:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=IofdEDvAAy37g5Qcx7xlapP/863RkuZn0cB22mOHvMs=; b=Zlr2LWifguqzHQeYQyVL6ffrGdHYo2Y2wNQ9NyoyCso5zUOawvDf5oftRsHa90TbiT 3H04r9rGTpzBNNwfejF3p6BmnOZcHR+0jOZnAScI3IYYTtk2FDb6FPm7HGW3Iqa6Dr2j zuD3wuy/QfqxCxnC1vrGjnZLH3ILMTnn4gdPE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=JFYH6Z02lzFUT21xRP/+fnTVGhYuA/4+0DuEW9ib3MaRiF7ZBR1KU/xMELUYhGassg TemKjdloeug0a2+vQFnAM+pMvAPJpK2HRde0ugxstD3ZvTxJeNBW6+AXw3EDhjn5QvX4 Gavc80ECoJAHGXloVuvQUDLSFPV/YYwjGpi1c= Received: by 10.220.48.80 with SMTP id q16mr5401795vcf.231.1277431328006; Thu, 24 Jun 2010 19:02:08 -0700 (PDT) Received: from schism.local (c-71-230-240-241.hsd1.pa.comcast.net [71.230.240.241]) by mx.google.com with ESMTPS id s20sm19625469vcr.4.2010.06.24.19.02.05 (version=SSLv3 cipher=RC4-MD5); Thu, 24 Jun 2010 19:02:06 -0700 (PDT) Message-ID: <4C240E1C.9060706@gmail.com> Date: Thu, 24 Jun 2010 22:02:04 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: Fbsd1 References: <4C23FD6E.10702@a1poweruser.com> <28988141.post@talk.nabble.com> <4C2404FA.5050202@gmail.com> <4C240B38.6060508@a1poweruser.com> In-Reply-To: <4C240B38.6060508@a1poweruser.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: zaxis , freebsd-questions@freebsd.org Subject: Re: pkg_add 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: Fri, 25 Jun 2010 02:02:09 -0000 On 6/24/10 9:49 PM, Fbsd1 wrote: > Glen Barber wrote: >> >> Using the above FTP URL, PKG_PATH will look for >> >> ftp://ftp.cn.freebsd.org/pub/FreeBSD/ports/i386/packages-8.0-release/Latest/ >> >> >> Regards, >> > No I am not looking for the remote path to fetch the package > distribution file from. When doing pkg_add -Kr pkgname > will save the downloaded distribution pkg file. > My question is where is this file saved at on my host by default. > /usr/packages maybe???? > /usr/ports/packages, assuming it exists. If not, it will save to the port directory. Regards, -- Glen Barber