summaryrefslogtreecommitdiffstats
path: root/release/bininst
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-08 13:20:15 +0000
committerjkh <jkh@FreeBSD.org>1994-11-08 13:20:15 +0000
commit93ea779d8324aa9d4fdba087635526d7e35232f5 (patch)
treedc6b2377556d10c200222bc57e390394c237abcf /release/bininst
parent32ccf7879e28e3b274adb88efab69653673e2c83 (diff)
downloadFreeBSD-src-93ea779d8324aa9d4fdba087635526d7e35232f5.zip
FreeBSD-src-93ea779d8324aa9d4fdba087635526d7e35232f5.tar.gz
I was being too conservative in my estimation of disk space. Bump
these values up a bit after being yelled at by Poul.
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 de46b01..b519185 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.$$`
OpenPOWER on IntegriCloud