Changeset 37338 in vbox for trunk/src/VBox
- Timestamp:
- Jun 7, 2011 9:20:50 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r37328 r37338 494 494 fi 495 495 496 # If vboxinst_vboxfltexists 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 ;then496 # 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 498 498 # Load VBoxNetFlt 499 499 if test -f "$DIR_CONF/vboxflt.conf"; then
Note:
See TracChangeset
for help on using the changeset viewer.