]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.cc
support \n and \r\n line endings in ReadMessages
[apt.git] / apt-pkg / algorithms.cc
index 6cde4d6cc1ddcc5a8ae0da730db74f270c513789..d19783983c04dcbbe4dedc41a9a7d7a0ac402518 100644 (file)
@@ -1440,9 +1440,11 @@ bool pkgProblemResolver::ResolveByKeepInternal()
    return true;
 }
                                                                        /*}}}*/
-// ProblemResolver::InstallProtect - Install all protected packages    /*{{{*/
+// ProblemResolver::InstallProtect - deprecated cpu-eating no-op       /*{{{*/
 // ---------------------------------------------------------------------
-/* This is used to make sure protected packages are installed */
+/* Actions issued with FromUser bit set are protected from further
+   modification (expect by other calls with FromUser set) nowadays , so we
+   don't need to reissue actions here, they are already set in stone. */
 void pkgProblemResolver::InstallProtect()
 {
    pkgDepCache::ActionGroup group(Cache);