pkgsrc/misc/mirmon/patches/patch-aa
heinz c572c55f34 Import of mirmon 1.36.
Many software projects are mirrored worldwide. The mirror sites are
required to update the mirror archive regularly (daily, weekly) from
a root server.

Mirmon helps administrators in keeping an eye on the mirror sites. In
a concise graphic format, mirmon shows each site's status history of
the last two weeks. It is easy to spot stale or dead mirrors.
2006-07-21 13:15:22 +00:00

12 lines
362 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2006/07/21 13:15:22 heinz Exp $
--- mirmon.orig 2006-07-20 11:03:07.000000000 +0200
+++ mirmon
@@ -1116,6 +1116,7 @@ sub get_date
unless ( defined $time ) { return err $url, 'no time' ; }
$time = ( split ' ', $time ) [ 0 ] ;
+ $time = '' unless defined $time;
if ( $time eq '' )
{ err $url, "empty" ; }