diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-27 07:37:55 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-27 07:37:55 +0000 |
| commit | f8577f8e51deee3866abb1a0be4134e60e7497ed (patch) | |
| tree | 598f5d208ac92e0c04d1dba40147f158c4601008 /release/scripts/miscfuncs.sh | |
| parent | 6e645041a9b2d6263de9c27c0f80a63ee3ec102a (diff) | |
Notes
Diffstat (limited to 'release/scripts/miscfuncs.sh')
| -rw-r--r-- | release/scripts/miscfuncs.sh | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/release/scripts/miscfuncs.sh b/release/scripts/miscfuncs.sh index 3667ba89bad05..5d626af5b25a8 100644 --- a/release/scripts/miscfuncs.sh +++ b/release/scripts/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.14 1995/01/12 10:34:37 jkh Exp $ +# $Id: miscfuncs.sh,v 1.1 1995/01/14 07:41:48 jkh Exp $ if [ "${_MISCFUNCS_SH_LOADED_}" = "yes" ]; then return 0 @@ -32,13 +32,14 @@ INSTALL_TYPE="" # the hardwired constants will be replaced with tokens that get sed'd for # the real sizes. # -BINSIZE="40MB" -GAMESIZE="8MB" -MANSIZE="8MB" -PROFSIZE="4MB" -DICTSIZE="2MB" -SRCSIZE="120MB" -SECRSIZE="4MB" +BINSIZE="28MB" +GAMESIZE="6MB" +MANSIZE="4MB" +INFOSIZE="2MB" +PROFSIZE="2MB" +DICTSIZE="3MB" +SRCSIZE="56MB" +SECRSIZE="1MB" COMPATSIZE="3MB" X11SIZE="50MB" |
