projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix arguments for MarkInstall so packages are really marked as automatic
[apt.git]
/
apt-pkg
/
acquire-method.h
diff --git
a/apt-pkg/acquire-method.h
b/apt-pkg/acquire-method.h
index 99a4605b146ae3b03b7db8bc4e9e242de4b6deda..03851e8239657451abab188a9f883282395e2bab 100644
(file)
--- a/
apt-pkg/acquire-method.h
+++ b/
apt-pkg/acquire-method.h
@@
-37,6
+37,7
@@
class pkgAcqMethod
string DestFile;
time_t LastModified;
bool IndexFile;
+ bool FailIgnore;
};
struct FetchResult