mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 08:33:20 +00:00
Bump the date on the snapshot. The previous one never happened.. :-)
This commit is contained in:
parent
4350346dea
commit
8dc0757983
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6091
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user