summaryrefslogtreecommitdiff
path: root/doc/examples/apt.conf
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:44 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:44 +0000
commitdcc482661704c132f16744aa8b64031614606856 (patch)
tree4ec5c689dcab54c26c2fbefd347e70b2c210496d /doc/examples/apt.conf
parent4dfaa253843978fd5877e7e2a4264ee207921872 (diff)
More bug notes
Author: jgg Date: 1998-11-28 00:03:07 GMT More bug notes
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r--doc/examples/apt.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf
index 9403c424a..3fbf93efe 100644
--- a/doc/examples/apt.conf
+++ b/doc/examples/apt.conf
@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.15 1998/11/23 23:17:49 jgg Exp $
+// $Id: apt.conf,v 1.16 1998/11/28 00:03:09 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.
@@ -24,6 +24,7 @@ APT {
Download-Only "false";
Simulate "false";
Assume-Yes "false";
+ Force-Yes "false"; // I would never set this.
Fix-Broken "false";
Fix-Missing "false";
Show-Upgraded "false";
@@ -44,6 +45,11 @@ Acquire
Proxy "http://127.0.0.1:3128";
Proxy::http.us.debian.org "DIRECT"; // Specific per-host setting
};
+
+ cdrom
+ {
+ Mount "/cdrom";
+ };
};
// Directory layout
@@ -83,7 +89,7 @@ Dir
// Things that effect the APT dselect method
DSelect {
- Clean "auto";
+ Clean "auto"; // always|auto|prompt|never
Options "-f";
UpdateOptions "";
PromptAfterUpdate "no";