diff options
author | Mika Havela <mika.havela@gmail.com> | 2011-11-08 14:40:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-09 07:14:46 +0000 |
commit | cc7d0877ab9515aae176d442b2d03703ab54b4a9 (patch) | |
tree | 3109fdc25e4181a0a319ea0b3d0a5fc084bfc9dc /main/squid/squid.confd | |
parent | 3b9d1b7ca53adbc49f99d270cd94de65fbafda70 (diff) | |
download | aports-cc7d0877ab9515aae176d442b2d03703ab54b4a9.tar.bz2 aports-cc7d0877ab9515aae176d442b2d03703ab54b4a9.tar.xz |
squid: Removing deprecated -D option
Diffstat (limited to 'main/squid/squid.confd')
-rw-r--r-- | main/squid/squid.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/squid/squid.confd b/main/squid/squid.confd index 14a9ee84bd..e523123d53 100644 --- a/main/squid/squid.confd +++ b/main/squid/squid.confd @@ -4,7 +4,7 @@ # Config file for /etc/init.d/squid -SQUID_OPTS="-DYC" +SQUID_OPTS="-YC" # Max. number of filedescriptors to use. You can increase this on a busy # cache to a maximum of (currently) 8192 filedescriptors. Default is 1024. |