--------------------- PatchSet 1609 Date: 2001/02/19 10:29:41 Author: rbcollins Branch: rbcollins_filters Tag: (none) Log: fixups Members: src/Packer.c:1.1.1.2.12.1.4.3->1.1.1.2.12.1.4.4 src/cf.data.pre:1.1.1.3.4.1.4.11.4.8->1.1.1.3.4.1.4.11.4.9 Index: squid/src/Packer.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Packer.c,v retrieving revision 1.1.1.2.12.1.4.3 retrieving revision 1.1.1.2.12.1.4.4 diff -u -r1.1.1.2.12.1.4.3 -r1.1.1.2.12.1.4.4 --- squid/src/Packer.c 8 Feb 2001 08:18:21 -0000 1.1.1.2.12.1.4.3 +++ squid/src/Packer.c 19 Feb 2001 10:29:41 -0000 1.1.1.2.12.1.4.4 @@ -1,6 +1,6 @@ /* - * $Id: Packer.c,v 1.1.1.2.12.1.4.3 2001/02/08 08:18:21 rbcollins Exp $ + * $Id: Packer.c,v 1.1.1.2.12.1.4.4 2001/02/19 10:29:41 rbcollins Exp $ * * DEBUG: section 60 Packer: A uniform interface to store-like modules * AUTHOR: Alex Rousskov @@ -68,7 +68,6 @@ /* * To-Do: - * Is the size checking thing stable? RBCollins */ Index: squid/src/cf.data.pre =================================================================== RCS file: /cvsroot/squid-sf//squid/src/cf.data.pre,v retrieving revision 1.1.1.3.4.1.4.11.4.8 retrieving revision 1.1.1.3.4.1.4.11.4.9 diff -u -r1.1.1.3.4.1.4.11.4.8 -r1.1.1.3.4.1.4.11.4.9 --- squid/src/cf.data.pre 18 Feb 2001 08:13:44 -0000 1.1.1.3.4.1.4.11.4.8 +++ squid/src/cf.data.pre 19 Feb 2001 10:29:41 -0000 1.1.1.3.4.1.4.11.4.9 @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.1.1.3.4.1.4.11.4.8 2001/02/18 08:13:44 rbcollins Exp $ +# $Id: cf.data.pre,v 1.1.1.3.4.1.4.11.4.9 2001/02/19 10:29:41 rbcollins Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -64,25 +64,6 @@ usage: mod_register internal|external modulename External modules are not implemented yet. -DOC_END - - -COMMENT_START - MODULE OPTIONS - ----------------------------------------------------------------------------- - Squid's module architecture allows dynamic addition and removal - of code from the code base. Modules _must_ be registered before they - are used or referenced (even from other config lines). -COMMENT_END - -NAME: mod_register -TYPE: mod_install -DEFAULT: none -LOC: Config.modules -DOC_START - usage: mod_register internal|external modulename - - External modules are not implemented yet. NOCOMMENT_START # Uncomment the following modules to match your compiled internal modules. # The ones currently uncommented are for the default squid configure & build.