VDA: Remove misleading '32bit' in description.

This stemmed from older VDA patches which provided a default patch which only
used 'long' for its data types and a '64bit' patch which used 'long long'.
On 32bit systems 'long' is limited to a 2GB quota while on 64bit systems it will
not be. They later renamed the '64bit' patch to be 'bigquota'. They no longer
provide a 'bigquota' patch due to less demand as most systems are 64bit
today and do not have the small 2GB quota limitation with the 'long' type.
The description of '32bit' was not accurate or useful anymore.

Upstream discussion: http://sourceforge.net/p/vda/mailman/message/24713171/
This commit is contained in:
Bryan Drewery 2015-05-25 17:55:45 +00:00
parent cbdb9fc8c3
commit 0a7b797cd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387393
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ LDAP_SASL_DESC= LDAP client-to-server SASL auth
LMDB_DESC= LMDB maps
SPF_DESC= SPF support (via libspf2 1.2.x)
TEST_DESC= SMTP/LMTP test server and generator
VDA_DESC= VDA (Virtual Delivery Agent 32Bit)
VDA_DESC= VDA (Virtual Delivery Agent)
RG1_DESC= Dovecot SASL authentication methods
DOVECOT_DESC= Dovecot 1.x SASL authentication method

View file

@ -69,7 +69,7 @@ LDAP_SASL_DESC= LDAP client-to-server SASL auth
LMDB_DESC= LMDB maps
SPF_DESC= SPF support (via libspf2 1.2.x)
TEST_DESC= SMTP/LMTP test server and generator
VDA_DESC= VDA (Virtual Delivery Agent 32Bit)
VDA_DESC= VDA (Virtual Delivery Agent)
RG1_DESC= Dovecot SASL authentication methods
DOVECOT_DESC= Dovecot 1.x SASL authentication method