Split files into 1.44MB chunks rather than a tiny, high-ftp overhead size.

Approved by:	rwatson
This commit is contained in:
David E. O'Brien 2002-12-17 20:19:37 +00:00
parent 1e2d480ce8
commit 222d79cde9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107991

View File

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