Explorar o código

Doc update #105606
Author: jgg
Date: 2001-08-07 04:58:38 GMT
Doc update #105606

Arch Librarian %!s(int64=22) %!d(string=hai) anos
pai
achega
c86f0a01b9
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      doc/offline.sgml

+ 3 - 2
doc/offline.sgml

@@ -4,7 +4,7 @@
 <title>Using APT Offline</title>
 <title>Using APT Offline</title>
 
 
 <author>Jason Gunthorpe <email>jgg@debian.org</email></author>
 <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>
 <abstract>
 This document describes how to use APT in a non-networked environment, 
 This document describes how to use APT in a non-networked environment, 
@@ -114,7 +114,8 @@ disc:
 
 
    // Binary caches will be stored locally
    // Binary caches will be stored locally
    Cache::archives "/disc/archives/";
    Cache::archives "/disc/archives/";
- 
+   Cache "/tmp/";
+   
    // Location of the source list.
    // Location of the source list.
    Etc "/disc/";
    Etc "/disc/";
  }; 
  };