diff options
author | 2016-03-27 15:35:21 +0800 | |
---|---|---|
committer | 2016-03-27 15:35:39 +0800 | |
commit | 6968177a743aac4c4f8c0f413aee34a70ef53ea8 (patch) | |
tree | 8abd9b5a9da98278a4c06642eda393e5c9ad474c /app-backup/amanda/files | |
parent | dev-ruby/sourcemap: initial import (diff) | |
download | gentoo-6968177a743aac4c4f8c0f413aee34a70ef53ea8.tar.gz gentoo-6968177a743aac4c4f8c0f413aee34a70ef53ea8.tar.bz2 gentoo-6968177a743aac4c4f8c0f413aee34a70ef53ea8.zip |
app-backup/amanda: bump to vn. 3.3.9
patches supplied by proxy maintainer S. Weichinger via the
gentoo bug, ack to user Christopher Head for assistance in their preparation
Gentoo-bug: #575436
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-backup/amanda/files')
-rw-r--r-- | app-backup/amanda/files/amanda-3.3.9-stuck.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-backup/amanda/files/amanda-3.3.9-stuck.patch b/app-backup/amanda/files/amanda-3.3.9-stuck.patch new file mode 100644 index 000000000000..88892e41be3b --- /dev/null +++ b/app-backup/amanda/files/amanda-3.3.9-stuck.patch @@ -0,0 +1,11 @@ +--- a/amanda/server-src/driver.c
++++ b/amanda/server-src/driver.c
+@@ -3957,6 +3957,8 @@
+ driver_debug(2, _("new_data: %lld\n"), (long long)new_data);
+ driver_debug(2, _("data_free: %lld\n"), (long long)data_free);
+ ;
++ tapeq_size -= data_free;
++ tapeq_size += new_data;
+ driver_debug(2, _("tapeq_size: %lld\n"), (long long)tapeq_size);
+
+ sched_size = runq_size + tapeq_size + dumpers_size;
\ No newline at end of file |