--------------------- PatchSet 11943 Date: 2008/02/10 11:15:14 Author: serassio Branch: SQUID_2_6 Tag: (none) Log: Fix missing default disk store type into QUICKSTART example. Members: QUICKSTART:1.7->1.7.2.1 Index: squid/QUICKSTART =================================================================== RCS file: /cvsroot/squid/squid/QUICKSTART,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -u -r1.7 -r1.7.2.1 --- squid/QUICKSTART 17 May 2005 16:55:56 -0000 1.7 +++ squid/QUICKSTART 10 Feb 2008 11:15:14 -0000 1.7.2.1 @@ -1,7 +1,7 @@ Squid QUICKSTART -$Id: QUICKSTART,v 1.7 2005/05/17 16:55:56 hno Exp $ +$Id: QUICKSTART,v 1.7.2.1 2008/02/10 11:15:14 serassio Exp $ This document is intended only for people who want to get Squid running quickly It is not a substitute for the real documentation. Squid has @@ -26,7 +26,7 @@ always ask permission before adding a parent cache. See also the never_direct/always_direct directives. -cache_dir /usr/local/squid/var/cache 100 16 256 +cache_dir ufs /usr/local/squid/var/cache 100 16 256 Add here (first number, here 100) the amount of hard disk space (in megabytes) to devote to caching.