From: Amos Jeffries Date: Sat, 9 Feb 2013 06:56:06 +0000 (-0700) Subject: Polish debugs on more obsolete options X-Git-Tag: SQUID_3_3_1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd717165f831cbb8a8d55eb1864cb6e641d1991;p=thirdparty%2Fsquid.git Polish debugs on more obsolete options --- diff --git a/src/SwapDir.cc b/src/SwapDir.cc index 94e7de2d23..9851bbe836 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'."); + } + int read_only = 0; if (value) diff --git a/src/cf.data.pre b/src/cf.data.pre index 5b456a0bb4..c7ec12e84e 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -190,6 +190,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 -----------------------------------------------------------------------------