diff options
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r-- | doc/examples/apt.conf | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 452e9c629..2249cadba 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,7 +1,9 @@ -// $Id: apt.conf,v 1.38 1999/10/03 21:09:27 jgg Exp $ +// $Id: apt.conf,v 1.39 1999/10/22 04:05:48 jgg Exp $ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is a completely - valid file. + valid file. Most of the options have sane default values, unless + you have specific needs you should NOT include arbitary items in a custom + configuration. In some instances involving filenames it is possible to set the default directory when the path is evaluated. This means you can use relative @@ -41,6 +43,7 @@ APT Cache { Important "false"; + AllVersions "false"; }; CDROM @@ -164,8 +167,8 @@ DSelect DPkg { - // Probably don't want to set this one.. - Options {"--force-downgrade";} + // Probably don't want to use force-downgrade.. + Options {"--force-overwrite";"--force-downgrade";} // Auto re-mounting of a readonly /usr Pre-Invoke {"mount -o remount,rw /usr";}; @@ -199,4 +202,4 @@ Debug /* Whatever you do, do not use this configuration file!! Take out ONLY the portions you need */ -ThisIsNotAValidConfigFile +This Is Not A Valid Config File |