]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add source-maintenance.sh to perform automated Maintenance Updates
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 26 May 2010 04:00:23 +0000 (16:00 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 26 May 2010 04:00:23 +0000 (16:00 +1200)
* merge scripts/srcformat.sh automated formatting
* merge scripts/mk-debugs.sh previously manual debug section indexing

Also, cleanup some source files debug section information ready for
regular automated enforcement.

56 files changed:
doc/debug-sections.txt
doc/mk-debugs.sh [deleted file]
lib/hash.c
scripts/source-maintenance.sh [moved from scripts/srcformat.sh with 78% similarity, mode: 0644]
src/CommRead.h
src/ConfigOption.cc
src/ConnectionDetail.h
src/Debug.h
src/DelayConfig.h
src/DescriptorSet.cc
src/EventLoop.cc
src/Parsing.cc
src/Parsing.h
src/adaptation/Initiate.cc
src/adaptation/Initiator.cc
src/adaptation/Iterator.cc
src/adaptation/Message.cc
src/adaptation/Service.cc
src/adaptation/ServiceConfig.cc
src/adaptation/ecap/Config.cc
src/adaptation/ecap/Config.h
src/adaptation/ecap/Host.cc
src/adaptation/ecap/Host.h
src/adaptation/ecap/MessageRep.cc
src/adaptation/ecap/MessageRep.h
src/adaptation/ecap/ServiceRep.cc
src/adaptation/ecap/ServiceRep.h
src/adaptation/ecap/XactionRep.cc
src/adaptation/ecap/XactionRep.h
src/adaptation/icap/Launcher.cc
src/base/AsyncJob.cc
src/cache_cf.cc
src/client_db.cc
src/comm.cc
src/comm_epoll.cc
src/comm_kqueue.cc
src/comm_poll.cc
src/comm_select.cc
src/comm_select_win32.cc
src/debug.cc
src/disk.cc
src/dnsserver.cc
src/errorpage.cc
src/errorpage.h
src/filemap.cc
src/ftp.cc
src/icmp/IcmpConfig.h
src/ip/IpAddress.cc
src/main.cc
src/multicast.cc
src/recv-announce.cc
src/tests/stub_cache_cf.cc
src/ufsdump.cc
src/unlinkd.cc
src/unlinkd_daemon.cc
src/wordlist.cc

index 09de809458f18d2d72c0a2b6c288df0a4405bff0..4540d063706a6446c000b6c427a979d0c1d0cd64 100644 (file)
@@ -1,37 +1,38 @@
-
  * DEBUG:
 none
 none          Common Removal Policy
 none          ETag parsing support
 none          FDE
-none          Generate squid.conf.default and cf_parser.h
+none          Generate squid.conf.default and cf_parser.cci
 none          Linked list functions (deprecated)
 none          LRU Removal Policy
 none          Memory Allocation
 none          Refcount allocator
-section 0     Announcement Server
-section 0     Client Database
-section 0     Debug Routines
-section 0     DNS Resolver
-section 0     Hash Tables
-section 0     UFS Store Dump
-section --    External DISKD process implementation.
-section 1     Main Loop
-section 1     Startup and Main Loop
-section 2     Unlink Daemon
-section 3     Configuration File Parsing
-section 4     Error Generation
-section 5     Comms
-section 5     Socket Functions
-section 6     Disk I/O Routines
-section 7     Multicast
-section 8     Swap File Bitmap
-section 9     File Transfer Protocol (FTP)
+section 00    Announcement Server
+section 00    Client Database
+section 00    Debug Routines
+section 00    DNS Resolver Daemon
+section 00    Hash Tables
+section 00    UFS Store Dump Tool
+section 01    Main Loop
+section 01    Startup and Main Loop
+section 02    Unlink Daemon
+section 03    Configuration File Parsing
+section 03    Configuration Settings
+section 04    Error Generation
+section 05    Comm
+section 05    Listener Socket Handler
+section 05    Socket Functions
+section 06    Disk I/O Routines
+section 07    Multicast
+section 08    Swap File Bitmap
+section 09    File Transfer Protocol (FTP)
 section 10    Gopher
 section 11    Hypertext Transfer Protocol (HTTP)
-section 12    Internet Cache Protocol
+section 12    Internet Cache Protocol (ICP)
 section 13    High Level Memory Pool Management
 section 14    IP Cache
+section 14    IP Storage and Handling
 section 15    Neighbor Routines
 section 16    Cache Manager Objects
 section 17    Request Forwarding
@@ -53,7 +54,8 @@ section 21    Time Functions
 section 22    Refresh Calculation
 section 23    URL Parsing
 section 23    URL Scheme parsing
-section 25    MIME Parsing
+section 25    MiME Header Parsing
+section 25    MIME Parsing and Internal Icons
 section 26    Secure Sockets Layer Proxy
 section 27    Cache Announcer
 section 28    Access Control
@@ -69,6 +71,8 @@ section 35    FQDN Cache
 section 37    ICMP Routines
 section 38    Network Measurement Database
 section 39    Cache Array Routing Protocol
+section 39    Peer source hash based selection
+section 39    Peer user hash based selection
 section 40    Referer Logging
 section 40    User-Agent Logging
 section 41    Event Processing
@@ -113,6 +117,7 @@ section 74    HTTP Message
 section 75    WHOIS protocol
 section 76    Internal Squid Object handling
 section 77    Delay Pools
+section 78    DNS lookups
 section 78    DNS lookups; interacts with lib/rfc1035.c
 section 79    Disk IO Routines
 section 79    Squid-side DISKD I/O functions.
@@ -130,8 +135,14 @@ section 85    Client-side Request Routines
 section 86    ESI processing
 section 87    Client-side Stream routines.
 section 88    Client-side Reply Routines
-section 89    NAT / IP Interception 
+section 89    EUI-48 Lookup
+section 89    EUI-64 Handling
+section 89    NAT / IP Interception
 section 90    HTTP Cache Control Header
 section 90    Storage Manager Client-Side Interface
 section 92    Storage File System
+section 93    Adaptation
+section 93    eCAP Interface
 section 93    ICAP (RFC 3507) Client
+section --    External DISKD process implementation.
+section --    Unlink Daemon
diff --git a/doc/mk-debugs.sh b/doc/mk-debugs.sh
deleted file mode 100755 (executable)
index 2a6d293..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-cat ../{src,lib,include}/*{.,/*.,/*/*.,/*/*/*.}{c,cc,h} 2>/dev/null \
-       | grep " DEBUG:" \
-       | sed -e 's/ \* DEBUG: //' \
-       | sort -u \
-       | sort -n
index 0db0e8476cdde357daefaed58a51f3b0088b5b3b..a02bff65e696434e550652b9752de0b59779181e 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: section 0     Hash Tables
+ * DEBUG: section 00    Hash Tables
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
old mode 100755 (executable)
new mode 100644 (file)
similarity index 78%
rename from scripts/srcformat.sh
rename to scripts/source-maintenance.sh
index 7777599..3c720b9
@@ -1,5 +1,10 @@
 #!/bin/sh
 #
+# This script contains the code run to perform automatic source maintenance
+#
+
+## Source Code Format Enforcement
+#
 # A checker to recursively reformat all source files: .h .c .cc .cci
 # using a custom astyle formatter and to use MD5 to validate that
 # the formatter has not altered the code syntax.
@@ -55,3 +60,12 @@ for FILENAME in `ls -1`; do
     fi
 
 done
+
+#
+#  DEBUG Section listing maintenance
+#
+cat ${ROOT}/{compat,src,lib,include}/*{.,/*.,/*/*.,/*/*/*.}{c,cc,h} 2>/dev/null \
+       | grep " DEBUG:" \
+       | sed -e 's/ \* DEBUG: //' \
+       | sort -u \
+       | sort -n >${ROOT}/doc/debug-sections.txt
index 49252748aa46b0d172cfd027da643b4ddca30e59..0d36677538b2c725093aac369821425828a47f70 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section 5     Comms
+ * DEBUG: section 05    Comm
  * AUTHOR: Robert Collins <robertc@squid-cache.org>
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 00cb31d264287bc63d1557804dcb0da6918b7a98..6cd1deece7151097bab5b70e0fca676e68673660 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Configuration File Parsing
+ * DEBUG: section 03    Configuration File Parsing
  * AUTHOR: Robert Collins
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 5a69bcd78eaee3ec994b2a01877953ac865ab1c4..519a5a159afa176c9aef23505ba35a189f3e1e0b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section     Socket Functions
+ * DEBUG: section 05    Socket Functions
  * AUTHOR: Robert Collins
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 7c38259156010502c645ccd65cc4185afd04b62d..8120c341d685b27f7268a084f4f3e8afdecd35b5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section 0     Debug Routines
+ * DEBUG: section 00    Debug Routines
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index eedcccf375612004f5e11fa2835ee75a15dcbe83..6f0199c1d6e36850b61e10974fc0debb8e7addfe 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Configuration Settings
+ * DEBUG: section 03    Configuration Settings
  * AUTHOR: Robert Collins
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 0243ed72c2b1b562397fe98c24681f999765772f..ed3ec30fbd18b16c5016165435e551895170698d 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Comm
+ * DEBUG: section 05    Comm
  */
 
 #include "DescriptorSet.h"
index d1861f56f414fdc77c0b458806a1a15140e25d4c..cae15a65df9e72c739cc6fddd6ed8721fd883a96 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Main Loop
+ * DEBUG: section 01    Main Loop
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 57656174a7a78cc8217b8b29148a0fa0841034de..595bab9dcbffc84973ec9a299e07cba08fe33f0f 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Configuration File Parsing
+ * DEBUG: section 03    Configuration File Parsing
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index b18dc5e4361845eed985b4e1b60b0d3d630525cb..69882a54a5addd4da99f1dca1f0a3f10e2b75737 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Configuration File Parsing
+ * DEBUG: section 03    Configuration File Parsing
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 8d95daea676149e24acd6097e75be3f7a8c394aa..110c4108babfdde84182c2ec24733bbb5d58410f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section 93  ICAP (RFC 3507) Client
+ * DEBUG: section 93    ICAP (RFC 3507) Client
  */
 
 #include "squid.h"
index efbfa4821bf829d0a941fa878e4b0e429763a19f..d5ba04223e95a90b442b32bf65f59cc550759c1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section 93  ICAP (RFC 3507) Client
+ * DEBUG: section 93    ICAP (RFC 3507) Client
  */
 
 #include "squid.h"
index 1b903faf0a2c0dcab73a3f0f4907445099c3a030..6ff122c71850b264c20c3ca12d5254893f367be1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section 93  Adaptation
+ * DEBUG: section 93    Adaptation
  */
 
 #include "squid.h"
index ee4bac6500bcd053ccdccb4836f08e2175ee7355..8e1dba460a93824d6955f8b6218b3bbbde3d63f0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section XXX
+ * DEBUG: section 93    Adaptation
  */
 
 #include "squid.h"
index 4ec83226e4a04c3877bf3612a8d56a3e78ce7eff..4ce90e8e2b266ed244e23e24f12301fcd7c25210 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section XXX
+ * DEBUG: section 93    Adaptation
  */
 
 #include "squid.h"
index ade70ddc1f32d7d45df6eb33d6176af0ef338cbb..5372b3c78adfd32c4c939022c8c2679c98203cb7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section XXX
+ * DEBUG: section 93    Adaptation
  */
 
 #include "squid.h"
index 17d30c8e079a554691329395d1c540972bb5f768..70222f951b72fad4bcb6df94d62edab8a02436fc 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
+ * DEBUG: section 93    eCAP Interface
  */
-
 #include "squid.h"
 
 #include <libecap/common/registry.h>
index 03fd5380c67fbf598bf99ae2b3d83747362b9e8b..3b0618a0cd4d2e7469b4f407698edd6d517661fe 100644 (file)
@@ -1,7 +1,6 @@
-
 /*
  * $Id$
- *
+ * DEBUG: section 93    eCAP Interface
  */
 
 #ifndef SQUID_ECAP_CONFIG_H
index 62995d2661c246f0d666032bd4285ea6a838b617..0c24801eff4321a75157636f643abbe09d8f88f1 100644 (file)
@@ -1,3 +1,6 @@
+/*
+ * DEBUG: section 93    eCAP Interface
+ */
 #include "squid.h"
 #include <libecap/adapter/service.h>
 #include <libecap/common/names.h>
index 481927bd2beeb1963b245348696c5c4059bb4f30..85f257bf55b94081032bc6f37a226aa5679cbbc0 100644 (file)
@@ -1,6 +1,6 @@
-
 /*
  * $Id$
+ * DEBUG: section 93    eCAP Interface
  */
 
 #ifndef SQUID_ECAP_HOST_H
index 06e6cd34c859c7a2eae9752dd3c5bdcd6a32f3cd..4a7dbb050644eddadf34aeccdeb9f54e7f1ef813 100644 (file)
@@ -1,7 +1,6 @@
 /*
- * DEBUG: section XXX
+ * DEBUG: section 93    eCAP Interface
  */
-
 #include "squid.h"
 #include "HttpRequest.h"
 #include "HttpReply.h"
index cd7fcb32a7a4e044c31e1409f788f38c605d16ee..ba641937b5032693cc92ce5727a126d45f29c3c2 100644 (file)
@@ -1,6 +1,6 @@
-
 /*
  * $Id$
+ * DEBUG: section 93    eCAP Interface
  */
 
 #ifndef SQUID__ECAP__MESSAGE_REP_H
index be8027aafdb7ab453d05daaed8ae10927a119fdb..e4188306c6637849bc6d9f493276e516aa88a6e7 100644 (file)
@@ -1,3 +1,6 @@
+/*
+ * DEBUG: section 93    eCAP Interface
+ */
 #include "squid.h"
 #include <libecap/adapter/service.h>
 #include "TextException.h"
index f80f0f4206073910a685986daacfd2b93a744edc..ed4c7d376ca3a6a4f705afce25a344531df2814c 100644 (file)
@@ -1,6 +1,6 @@
-
 /*
  * $Id$
+ * DEBUG: section 93    eCAP Interface
  */
 
 #ifndef SQUID_ECAP_SERVICE_REP_H
index c78a1096d79a2925a552dcbf44ab51fd8f7ed3e7..6f673422a74dfb42b364a8f2bad38f7031e4d3cf 100644 (file)
@@ -1,3 +1,6 @@
+/*
+ * DEBUG: section 93    eCAP Interface
+ */
 #include "squid.h"
 #include <libecap/common/area.h>
 #include <libecap/common/delay.h>
index 542698dc33fe04da4c119c9e6d3aa3ee913cc142..2930e9e5fdc76873534602f986782f44fc162316 100644 (file)
@@ -1,6 +1,6 @@
-
 /*
  * $Id$
+ * DEBUG: section 93    eCAP Interface
  */
 
 #ifndef SQUID_ECAP_XACTION_REP_H
index 313a8b275b2a91d38945c8983ed4f0ea60663194..180a114d84e5da7822f4753f560d637032a1b96a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section 93  ICAP (RFC 3507) Client
+ * DEBUG: section 93    ICAP (RFC 3507) Client
  */
 
 #include "squid.h"
index 4b4fb6ad074d941f56b158aa5abe9f25029cfedd..7db50ad3402b68d800a9ad8f5ddcb9db89b348e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section 93  ICAP (RFC 3507) Client
+ * DEBUG: section 93    ICAP (RFC 3507) Client
  */
 
 #include "squid.h"
index cdaab23565950beab868a276745c9959ba37bd5e..639efb1eda4556c3ae1d953818772e31c4ddc779 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Configuration File Parsing
+ * DEBUG: section 03    Configuration File Parsing
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 93aa383457032f148742339cfe9979c3ad16c492..77697e2f37be182400dc8d89cf2cdbf9609f25c7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section 0     Client Database
+ * DEBUG: section 00    Client Database
  * AUTHOR: Duane Wessels
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 9eb4a75d1e033395b9aeb581fde8782837b84bef..36e9054c6f8af88d63913329904dcf75902e296a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section     Socket Functions
+ * DEBUG: section 05    Socket Functions
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 9d9031430b7ccdb3756db0d376bc1a4055543d6c..a0fd9672b3317608f301ef2be86ed431b5d886de 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Socket Functions
+ * DEBUG: section 05    Socket Functions
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
index f0b30b18a11cd1f53f097f9844fdf9343af9746b..e420c4f0b9670c0ce0939ee47f267f27fad5d619 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Socket Functions
+ * DEBUG: section 05    Socket Functions
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
index 7c785a412fff3c8be3d185b34e0e916961246d39..c6a1931e0343a999e7fe54f3b43e3ee6e46e1c4f 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Socket Functions
+ * DEBUG: section 05    Socket Functions
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
index d527b4227572cb66ce9226cb88d863ae57a3cff4..e82c945793f5b01ddd271725a6175482c456e483 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Socket Functions
+ * DEBUG: section 05    Socket Functions
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
index f099f8b70dfa3e62b97f20e8c27cbd902d0c8b89..1d280ec552f367de6f296364ea1b874ab1e2bdf8 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Socket Functions
+ * DEBUG: section 05    Socket Functions
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
index db9f2478f8febe4a73c10436dfa5077d13a4220b..32813bffdb74a6b04c5529f8961371565e86216c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section 0     Debug Routines
+ * DEBUG: section 00    Debug Routines
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index e429c641a4b7a5dc958832c74d2893d02598b943..a2ff08dabe4f73590fdd7414e4fb36a669c57c8b 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Disk I/O Routines
+ * DEBUG: section 06    Disk I/O Routines
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index d112d59ce22666882f0d2e8edc7ef51d55940268..871af9155c7f959f902b83f57982ddbca6193b13 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section 0     DNS Resolver
+ * DEBUG: section 00    DNS Resolver Daemon
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index b1ce41b7013d6c758b545517815b71a6f56046d3..08bf0ae14e4bcf44cd168379d5144abda9304366 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Error Generation
+ * DEBUG: section 04    Error Generation
  * AUTHOR: Duane Wessels
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index d8037809751ec2b8d2162df134848c42263b20d0..653afaeda6f36f6ba1b295da65d9a889320ed959 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section     Error Generation
+ * DEBUG: section 04    Error Generation
  * AUTHOR: Duane Wessels
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 389e824b120c5e9fd56a599fcf54836cac9b6b80..e7dcc6b034eafcb0f05efcf028bbfaa569182b89 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section     Swap File Bitmap
+ * DEBUG: section 08    Swap File Bitmap
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 78d869470de522ed29d1d82a5860671468f894a7..745c684489ca4237427b42b7a6c3fa422cc810fc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     File Transfer Protocol (FTP)
+ * DEBUG: section 09    File Transfer Protocol (FTP)
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 7ba504c7c583206e4b679cf650dd0abf6be14b3a..742e0e685db24d28b0e4e6cc26491ba486107a1a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Configuration Settings
+ * DEBUG: section 03    Configuration Settings
  * AUTHOR: Amos Jeffries
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 14a083cd1ee70a1185c345515c218eba5d05480e..aea1872850e9695e768f8088ca54203fb2ab7450 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DEBUG: section 14   IP Storage and Handling
+ * DEBUG: section 14    IP Storage and Handling
  * AUTHOR: Amos Jeffries
  *
  * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
index a6bd4127ed16fc926f95137169dddba13cd985db..876814f1bd04a074b5d7273e23d34255ec29b398 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Startup and Main Loop
+ * DEBUG: section 01    Startup and Main Loop
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 44b62aa7cb28ebc72a92c51d219bcdac76a826b8..b3795e1ef3eb6ba6fd2ecb18a0b1145ba7041966 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Multicast
+ * DEBUG: section 07    Multicast
  * AUTHOR: Martin Hamilton
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 29819b4ef083b9077fee4f2c126f72b14edac468..61a58e7d168d8512c6d7108a224c734610c0f1cf 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: section 0     Announcement Server
+ * DEBUG: section 00    Announcement Server
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 0d2932a02ca80c39ef998c93262acc9eec3b77bc..9c3e7fb7ca39ec9aa0051b429860ee12c136e66e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Configuration File Parsing
+ * DEBUG: section 03    Configuration File Parsing
  * AUTHOR: Robert Collins
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index 44f71c8dc382b26eb5687722dd59c10b71a9eeea..72c0273b614224272856dac9180f9ac93f670fa5 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * $Id$
  *
- * DEBUG: section 0     UFS Store Dump
+ * DEBUG: section 00    UFS Store Dump Tool
  * AUTHOR: Robert Collins
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index f3b16aec26ffa56d99d1c6a9891187307e23556e..1275dc32860029c86e3cedf3ba753168ca7f2858 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Unlink Daemon
+ * DEBUG: section 02    Unlink Daemon
  * AUTHOR: Duane Wessels
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index f372e74e5977ccf9ae87fd01ae57ae0b2b72768c..8ad87dd08c093b156513c93e13e198c929b1bce2 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: -             Unlink Daemon
+ * DEBUG: section --    Unlink Daemon
  * AUTHOR: Duane Wessels
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
index ccd4fae3a5959e9fd8ce6cffabd7ef8f4e1d18ba..39918070d363c64fb8057abf991b2d4494bc13bd 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $Id$
  *
- * DEBUG: section     Configuration File Parsing
+ * DEBUG: section 03    Configuration File Parsing
  * AUTHOR: Harvest Derived
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/