From: Amos Jeffries Date: Fri, 8 Feb 2013 11:30:24 +0000 (+1300) Subject: Polish debugs on more obsolete options X-Git-Tag: SQUID_3_4_0_1~304 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b31a711b4c804cfde2bde97a14cd187e6cb0308;p=thirdparty%2Fsquid.git Polish debugs on more obsolete options --- diff --git a/src/SwapDir.cc b/src/SwapDir.cc index 384125dc51..6a89039d99 100644 --- a/src/SwapDir.cc +++ b/src/SwapDir.cc @@ -290,6 +290,10 @@ SwapDir::optionReadOnlyParse(char const *option, const char *value, int isaRecon if (strcmp(option, "no-store") != 0 && strcmp(option, "read-only") != 0) return false; + if (strcmp(option, "read-only") == 0) { + debugs(3, DBG_PARSE_NOTE(3), "UPGRADE WARNING: Replace cache_dir option 'read-only' with 'no-store'."); + } + bool read_only = 0; if (value) diff --git a/src/cf.data.pre b/src/cf.data.pre index 14739ffc0d..0d53a8f595 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -198,6 +198,18 @@ DOC_START Since squid-3.0 use the 'disable-pmtu-discovery' flag on http_port instead. DOC_END +NAME: wais_relay_host +TYPE: obsolete +DOC_START + Replace this line with 'cache_peer' configuration. +DOC_END + +NAME: wais_relay_port +TYPE: obsolete +DOC_START + Replace this line with 'cache_peer' configuration. +DOC_END + COMMENT_START OPTIONS FOR AUTHENTICATION -----------------------------------------------------------------------------