Changeset 15130 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Dec 8, 2008 7:18:32 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 40529
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/loadnetflt.sh
r15113 r15130 5 5 6 6 # 7 # Copyright (C) 2006-200 7Sun Microsystems, Inc.7 # Copyright (C) 2006-2008 Sun Microsystems, Inc. 8 8 # 9 9 # Sun Microsystems, Inc. confidential … … 11 11 # 12 12 13 XNU_VERSION=`LC_ALL=C uname -r | LC_ALL=C cut -d . -f 1` 14 13 15 DRVNAME="VBoxNetFlt.kext" 14 16 BUNDLE="org.virtualbox.kext.VBoxNetFlt" 15 17 16 DEP_DRVNAME="VBoxDrv.kext" 18 if [ "$XNU_VERSION" -ge "9" ]; then 19 DEP_DRVNAME="VBoxDrv.kext" 20 else 21 DEP_DRVNAME="VBoxDrvTiger.kext" 22 fi 17 23 DEP_BUNDLE="org.virtualbox.kext.VBoxDrv" 18 24
Note:
See TracChangeset
for help on using the changeset viewer.