diff options
author | Martin Fuchs <mfuchs@pfsense.org> | 2008-09-04 08:35:45 +0000 |
---|---|---|
committer | Martin Fuchs <mfuchs@pfsense.org> | 2008-09-04 08:35:45 +0000 |
commit | e98aca27cd0cb3646cf5f439f9598b639d4a0910 (patch) | |
tree | 6487d954c819eeea6212c9708abf2e39b8434dce /packages/squid | |
parent | 2fc9cf03c1f0d5e844115e917f5f5e849aa7cd9b (diff) | |
download | pfsense-packages-e98aca27cd0cb3646cf5f439f9598b639d4a0910.tar.gz pfsense-packages-e98aca27cd0cb3646cf5f439f9598b639d4a0910.tar.bz2 pfsense-packages-e98aca27cd0cb3646cf5f439f9598b639d4a0910.zip |
for those who need need ufs...
Diffstat (limited to 'packages/squid')
-rw-r--r-- | packages/squid/squid_cache.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/squid/squid_cache.xml b/packages/squid/squid_cache.xml index 6ce9c695..9c96e67d 100644 --- a/packages/squid/squid_cache.xml +++ b/packages/squid/squid_cache.xml @@ -92,10 +92,11 @@ <field> <fielddescr>Hard disk cache system</fielddescr> <fieldname>harddisk_cache_system</fieldname> - <description>This specifies the kind of storage system to use. <p> <b> aufs </b> uses POSIX-threads to avoid blocking the main Squid process on disk-I/O. (Formerly known as async-io.) <p> <b> diskd </b> uses a separate process to avoid blocking the main Squid process on disk-I/O.</description> + <description>This specifies the kind of storage system to use. <p> <b> ufs </b> is the old well-known Squid storage format that has always been there. <p> <b> aufs </b> uses POSIX-threads to avoid blocking the main Squid process on disk-I/O. (Formerly known as async-io.) <p> <b> diskd </b> uses a separate process to avoid blocking the main Squid process on disk-I/O.</description> <type>select</type> <default_value>aufs</default_value> <options> + <option><name>ufs</name><value>ufs</value></option> <option><name>aufs</name><value>aufs</value></option> <option><name>diskd</name><value>diskd</value></option> </options> |