\n"; print "
"; &additional_log('exec', undef, "rhn_check"); open(CMD, "up2date -u 2>&1 |"); while() { while(s/^[^\015]+\015([^\012])/$1/) { } if (/\/([^\/\s]+)\-([^\-]+)\-([^\-]+)\.rpm/i) { push(@packs, $1); } print; } close(CMD); print "
\n"; foreach $p (@packs) { local @pinfo = &show_package_info($p); } &webmin_log("rhn", "check", undef, { 'packages' => \@packs }) if (@packs); &ui_print_footer("", $text{'index_return'}); } else { &redirect(""); }