]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
More reordering to have options in their proper groups
authorhno <>
Thu, 6 Sep 2007 03:23:06 +0000 (03:23 +0000)
committerhno <>
Thu, 6 Sep 2007 03:23:06 +0000 (03:23 +0000)
src/cf.data.pre

index a7eb3f2c573d92179e341c3222978bf5808d9b08..f606059ea431d4bbc9fd2a854344e8fb761acd6e 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.465 2007/09/04 17:39:57 hno Exp $
+# $Id: cf.data.pre,v 1.466 2007/09/05 21:23:06 hno Exp $
 #
 # SQUID Web Proxy Cache                http://www.squid-cache.org/
 # ----------------------------------------------------------
@@ -528,6 +528,11 @@ DOC_START
        environment with relatively static address assignments.
 DOC_END
 
+COMMENT_START
+ ACCESS CONTROLS
+ -----------------------------------------------------------------------------
+COMMENT_END
+
 NAME: external_acl_type
 TYPE: externalAclHelper
 LOC: Config.externalAclHelperList
@@ -618,11 +623,6 @@ DOC_START
        The query channel tag is a number between 0 and concurrency-1.
 DOC_END
 
-COMMENT_START
- ACCESS CONTROLS
- -----------------------------------------------------------------------------
-COMMENT_END
-
 NAME: acl
 TYPE: acl
 LOC: Config.aclList
@@ -4030,6 +4030,21 @@ DOC_START
        have the same value since they both use port 3130.
 DOC_END
 
+NAME: icp_hit_stale
+COMMENT: on|off
+TYPE: onoff
+DEFAULT: off
+LOC: Config.onoff.icp_hit_stale
+DOC_START
+       If you want to return ICP_HIT for stale cache objects, set this
+       option to 'on'.  If you have sibling relationships with caches
+       in other administrative domains, this should be 'off'.  If you only
+       have sibling relationships with caches under your control,
+       it is probably okay to set this to 'on'.
+       If set to 'on', your siblings should use the option "allow-miss"
+       on their cache_peer lines for connecting to you.
+DOC_END
+
 NAME: minimum_direct_hops
 TYPE: int
 DEFAULT: 4
@@ -4160,21 +4175,6 @@ DOC_START
        have background-ping set.
 DOC_END
 
-NAME: icp_hit_stale
-COMMENT: on|off
-TYPE: onoff
-DEFAULT: off
-LOC: Config.onoff.icp_hit_stale
-DOC_START
-       If you want to return ICP_HIT for stale cache objects, set this
-       option to 'on'.  If you have sibling relationships with caches
-       in other administrative domains, this should be 'off'.  If you only
-       have sibling relationships with caches under your control,
-       it is probably okay to set this to 'on'.
-       If set to 'on', your siblings should use the option "allow-miss"
-       on their cache_peer lines for connecting to you.
-DOC_END
-
 COMMENT_START
  MULTICAST ICP OPTIONS
  -----------------------------------------------------------------------------