Include Apache modules in apache updates

This commit is contained in:
Jamie Cameron
2012-03-31 10:15:56 -07:00
parent d19d0a81b8
commit 97b08afe70

View File

@@ -140,7 +140,7 @@ print &ui_form_end([ [ undef, $text{'yum_apply'} ] ]);
sub update_system_resolve
{
local ($name) = @_;
return $name eq "apache" ? "httpd" :
return $name eq "apache" ? "httpd mod_.*" :
$name eq "dhcpd" ? "dhcp" :
$name eq "mysql" ? "mysql mysql-server mysql-devel" :
$name eq "openssh" ? "openssh openssh-server" :