VirtualBox

Changeset 37338 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 7, 2011 9:20:50 AM (14 years ago)
Author:
vboxsync
Message:

Solaris/Installer: Install netbow driver changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r37328 r37338  
    494494    fi
    495495
    496     # If vboxinst_vboxflt exists or if host is Solaris 10 or S11 versions < snv_159 then load vboxflt driver.
    497     if test -f /etc/vboxinst_vboxflt || test "$HOST_OS_MAJORVERSION" = "5.10" || test "$HOST_OS_MINORVERSION" -lt 159; then
     496    # If "/etc/vboxinst_vboxflt" exists or if host is Solaris 10 or S11 versions < snv_159 then load vboxflt driver.
     497    if test -f /etc/vboxinst_vboxflt || test "$HOST_OS_MAJORVERSION" = "5.10" || test "$HOST_OS_MINORVERSION" -lt 159 || test ! -f "$DIR_CONF/vboxbow.conf"; then
    498498        # Load VBoxNetFlt
    499499        if test -f "$DIR_CONF/vboxflt.conf"; then
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