Imported Upstream version 2.5.0p2
[debian/amanda] / server-src / amstatus.pl.in
index 2becac57f1477986343292964dc5ed39fbcd2f39..79fe172a2be9d1a6809d81bc97d702f370a813f8 100644 (file)
@@ -179,7 +179,7 @@ while(<AMDUMP>) {
                        push @datestamp, $gdatestamp;
                }
        }
-       elsif(/setup_estimate: (\S+):(\S+): command .*, options: *(\S+) *last_level -?\d+ next_level0 -?\d+ level_days \d+ *getting estimates (-?\d) \(-2\) (-?\d) \(-2\) (-?\d) \(-2\)/) {
+       elsif(/setup_estimate: ([_\-\d\.A-Za-z]*):(\S+): command .*, options: *(\S+) *last_level -?\d+ next_level0 -?\d+ level_days \d+ *getting estimates (-?\d) \(-2\) (-?\d) \(-2\) (-?\d) \(-2\)/) {
                $host=$1;
                $partition=$2;
                $hostpart=&make_hostpart($host,$partition,$gdatestamp);