diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:58 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:58 +0000 |
commit | 8c6e33d8525349ed57b7d3067886eb0f148fce7b (patch) | |
tree | db05a7a1f3ee984b5288e72e9679ccd79d80f64f /doc | |
parent | 8b5fe26c590774b623f3f84773845c9fdf2f36ed (diff) |
Added two new configure entries
Author: jgg
Date: 2000-05-13 01:52:59 GMT
Added two new configure entries
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 58492cd57..30ab29219 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -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 @@ -47,6 +47,7 @@ APT { Important "false"; AllVersions "false"; + GivenOnly "false"; }; 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";}; + + // Flush the contents of stdin before forking dpkg. + FlushSTDIN "true"; } /* Options you can set to see some debugging text They corrispond to names |