// Okay, this file is missing and we need it. Mark it for keep
Bad = true;
- Cache.MarkKeep(I);
+ Cache.MarkKeep(I, false, false);
}
// We have to empty the list otherwise it will not have the new changes
if(DoInstallPreFork() == Failed)
return Failed;
- return DoInstallPostFork();
+ return DoInstallPostFork(statusFd);
}
/*}}}*/