]> git.saurik.com Git - apt.git/blobdiff - doc/examples/apt.conf
By gosh, I think it works
[apt.git] / doc / examples / apt.conf
index 2519fa2ae8e579a7b1a22df4f62830394d9a85ee..ddd7d512d7fdc025e5c431e9a18d1147044d45d4 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.11 1998/11/11 06:54:18 jgg Exp $
+// $Id: apt.conf,v 1.12 1998/11/22 03:20:38 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.
@@ -25,6 +25,7 @@ APT {
      Simulate "false";
      Assume-Yes "false";
      Fix-Broken "false";  
+     Fix-Missing "false";     
      Show-Upgraded "false";
   };
   
@@ -73,6 +74,7 @@ Dir
   Bin {
      methods "/home/jgg/work/apt/build/bin/methods/";
      gzip "/bin/gzip";
+     dpkg "/usr/bin/dpkg";
   };
 };
 
@@ -86,6 +88,7 @@ Debug {
   pkgProblemResolver "false";
   pkgAcquire "false";
   pkgAcquire::Worker "false";
+  pkgDPkgPM "false";
   
   pkgInitialize "false";   // This one will dump the configuration space
 }