packages: vzdump/vzdump-kill.patch (NEW) - commented out one litlle kill...
brushek
brushek at pld-linux.org
Thu Jun 30 13:21:21 CEST 2011
Author: brushek Date: Thu Jun 30 11:21:21 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- commented out one litlle kill...
---- Files affected:
packages/vzdump:
vzdump-kill.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/vzdump/vzdump-kill.patch
diff -u /dev/null packages/vzdump/vzdump-kill.patch:1.1
--- /dev/null Thu Jun 30 13:21:21 2011
+++ packages/vzdump/vzdump-kill.patch Thu Jun 30 13:21:16 2011
@@ -0,0 +1,14 @@
+diff -ru vzdump_2011-06-17.orig/VZDump.pm vzdump_2011-06-17/VZDump.pm
+--- vzdump_2011-06-17.orig/VZDump.pm 2011-06-17 17:18:41.000000000 +0200
++++ vzdump_2011-06-17/VZDump.pm 2011-06-30 12:41:41.000000000 +0200
+@@ -358,7 +358,9 @@
+ my $pid = open (TMP, "tar tf '$archive'|") ||
+ die "unable to open file '$archive'\n";
+ my $firstfile = <TMP>;
+- kill 15, $pid;
++ # what for is this #$$@#$ing kill here !?
++ # vzrestore doesn't work with this
++ # kill 15, $pid;
+ close TMP;
+
+ die "ERROR: archive contaions no data\n" if !$firstfile;
================================================================
More information about the pld-cvs-commit
mailing list