summaryrefslogtreecommitdiff
path: root/doc/examples/apt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r--doc/examples/apt.conf16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf
index 3fbf93efe..18292f6f6 100644
--- a/doc/examples/apt.conf
+++ b/doc/examples/apt.conf
@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.16 1998/11/28 00:03:09 jgg Exp $
+// $Id: apt.conf,v 1.17 1998/12/06 04:36:33 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.
@@ -28,8 +28,20 @@ APT {
Fix-Broken "false";
Fix-Missing "false";
Show-Upgraded "false";
+ No-Upgrade "false";
+ };
+
+ Cache {
+ Important "false";
};
+ CDROM {
+ Rename "false";
+ NoMount "false";
+ Fast "false";
+ NoAct "false";
+ };
+
// Some general options
Ingore-Hold "false";
};
@@ -79,7 +91,7 @@ Dir
// Locations of binaries
Bin {
- methods "/home/jgg/work/apt/build/bin/methods/";
+ methods "/usr/lib/apt/methods/";
gzip "/bin/gzip";
dpkg "/usr/bin/dpkg";
apt-get "/usr/bin/apt-get";