Sync
[ntk/apt.git] / doc / examples / apt.conf
CommitLineData
c88edf1d 1// $Id: apt.conf,v 1.5 1998/10/24 04:58:10 jgg Exp $
0a8e3465
AL
2/* This file is an index of all APT configuration directives. It should
3 NOT actually be used as a real config file, though it is a completely
4 valid file.
5*/
6
7APT {
8 Architecture "i386";
9
10 Get {
11 Download-Only "false";
12 Simulate "false";
13 Assume-Yes "false";
14 Fix-Broken "false";
15 Show-Upgraded "false";
16 };
c88edf1d
AL
17
18 Ingore-Hold "false";
0a8e3465
AL
19};
20
0a8a80e5
AL
21Acquire
22{
23 Queue-Mode "access"; // host|access
24};
25
0a8e3465
AL
26Dir
27{
024835dc 28
0a8e3465
AL
29 State "/var/state/apt/"
30 {
31 lists "lists/";
32 xstatus "xstatus";
33 userstatus "status.user";
34 status "/var/lib/dpkg/status";
35 };
36
37 Cache "/var/cache/apt/" {
38 archives "archives/";
39 srcpkgcache "srcpkgcache.bin";
40 pkgcache "pkgcache.bin";
41 };
42
43 Etc "/etc/apt/" {
c88edf1d 44 sourcelist "sources.list.test";
0a8e3465
AL
45 main "apt.conf";
46 };
024835dc
AL
47
48 Bin {
49 methods "/home/jgg/work/apt/build/bin/methods/";
50 gzip "gzip";
51 };
0a8e3465
AL
52};
53
54DSelect {
55
56}
57
58Debug {
024835dc 59 pkgProblemResolver "true";
0a8a80e5 60 pkgAcquire "false";
024835dc 61 pkgAcquire::Worker "true";
0a8e3465 62}