--- loncom/build/CHECKRPMS 2006/10/04 17:56:44 1.2 +++ loncom/build/CHECKRPMS 2006/10/04 19:47:33 1.3 @@ -218,7 +218,7 @@ sub check_with_rug { chomp(@output); my @clean_output; foreach my $line (@output) { - if ($line eq 'Waking up ZMD...') { + if ($line =~ /^Waking\sup\sZMD\.\.\./) { next; } elsif ($line eq 'Done') { next;