]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
rename swap "log" to "swap.state"
authorwessels <>
Thu, 17 Jul 1997 02:58:24 +0000 (02:58 +0000)
committerwessels <>
Thu, 17 Jul 1997 02:58:24 +0000 (02:58 +0000)
src/cf.data.pre
src/store_dir.cc

index 194b6275d1ce3efe4fdf3a6b7cacd0d6f61e6c79..2bbccb657117353cafc63f55a54244caa892a41e 100644 (file)
@@ -537,7 +537,7 @@ TYPE: string
 LOC: Config.Log.swap
 DEFAULT: none
 DOC_START
-       Location for the cache "swap log."  This log file holds the
+       Location for the cache "swap.log."  This log file holds the
        metadata of objects saved on disk.  It is used to rebuild the
        cache during startup.  Normally this file resides in the first
        'cache_dir' directory, but you may specify an alternate
index 8265343700665929381d37f5e2338afb1a57fd55..ae15ab235b56df29f977ba1efd3a869b16e2c220 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_dir.cc,v 1.24 1997/07/07 05:29:57 wessels Exp $
+ * $Id: store_dir.cc,v 1.25 1997/07/16 20:58:25 wessels Exp $
  *
  * DEBUG: section 47    Store Directory Routines
  * AUTHOR: Duane Wessels
@@ -246,7 +246,7 @@ storeDirSwapLogFile(int dirn, const char *ext)
        strncat(path, digit, 3);
     } else {
        xstrncpy(path, storeSwapDir(dirn), SQUID_MAXPATHLEN - 64);
-       strcat(path, "/log");
+       strcat(path, "/swap.state");
     }
     if (ext)
        strncat(path, ext, 16);