From 2f6a5f54223f5b043af0e118f628cdec04900e79 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 21 Nov 1994 06:45:01 +0000 Subject: [PATCH] Add XFree86 distribution to list of possibles. --- release/instdist.sh | 5 +++-- release/miscfuncs.sh | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/release/instdist.sh b/release/instdist.sh index de0ae0f3a7d8..562629765b84 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 ." \ --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 ." \ "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 704bf05b59d1..a343f0b6f5d3 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() {