Procházet zdrojové kódy

Speeling
Author: jgg
Date: 1999-01-31 06:24:46 GMT
Speeling

Arch Librarian před 22 roky
rodič
revize
b780bc1b1e
3 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 2 2
      apt-pkg/packagemanager.cc
  2. 1 1
      doc/apt.conf.5.yo
  3. 2 2
      doc/examples/apt.conf

+ 2 - 2
apt-pkg/packagemanager.cc

@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // Description								/*{{{*/
-// $Id: packagemanager.cc,v 1.11 1999/01/31 04:25:35 jgg Exp $
+// $Id: packagemanager.cc,v 1.12 1999/01/31 06:24:46 jgg Exp $
 /* ######################################################################
 /* ######################################################################
 
 
    Package Manager - Abstacts the package manager
    Package Manager - Abstacts the package manager
@@ -107,7 +107,7 @@ bool pkgPackageManager::CreateOrderList()
    delete List;
    delete List;
    List = new pkgOrderList(Cache);
    List = new pkgOrderList(Cache);
    
    
-   bool NoImmConfigure = _config->FindB("APT::Immedate-Configure",false);
+   bool NoImmConfigure = _config->FindB("APT::Immediate-Configure",false);
    
    
    // Generate the list of affected packages and sort it
    // Generate the list of affected packages and sort it
    for (PkgIterator I = Cache.PkgBegin(); I.end() == false; I++)
    for (PkgIterator I = Cache.PkgBegin(); I.end() == false; I++)

+ 1 - 1
doc/apt.conf.5.yo

@@ -47,7 +47,7 @@ dit(bf(Ignore-Hold))
 Ignore Held packages; This global options causes the problem resolver to
 Ignore Held packages; This global options causes the problem resolver to
 ignore held packages in its decision making. 
 ignore held packages in its decision making. 
 
 
-dit(bf(Immedate-Configure))
+dit(bf(Immediate-Configure))
 Disable Immedate Configuration; This dangerous option disables some
 Disable Immedate Configuration; This dangerous option disables some
 of APT's ordering code to cause it to make fewer dpkg calls. Doing
 of APT's ordering code to cause it to make fewer dpkg calls. Doing
 so may be necessary on some extremely slow single user systems but 
 so may be necessary on some extremely slow single user systems but 

+ 2 - 2
doc/examples/apt.conf

@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.21 1999/01/31 04:25:35 jgg Exp $
+// $Id: apt.conf,v 1.22 1999/01/31 06:24:46 jgg Exp $
 /* This file is an index of all APT configuration directives. It should
 /* 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
    NOT actually be used as a real config file, though it is a completely
    valid file.
    valid file.
@@ -45,7 +45,7 @@ APT {
 
 
   // Some general options
   // Some general options
   Ingore-Hold "false";
   Ingore-Hold "false";
-  Immedate-Configure "true";        // DO NOT turn this off, see the man page
+  Immediate-Configure "true";        // DO NOT turn this off, see the man page
 };
 };
 
 
 // Options for the downloading routines
 // Options for the downloading routines