Changeset 4480 in vbox for trunk/src/VBox
- Timestamp:
- Sep 2, 2007 10:57:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/load.sh
r216 r4480 4 4 # For development. 5 5 # 6 # Copyright (C) 2006-2007 innotek GmbH 7 # 8 # This file is part of VirtualBox Open Source Edition (OSE), as 9 # available from http://www.virtualbox.org. This file is free software; 10 # you can redistribute it and/or modify it under the terms of the GNU 11 # General Public License as published by the Free Software Foundation, 12 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 # distribution. VirtualBox OSE is distributed in the hope that it will 14 # be useful, but WITHOUT ANY WARRANTY of any kind. 15 6 16 7 17 DIR="VBoxDrv.kext" … … 25 35 sudo chown -R `whoami` "$DIR" 26 36 sudo chmod 666 /dev/vboxdrv 27 28 29
Note:
See TracChangeset
for help on using the changeset viewer.