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:
phk 2002-12-31 15:17:24 +00:00
parent 5241028c0c
commit 1067531f6d

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)