VirtualBox

Ignore:
Timestamp:
Dec 8, 2008 7:18:32 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40529
Message:

VBoxDrvTiger.kext (#3202).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/loadnetflt.sh

    r15113 r15130  
    55
    66#
    7 # Copyright (C) 2006-2007 Sun Microsystems, Inc.
     7# Copyright (C) 2006-2008 Sun Microsystems, Inc.
    88#
    99# Sun Microsystems, Inc. confidential
     
    1111#
    1212
     13XNU_VERSION=`LC_ALL=C uname -r | LC_ALL=C cut -d . -f 1`
     14
    1315DRVNAME="VBoxNetFlt.kext"
    1416BUNDLE="org.virtualbox.kext.VBoxNetFlt"
    1517
    16 DEP_DRVNAME="VBoxDrv.kext"
     18if [ "$XNU_VERSION" -ge "9" ]; then
     19  DEP_DRVNAME="VBoxDrv.kext"
     20else
     21  DEP_DRVNAME="VBoxDrvTiger.kext"
     22fi
    1723DEP_BUNDLE="org.virtualbox.kext.VBoxDrv"
    1824
Note: See TracChangeset for help on using the changeset viewer.

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