summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-21 06:45:01 +0000
committerjkh <jkh@FreeBSD.org>1994-11-21 06:45:01 +0000
commita13e3f4f9e1b51e9db4e2f16c1651c7af51aa43a (patch)
tree602c690ca315476acaa176c1e54267405b818ac0 /release
parent894a717f36f91a64d5cdcc2769377eae8bfbb85d (diff)
downloadFreeBSD-src-a13e3f4f9e1b51e9db4e2f16c1651c7af51aa43a.zip
FreeBSD-src-a13e3f4f9e1b51e9db4e2f16c1651c7af51aa43a.tar.gz
Add XFree86 distribution to list of possibles.
Diffstat (limited to 'release')
-rw-r--r--release/instdist.sh5
-rw-r--r--release/miscfuncs.sh3
2 files changed, 5 insertions, 3 deletions
diff --git a/release/instdist.sh b/release/instdist.sh
index de0ae0f..5626297 100644
--- a/release/instdist.sh
+++ b/release/instdist.sh
@@ -10,7 +10,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: instdist.sh,v 1.21 1994/11/21 06:15:30 jkh Exp $
+# $Id: instdist.sh,v 1.22 1994/11/21 06:18:30 jkh Exp $
if [ "$_INSTINST_SH_LOADED_" = "yes" ]; then
return 0
@@ -277,7 +277,7 @@ given the chance to load one or all of them. Mandatory distributions\n\
MUST be loaded! Please also note that the secrdist is NOT FOR EXPORT\n\
from the U.S. Please don't endanger U.S. ftp sites by getting it\n\
illegally, thanks! When finished, select <Cancel>." \
--1 -1 10 \
+-1 -1 11 \
"?diskfree" "How much disk space do I have free?" \
"bindist" "Binary base files (mandatory - $BINSIZE)" \
"games" "Games and other frivolities (optional - $GAMESIZE)" \
@@ -288,6 +288,7 @@ illegally, thanks! When finished, select <Cancel>." \
"secrdist" "DES encryption code (and sources) (optional - $SECRSIZE)" \
"compat1xdist" "FreeBSD 1.x binary compatability (optional - $COMPATSIZE)" \
"packages" "Optional binary software distributions (user choice)" \
+ "XFree86-3.1" "The XFree86 3.1 (X11R6) distribution (optional - $X11SIZE)" \
2> ${TMP}/menu.tmp.$$
retval=$?
media_distribution=`cat ${TMP}/menu.tmp.$$`
diff --git a/release/miscfuncs.sh b/release/miscfuncs.sh
index 704bf05..a343f0b 100644
--- a/release/miscfuncs.sh
+++ b/release/miscfuncs.sh
@@ -10,7 +10,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: miscfuncs.sh,v 1.6 1994/11/20 14:49:48 jkh Exp $
+# $Id: miscfuncs.sh,v 1.7 1994/11/21 04:35:24 jkh Exp $
if [ "$_MISCFUNCS_SH_LOADED_" = "yes" ]; then
return 0
@@ -37,6 +37,7 @@ DICTSIZE="2MB"
SRCSIZE="120MB"
SECRSIZE="4MB"
COMPATSIZE="3MB"
+X11SIZE="50MB"
interrupt()
{
OpenPOWER on IntegriCloud