~mvo/apt/mvo

« back to all changes in this revision

Viewing changes to doc/examples/configure-index

  • Committer: Arch Librarian
  • Date: 2004-09-20 16:56:32 UTC
  • Revision ID: Arch-1:apt@arch.ubuntu.com%apt--MAIN--0--patch-614
Join with aliencode
Author: jgg
Date: 2001-02-20 07:03:16 GMT
Join with aliencode

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// $Id: configure-index,v 1.2 2000/05/13 01:52:59 jgg Exp $
 
1
// $Id: configure-index,v 1.3 2001/02/20 07:03:17 jgg Exp $
2
2
/* This file is an index of all APT configuration directives. It should
3
3
   NOT actually be used as a real config file, though it is a completely
4
4
   valid file. Most of the options have sane default values, unless
32
32
     Fix-Broken "false";  
33
33
     Fix-Missing "false";     
34
34
     Show-Upgraded "false";
35
 
     No-Upgrade "false";
 
35
     Upgrade "true";
36
36
     Print-URIs "false";
37
37
     Compile "false";
38
 
     No-Download "false";
 
38
     Download "true";
39
39
     Purge "false";
40
40
     List-Cleanup "true";
41
41
     ReInstall "false";
42
42
     Trivial-Only "false";
43
 
     No-Remove "false";
 
43
     Remove "true";
44
44
  };
45
45
 
46
46
  Cache 
48
48
     Important "false";
49
49
     AllVersions "false";
50
50
     GivenOnly "false";
 
51
     RecruseDepends "false";
51
52
  };
52
53
 
53
54
  CDROM 
125
126
};
126
127
 
127
128
// Directory layout
128
 
Dir 
 
129
Dir "/"
129
130
{
130
131
  // Location of the state dir
131
 
  State "/var/state/apt/" 
 
132
  State "var/lib/apt/" 
132
133
  {
133
134
     lists "lists/";
134
135
     xstatus "xstatus";
138
139
  };
139
140
  
140
141
  // Location of the cache dir
141
 
  Cache "/var/cache/apt/" {
 
142
  Cache "var/cache/apt/" {
142
143
     archives "archives/";
143
144
     srcpkgcache "srcpkgcache.bin";
144
145
     pkgcache "pkgcache.bin";     
145
146
  };
146
147
  
147
148
  // Config files
148
 
  Etc "/etc/apt/" {
 
149
  Etc "etc/apt/" {
149
150
     sourcelist "sources.list";
150
151
     main "apt.conf";
 
152
     preferences "preferences";     
151
153
  };
152
154
  
153
155
  // Locations of binaries
169
171
   Options "-f";
170
172
   UpdateOptions "";
171
173
   PromptAfterUpdate "no";
 
174
   CheckDir "no";
172
175
}
173
176
 
174
177
DPkg 
201
204
  pkgAcquire "false";
202
205
  pkgAcquire::Worker "false";
203
206
  pkgDPkgPM "false";
 
207
  pkgOrderList "false";
204
208
  
205
209
  pkgInitialize "false";   // This one will dump the configuration space
206
210
  NoLocking "false";