releasing/blocks/cclient/patches/linux/apt-debian-system.patch
changeset 632 934f9131337b
equal deleted inserted replaced
631:9435b9008a58 632:934f9131337b
       
     1 diff -crB apt-0.7.20.2/apt-pkg/init.cc apt-0.7.20.2-rhel/apt-pkg/init.cc
       
     2 *** apt-0.7.20.2/apt-pkg/init.cc	2009-02-07 17:09:35.000000000 +0200
       
     3 --- apt-0.7.20.2-rhel/apt-pkg/init.cc	2009-07-07 16:42:07.000000000 +0300
       
     4 ***************
       
     5 *** 116,122 ****
       
     6   bool pkgInitSystem(Configuration &Cnf,pkgSystem *&Sys)
       
     7   {
       
     8      Sys = 0;
       
     9 !    string Label = Cnf.Find("Apt::System","");
       
    10      if (Label.empty() == false)
       
    11      {
       
    12         Sys = pkgSystem::GetSystem(Label.c_str());
       
    13 --- 116,122 ----
       
    14   bool pkgInitSystem(Configuration &Cnf,pkgSystem *&Sys)
       
    15   {
       
    16      Sys = 0;
       
    17 !    string Label = Cnf.Find("Apt::System","Debian dpkg interface");
       
    18      if (Label.empty() == false)
       
    19      {
       
    20         Sys = pkgSystem::GetSystem(Label.c_str());