]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
Remove the default cache_dir location and the null store type
authorhno <>
Thu, 27 Dec 2007 22:48:53 +0000 (22:48 +0000)
committerhno <>
Thu, 27 Dec 2007 22:48:53 +0000 (22:48 +0000)
commitbebc043b8df7953e06b2a66ad7b88b362fbc59b5
tree431967742164b25d3601dbb2522e488fbd45b44a
parentaa0b241d179e2bd081f44db5d4153e6808fe1e8d
Remove the default cache_dir location and the null store type

Many people gets confused by the builtin cache_dir location, thinking
that if there is no cache_dir in squid.conf then there is no on-disk cache.
This removes the builtin default.

By removing the builtin default we can also remove the "null" cache_dir
type whos purpose is only to override the builtin default.
configure.in
src/Makefile.am
src/cache_cf.cc
src/cf.data.pre
src/fs/Makefile.am
src/fs/null/StoreFSnull.cc [deleted file]
src/fs/null/StoreFSnull.h [deleted file]
src/fs/null/store_null.cc [deleted file]
src/fs/null/store_null.h [deleted file]