mirror of
https://github.com/webmin/webmin.git
synced 2026-06-20 03:10:30 +01:00
Include Apache modules in apache updates
This commit is contained in:
@@ -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" :
|
||||
|
||||
Reference in New Issue
Block a user