I was being too conservative in my estimation of disk space. Bump

these values up a bit after being yelled at by Poul.
This commit is contained in:
Jordan K. Hubbard 1994-11-08 13:20:15 +00:00
parent e4af1b8d64
commit a300f45e84
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4280

View File

@ -195,9 +195,10 @@ set_tmpdir()
dialog --title "Chose temporary directory" --clear \
--inputbox "Please specify the name of a directory containing enough
free space to hold the temporary files for this distribution.
At minimum, a binary distribution will require around 10MB.
At maximum, a srcdist may take 60MB or more. If the directory
you specify does not exist, it will be created for you.\n\n" \
At minimum, a binary distribution will require around 21MB of
temporary space. At maximum, a srcdist may take 40MB or more.
If the directory you specify does not exist, it will be created
for you.\n\n" \
16 72 "/usr/tmp" 2> ${TMP}/inputbox.tmp.$$
if ! handle_rval $?; then return 1; fi
tmp_dir=`cat ${TMP}/inputbox.tmp.$$`