1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-flexbackup-1.10.0/root/etc/e-smith/events/actions/tape-restore-flexbackup mezzanine_patched_e-smith-flexbackup-1.10.0/root/etc/e-smith/events/actions/tape-restore-flexbackup |
2 |
--- e-smith-flexbackup-1.10.0/root/etc/e-smith/events/actions/tape-restore-flexbackup 2006-03-15 15:18:05.000000000 -0500 |
3 |
+++ mezzanine_patched_e-smith-flexbackup-1.10.0/root/etc/e-smith/events/actions/tape-restore-flexbackup 2006-04-20 12:09:28.000000000 -0400 |
4 |
@@ -199,7 +199,6 @@ |
5 |
my $dir = File::Temp::tempdir( CLEANUP => 1 ); |
6 |
my $file = "$dir/xx"; |
7 |
|
8 |
- system("mt", "-f", "$device", "fsf", "1"); |
9 |
system("dd", "if=$device", "bs=1M", "count=1", "of=$file"); |
10 |
|
11 |
my $st = stat($file) or die "No $file: $!"; |