summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2006-12-13 04:33:05 +0000
committerJeroen Roovers <jer@gentoo.org>2006-12-13 04:33:05 +0000
commit2c91971ae0042fde91df7df64ae255929e174441 (patch)
tree967c340dc4d800857bdf9bb752902c502c0c2420 /app-backup/amanda/files
parentarm/ia64/s390/sh stable (diff)
downloadgentoo-2-2c91971ae0042fde91df7df64ae255929e174441.tar.gz
gentoo-2-2c91971ae0042fde91df7df64ae255929e174441.tar.bz2
gentoo-2-2c91971ae0042fde91df7df64ae255929e174441.zip
Added tar 1.16 patch, added IUSE=minimal, both requested in bug #127725.
(Portage version: 2.1.2_rc3-r4)
Diffstat (limited to 'app-backup/amanda/files')
-rw-r--r--app-backup/amanda/files/amanda-2.5.1_p2-tar-1.16.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-backup/amanda/files/amanda-2.5.1_p2-tar-1.16.patch b/app-backup/amanda/files/amanda-2.5.1_p2-tar-1.16.patch
new file mode 100644
index 000000000000..5d77aad9ffdf
--- /dev/null
+++ b/app-backup/amanda/files/amanda-2.5.1_p2-tar-1.16.patch
@@ -0,0 +1,15 @@
+--- client-src/sendbackup.c. 2006-07-25 20:27:56.000000000 +0200
++++ client-src/sendbackup.c 2006-12-13 03:31:03.000000000 +0100
+@@ -597,6 +597,12 @@
+ }
+ #endif
+
++ if(pid == tarpid) {
++ if(ret == 1) {
++ rc = 0;
++ }
++ }
++
+ #ifdef IGNORE_TAR_ERRORS
+ if(pid == tarpid) {
+ /*