Changeset 20529 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin
- Timestamp:
- Jun 13, 2009 8:22:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/loadnetflt.sh
r17009 r20529 81 81 # On smbfs, this might succeed just fine but make no actual changes, 82 82 # so we might have to temporarily copy the driver to a local directory. 83 sudo chown -R root:wheel "$DIR" "$DEP_DIR" 84 OWNER=`/usr/bin/stat -f "%u" "$DIR"` 83 if sudo chown -R root:wheel "$DIR" "$DEP_DIR"; then 84 OWNER=`/usr/bin/stat -f "%u" "$DIR"` 85 else 86 OWNER=1000 87 fi 85 88 if test "$OWNER" -ne 0; then 86 89 TMP_DIR=/tmp/${SCRIPT_NAME}.tmp
Note:
See TracChangeset
for help on using the changeset viewer.