Changeset 37314 in vbox
- Timestamp:
- Jun 3, 2011 9:23:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/mod.sh
r33144 r37314 6 6 7 7 # 8 # Copyright (C) 2006-20 09Oracle Corporation8 # Copyright (C) 2006-2011 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 71 71 echo "* unloading $old_id..." 72 72 sync 73 sync74 73 $SUDO /usr/sbin/modunload -i $old_id 75 74 #else … … 92 91 echo "* loading vboxdrv..." 93 92 sync 94 sync95 93 $SUDO /usr/sbin/modload $VBOXDRV_DIR/vboxdrv 96 94 /usr/sbin/modinfo | /usr/xpg4/bin/grep vboxdrv
Note:
See TracChangeset
for help on using the changeset viewer.