]>
Commit | Line | Data |
---|---|---|
50e19557 AL |
1 | // $Id: apt.conf,v 1.43 1999/12/06 02:19:38 jgg Exp $ |
2 | /* This file is a sample configuration file with a few harmless sample | |
3 | options. | |
0a8e3465 AL |
4 | */ |
5 | ||
78b558ca AL |
6 | APT |
7 | { | |
93bf083d | 8 | // Options for apt-get |
78b558ca AL |
9 | Get |
10 | { | |
0a8e3465 | 11 | Download-Only "false"; |
3d8fd174 | 12 | }; |
50e19557 | 13 | |
0a8e3465 AL |
14 | }; |
15 | ||
93bf083d | 16 | // Options for the downloading routines |
0a8a80e5 AL |
17 | Acquire |
18 | { | |
2b154e53 | 19 | Retries "0"; |
0a8e3465 AL |
20 | }; |
21 | ||
c3c459fc | 22 | // Things that effect the APT dselect method |
78b558ca AL |
23 | DSelect |
24 | { | |
50e19557 AL |
25 | Clean "auto"; // always|auto|prompt|never |
26 | }; | |
0a8e3465 | 27 | |
78b558ca AL |
28 | DPkg |
29 | { | |
50e19557 AL |
30 | // Probably don't want to use force-downgrade.. |
31 | Options {"--force-overwrite";} | |
6dd55be7 | 32 | } |