equal
deleted
inserted
replaced
|
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()); |