Changeset 13296 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Oct 15, 2008 6:13:17 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37968
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/mod.sh
r11725 r13296 41 41 $SUDO cp $DIR/vboxdrv $VBOXDRV_DIR/vboxdrv 42 42 $SUDO cp $script_dir/src/VBox/HostDrivers/Support/solaris/vboxdrv.conf $VBOXDRV_CONF_DIR/vboxdrv.conf 43 old_id=`/usr/sbin/modinfo | /usr/xpg4/bin/grep vbox | cut -f 1 -d ' ' `43 old_id=`/usr/sbin/modinfo | /usr/xpg4/bin/grep vbox | cut -f 1 -d ' ' | sort -n -r ` 44 44 if test -n "$old_id"; then 45 45 echo "* unloading $old_id..."
Note:
See TracChangeset
for help on using the changeset viewer.