Reduce size of individual bits of the dists to 240640 bytes again

so snapshots can be installed.

I have no idea what breaks, but at least the passive FTP install
goes haywire.
This commit is contained in:
Poul-Henning Kamp 2002-12-31 15:17:24 +00:00
parent 7895313547
commit b364d93eda
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108505

View File

@ -217,7 +217,7 @@ MFSLABEL= auto
MFSSIZE= 8192
.endif
ZIPNSPLIT= gzip --no-name -9 -c | split -b 1423k -
ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
# Things that need to be recompiled with Kerberos support.
.if exists(${.CURDIR}/../kerberosIV) && exists(${.CURDIR}/../crypto) && !defined(NOKERBEROS)