From owner-cvs-all Wed Jan 3 9:22:37 2001 From owner-cvs-all@FreeBSD.ORG Wed Jan 3 09:22:33 2001 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id EAA9A37B400; Wed, 3 Jan 2001 09:22:32 -0800 (PST) Received: from dragon.nuxi.com (Ipitythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id JAA89031; Wed, 3 Jan 2001 09:22:32 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id f03HMV661217; Wed, 3 Jan 2001 09:22:31 -0800 (PST) (envelope-from obrien) Date: Wed, 3 Jan 2001 09:22:29 -0800 From: "David O'Brien" To: Neil Blakey-Milner , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Tools/scripts/mkptools mkpbuild mkpinstall Message-ID: <20010103092229.A61192@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200101031116.f03BGlq39072@freefall.freebsd.org> <20010103141000.B54743@ringworld.oblivion.bg> <20010103142157.D54743@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010103142157.D54743@ringworld.oblivion.bg>; from roam@orbitel.bg on Wed, Jan 03, 2001 at 02:21:57PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: obrien@NUXI.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jan 03, 2001 at 02:21:57PM +0200, Peter Pentchev wrote: > +$tmpbase = testdir($ENV{'TMPDIR'}, $ENV{'TMP'}, > + '/usr/tmp', '/tmp', '/var/tmp'); Why do you even have /usr/tmp in there as it isn't an offical directory on FreeBSD. It is only created by pkg_add if /var/tmp (or /tmp) doesn't have enough room. If it is going to be in the list, it should be *last*. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message