diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-01 10:59:37 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-01 10:59:37 +0000 |
| commit | 8dc0757983da46868d00ebab24c6292dfc6c0169 (patch) | |
| tree | 97f6afcbad45561d4acfda656323796189a2fba9 /release | |
| parent | 4350346dead54f6a5b018fcd7caed617d811cf96 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/scripts/miscfuncs.sh | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/release/scripts/miscfuncs.sh b/release/scripts/miscfuncs.sh index c1df7513859c..3059dd6f7e06 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.3 1995/01/27 18:21:26 jkh Exp $ +# $Id: miscfuncs.sh,v 1.4 1995/01/29 01:32:32 jkh Exp $ if [ "${_MISCFUNCS_SH_LOADED_}" = "yes" ]; then return 0 @@ -22,7 +22,7 @@ PATH=/usr/bin:/usr/sbin:/bin:/sbin:/stand export PATH # Keep this current with the distribution! -DISTNAME="2.0-950128-SNAP" +DISTNAME="2.0-950201-SNAP" # Express or Custom install? INSTALL_TYPE="" @@ -32,15 +32,15 @@ INSTALL_TYPE="" # the hardwired constants will be replaced with tokens that get sed'd for # the real sizes. # -BINSIZE="28MB" -GAMESIZE="6MB" -MANSIZE="4MB" -INFOSIZE="2MB" -PROFSIZE="2MB" -DICTSIZE="3MB" -SRCSIZE="56MB" -SECRSIZE="1MB" -COMPATSIZE="3MB" +BINSIZE="52MB" +GAMESIZE="12MB" +MANSIZE="8MB" +INFOSIZE="4MB" +PROFSIZE="4MB" +DICTSIZE="6MB" +SRCSIZE="112MB" +SECRSIZE="2MB" +COMPATSIZE="5MB" X11SIZE="50MB" # Paths |
