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:
parent
5241028c0c
commit
1067531f6d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user