diff --git a/software/yum-lib.pl b/software/yum-lib.pl index 1462443b8..2888cf92a 100755 --- a/software/yum-lib.pl +++ b/software/yum-lib.pl @@ -216,7 +216,7 @@ local ($name) = @_; local $maria = $gconfig{'real_os_type'} =~ /CentOS|Redhat|Scientific/ && $gconfig{'real_os_version'} >= 7; return $name eq "apache" ? "httpd mod_.*" : - $name eq "dhcpd" ? "dhcp" : + $name eq "dhcpd" ? "dhcp dhcp-server" : $name eq "mysql" && $maria ? "mariadb mariadb-server mariadb-devel" : $name eq "mysql" && !$maria ? "mysql mysql-server mysql-devel" : $name eq "openssh" ? "openssh openssh-server" :