Author: jgg
Date: 2001-08-07 04:58:38 GMT
Doc update #105606
 <title>Using APT Offline</title>
 
 <author>Jason Gunthorpe <email>jgg@debian.org</email></author>
-<version>$Id: offline.sgml,v 1.3 2001/02/20 07:03:17 jgg Exp $</version>
+<version>$Id: offline.sgml,v 1.4 2001/08/07 04:58:38 jgg Exp $</version>
 
 <abstract>
 This document describes how to use APT in a non-networked environment, 
 
    // Binary caches will be stored locally
    Cache::archives "/disc/archives/";
- 
+   Cache "/tmp/";
+   
    // Location of the source list.
    Etc "/disc/";
  };