ports/misc/amanda-server/files/patch-perl__Amanda__Status.pm
Trond Endrestøl e8114fa589 misc/amanda-server: update to 3.5.1
- define LICENSE
 - simplify handling of USERS and GROUPS
 - reorder make variables in accordance with policy
 - regenerate patches
 - harden amstatus against task death

Changelog: https://www.zmanda.com/amanda-community/?ss360SearchTerm=3.5.1

PR:		264714
Approved by:	fbsd@dylanleigh.net (maintainer timeout)
2023-08-09 15:01:14 +02:00

11 lines
448 B
Perl

--- perl/Amanda/Status.pm.orig 2017-12-01 13:26:29 UTC
+++ perl/Amanda/Status.pm
@@ -890,7 +890,7 @@ REREAD:
if (defined $dlet->{'status'} and
($dlet->{'status'} != $WAIT_FOR_WRITING &&
$dlet->{'status'} != $WRITE_FAILED)) {
- die ("bad status on taper FILE-WRITE (writing): $dlet->{'status'}");
+ #die ("bad status on taper FILE-WRITE (writing): $dlet->{'status'}");
}
$dlet->{'status'} = $WRITING;
}