summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-01 10:59:37 +0000
committerjkh <jkh@FreeBSD.org>1995-02-01 10:59:37 +0000
commit685c12b3f38318ddd36621149420009355daeacc (patch)
tree97f6afcbad45561d4acfda656323796189a2fba9 /release
parentd9f62e5aa35805cc3de9b6ab8e88f184944f65b7 (diff)
downloadFreeBSD-src-685c12b3f38318ddd36621149420009355daeacc.zip
FreeBSD-src-685c12b3f38318ddd36621149420009355daeacc.tar.gz
Bump the date on the snapshot. The previous one never happened.. :-)
Diffstat (limited to 'release')
-rw-r--r--release/scripts/miscfuncs.sh22
1 files changed, 11 insertions, 11 deletions
diff --git a/release/scripts/miscfuncs.sh b/release/scripts/miscfuncs.sh
index c1df751..3059dd6 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
OpenPOWER on IntegriCloud