From 7b0229fe01e9b300e1a67d82f7a6511c31444756 Mon Sep 17 00:00:00 2001
From: Arch Librarian <arch@canonical.com>
Date: Mon, 20 Sep 2004 16:51:04 +0000
Subject: [PATCH] Fixed default dirs Author: jgg Date: 1998-10-09 19:57:21 GMT
 Fixed default dirs

---
 apt-pkg/init.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apt-pkg/init.cc b/apt-pkg/init.cc
index 27353c878..c8b35de17 100644
--- a/apt-pkg/init.cc
+++ b/apt-pkg/init.cc
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
-// $Id: init.cc,v 1.6 1998/09/26 05:34:19 jgg Exp $
+// $Id: init.cc,v 1.7 1998/10/09 19:57:21 jgg Exp $
 /* ######################################################################
 
    Init - Initialize the package library
@@ -36,7 +36,7 @@ bool pkgInitialize(Configuration &Cnf)
    Cnf.Set("Dir::State::status","/var/lib/dpkg/status");
    
    // Cache
-   Cnf.Set("Dir::Cache","/tmp/");
+   Cnf.Set("Dir::Cache","/var/cache/apt/");
    Cnf.Set("Dir::Cache::archives","archives/");
    Cnf.Set("Dir::Cache::srcpkgcache","srcpkgcache.bin");
    Cnf.Set("Dir::Cache::pkgcache","pkgcache.bin");
-- 
2.47.2