From owner-freebsd-questions@FreeBSD.ORG Sun Jan 18 04:40:20 2004 Return-Path: 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 C10AF16A4CE for ; Sun, 18 Jan 2004 04:40:20 -0800 (PST) Received: from mail023.syd.optusnet.com.au (mail023.syd.optusnet.com.au [211.29.132.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A165943D2D for ; Sun, 18 Jan 2004 04:40:18 -0800 (PST) (envelope-from freebsd-questions@kenka.org) Received: from gateway (c211-30-82-80.belrs2.nsw.optusnet.com.au [211.30.82.80])i0ICeGk14509 for ; Sun, 18 Jan 2004 23:40:17 +1100 Message-ID: <000701c3ddc0$388363a0$6501a8c0@nsw.optushome.com.au> From: "Jon" To: Date: Sun, 18 Jan 2004 23:40:14 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: saving downloaded packages with pkg_add -r X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2004 12:40:20 -0000 Hi, When I do, say... pkg_add -r foo ... is foo-version.tar.gz stored anywhere? With ports, the source tarballs are saved in /usr/ports/distfiles. But I can't find the downloaded packages anywhere. Can't find mention of this either. Reason I ask is that I'm going to reinstall after using FBSD for the first time, and I don't want to re-download all those packages again as I have a quota. And I also don't want to have to manually download and save each package & it's deps. Thanks!