From owner-cvs-all Tue Feb 13 1:49:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1276E37B491; Tue, 13 Feb 2001 01:49:21 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D9nKS58937; Tue, 13 Feb 2001 01:49:20 -0800 (PST) (envelope-from obrien) Message-Id: <200102130949.f1D9nKS58937@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 13 Feb 2001 01:49:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/02/13 01:49:18 PST Modified files: usr.sbin/pkg_install/add main.c pkg_add.1 Log: In light of the dismal transfer times from ftp.FreeBSD.org, add a new `PACKAGEROOT' env var which you would set to a proper mirror of ftp.FreeBSD.org (say "export PACKAGEROOT=ftp://ftp3.FreeBSD.org"), to fetch from an alternate place. This is easier to use than `PACKAGESITE' for true mirrors, and can be used in your dot files across all versions of FreeBSD. Revision Changes Path 1.32 +23 -11 src/usr.sbin/pkg_install/add/main.c 1.42 +15 -1 src/usr.sbin/pkg_install/add/pkg_add.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message