]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/install-progress.cc
use StartDpkg() in PackageManagerProgressDeb822Fd as well
[apt.git] / apt-pkg / install-progress.cc
index 79660b29e19b06cb53b9a603123464b30d5134d6..f76fc88c2045c949b97891f5a9e16429e71832f5 100644 (file)
@@ -149,7 +149,7 @@ void PackageManagerProgressDeb822Fd::WriteToStatusFd(std::string s)
    FileFd::Write(OutStatusFd, s.c_str(), s.size());   
 }
 
-void PackageManagerProgressDeb822Fd::Start()
+void PackageManagerProgressDeb822Fd::StartDpkg()
 {
    // FIXME: use SetCloseExec here once it taught about throwing
    //        exceptions instead of doing _exit(100) on failure