]> git.pld-linux.org Git - packages/squid.git/blob - squid-2.5.STABLE5-spelling.patch
- renumbered patches
[packages/squid.git] / squid-2.5.STABLE5-spelling.patch
1 Index: squid/configure.in
2 diff -c squid/configure.in:1.251.2.53 squid/configure.in:1.251.2.54
3 *** squid/configure.in:1.251.2.53       Sat Mar  6 08:14:05 2004
4 --- squid/configure.in  Mon Apr  5 11:19:46 2004
5 ***************
6 *** 65,71 ****
7         CACHE_ICP_PORT="3130"
8   fi
9   
10 ! dnl Subsitutions
11   AC_DEFINE_UNQUOTED(CACHE_HTTP_PORT, $CACHE_HTTP_PORT)
12   AC_DEFINE_UNQUOTED(CACHE_ICP_PORT, $CACHE_ICP_PORT)
13   
14 --- 65,71 ----
15         CACHE_ICP_PORT="3130"
16   fi
17   
18 ! dnl Substitutions
19   AC_DEFINE_UNQUOTED(CACHE_HTTP_PORT, $CACHE_HTTP_PORT)
20   AC_DEFINE_UNQUOTED(CACHE_ICP_PORT, $CACHE_ICP_PORT)
21   
22 ***************
23 *** 371,380 ****
24   AC_SUBST(STORE_MODULES)
25   AC_SUBST(STORE_MODULE_SUBDIRS)
26   
27 ! dnl --enable-heap-replacement compability option
28   AC_ARG_ENABLE(heap-replacement,
29   [  --enable-heap-replacement
30 !                           Backwards compability option. Please use the
31                           new --enable-removal-policies directive instead.],
32   [ if test "$enableval" = "yes" ; then
33       echo "--enable-heap-replacement is obsolete. please use the new"
34 --- 371,380 ----
35   AC_SUBST(STORE_MODULES)
36   AC_SUBST(STORE_MODULE_SUBDIRS)
37   
38 ! dnl --enable-heap-replacement compatibility option
39   AC_ARG_ENABLE(heap-replacement,
40   [  --enable-heap-replacement
41 !                           Backwards compatibility option. Please use the
42                           new --enable-removal-policies directive instead.],
43   [ if test "$enableval" = "yes" ; then
44       echo "--enable-heap-replacement is obsolete. please use the new"
45 ***************
46 *** 870,876 ****
47   BASIC_AUTH_HELPERS=""
48   AC_ARG_ENABLE(auth-modules,
49   [  --enable-auth-modules=\"list of helpers\"
50 !                           Backwards compability alias for
51                             --enable-basic-auth-helpers],
52   [ echo "--enable-auth-modules is obsolete. Please use the new"
53     echo "option --enable-basic-auth-helpers"
54 --- 870,876 ----
55   BASIC_AUTH_HELPERS=""
56   AC_ARG_ENABLE(auth-modules,
57   [  --enable-auth-modules=\"list of helpers\"
58 !                           Backwards compatibility alias for
59                             --enable-basic-auth-helpers],
60   [ echo "--enable-auth-modules is obsolete. Please use the new"
61     echo "option --enable-basic-auth-helpers"
62 Index: squid/src/cf.data.pre
63 diff -c squid/src/cf.data.pre:1.245.2.62 squid/src/cf.data.pre:1.245.2.63
64 *** squid/src/cf.data.pre:1.245.2.62    Sat Apr  3 06:51:17 2004
65 --- squid/src/cf.data.pre       Mon Apr  5 11:24:59 2004
66 ***************
67 *** 2548,2555 ****
68   DOC_START
69         If you are running Squid as an accelerator and have a single backend
70         server then set this to on. This causes Squid to forward the request
71 !       to this server irregardles of what any redirectors or Host headers
72 !       says.
73   
74         Leave this at off if you have multiple backend servers, and use a
75         redirector (or host table or private DNS) to map the requests to the
76 --- 2548,2555 ----
77   DOC_START
78         If you are running Squid as an accelerator and have a single backend
79         server then set this to on. This causes Squid to forward the request
80 !       to this server, regardles of what any redirectors or Host headers
81 !       say.
82   
83         Leave this at off if you have multiple backend servers, and use a
84         redirector (or host table or private DNS) to map the requests to the
This page took 0.049456 seconds and 3 git commands to generate.