]> git.saurik.com Git - apt.git/blobdiff - doc/examples/apt.conf
Final draft
[apt.git] / doc / examples / apt.conf
index 3fbf93efee8505d561b726bb7f77548ff5a3c46d..18292f6f680b1f368573224c63cd324aeb9c31e8 100644 (file)
@@ -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";