VirtualBox

Ignore:
Timestamp:
Oct 20, 2015 11:37:21 AM (9 years ago)
Author:
vboxsync
Message:

Installers/linux: tell check_module_dependencies.sh about dns on RedHat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/scripts/check_module_dependencies.sh

    r58332 r58333  
    301301    elif $file_exists /etc/redhat-release; then  # Red Hat family
    302302        GET_KERN_PACKAGE="$FIND_KERNEL_RPM"
    303         if $do_type yum >/dev/null 2>&1; then
     303        if $do_type dns >/dev/null 2>&1; then
     304            PACKAGE_INSTALLER="dns install"
     305        elif $do_type yum >/dev/null 2>&1; then
    304306            PACKAGE_INSTALLER="yum install"
    305307        else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette