aboutsummaryrefslogtreecommitdiff
path: root/release/bininst
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-08 13:20:15 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-08 13:20:15 +0000
commita300f45e84106d2cc71011f230d58bee1d9a17a0 (patch)
treedc6b2377556d10c200222bc57e390394c237abcf /release/bininst
parente4af1b8d6406be71b453bc61d63e5ae7a2d75bf8 (diff)
downloadsrc-a300f45e84106d2cc71011f230d58bee1d9a17a0.tar.gz
src-a300f45e84106d2cc71011f230d58bee1d9a17a0.zip
I was being too conservative in my estimation of disk space. Bump
these values up a bit after being yelled at by Poul.
Notes
Notes: svn path=/head/; revision=4280
Diffstat (limited to 'release/bininst')
-rwxr-xr-xrelease/bininst7
1 files changed, 4 insertions, 3 deletions
diff --git a/release/bininst b/release/bininst
index de46b01a49ee..b519185e285a 100755
--- a/release/bininst
+++ b/release/bininst
@@ -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.$$`