Date: Mon, 01 Apr 2002 15:52:50 -0800 From: Jordan Hubbard <jkh@winston.freebsd.org> To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c installUpgrade.c media.c package.c Message-ID: <23057.1017705170@winston.freebsd.org> In-Reply-To: Message from "David E. O'Brien" <obrien@FreeBSD.org> of "Mon, 01 Apr 2002 13:35:38 PST." <200204012135.g31LZcS56467@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I'll bet you find out the hard way that such is not the case. More specifically, you'll find that /var/tmp exists but is chosen at too small a size to make all the packages extract properly. Try your fix with some really large packages and you'll find this out. /usr/tmp was chosen specifically as a temporary storage location that's far more likely to have enough free space to do what we need to do for packages even as large as xemacs or XFree86. - Jordan > obrien 2002/04/01 13:35:37 PST > > Modified files: > usr.sbin/sysinstall install.c installUpgrade.c media.c > package.c > Log: > Our persistent-state, large temporary file dir is /VAR/tmp, not /USR/tmp. > > Revision Changes Path > 1.320 +1 -1 src/usr.sbin/sysinstall/install.c > 1.80 +2 -2 src/usr.sbin/sysinstall/installUpgrade.c > 1.118 +1 -1 src/usr.sbin/sysinstall/media.c > 1.98 +1 -1 src/usr.sbin/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?23057.1017705170>