]> git.saurik.com Git - apt.git/commitdiff
Added two new configure entries
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:55:58 +0000 (16:55 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:55:58 +0000 (16:55 +0000)
Author: jgg
Date: 2000-05-13 01:52:59 GMT
Added two new configure entries

doc/examples/configure-index

index 58492cd57ee0317404886170ac505ab8d2fcbe6b..30ab29219980396c0d7dd96c77e19c5b1c9083e4 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: configure-index,v 1.1 1999/12/06 02:19:39 jgg Exp $
+// $Id: configure-index,v 1.2 2000/05/13 01:52:59 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. Most of the options have sane default values, unless
 /* 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. Most of the options have sane default values, unless
@@ -47,6 +47,7 @@ APT
   {
      Important "false";
      AllVersions "false";
   {
      Important "false";
      AllVersions "false";
+     GivenOnly "false";
   };
 
   CDROM 
   };
 
   CDROM 
@@ -187,6 +188,9 @@ DPkg
 
    // Pre-configure all packages before they are installed using debconf.
    Pre-Install-Pkgs {"dpkg-preconfig --apt --priority=low --frontend=dialog";};
 
    // Pre-configure all packages before they are installed using debconf.
    Pre-Install-Pkgs {"dpkg-preconfig --apt --priority=low --frontend=dialog";};
+
+   // Flush the contents of stdin before forking dpkg.
+   FlushSTDIN "true";
 }
 
 /* Options you can set to see some debugging text They corrispond to names
 }
 
 /* Options you can set to see some debugging text They corrispond to names