Changeset 17645 in vbox
- Timestamp:
- Mar 10, 2009 5:10:23 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44133
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxdrv.sh
r17638 r17645 258 258 info "VirtualBox USB Monitor kernel module already loaded." 259 259 else 260 /usr/sbin/add_drv -m'* 06 00root sys' $USBMODNAME || abort "Failed to add VirtualBox USB Monitor Kernel module."260 /usr/sbin/add_drv -m'* 0666 root sys' $USBMODNAME || abort "Failed to add VirtualBox USB Monitor Kernel module." 261 261 /usr/sbin/modload -p drv/$USBMODNAME 262 262 if test ! vboxusbmon_loaded; then
Note:
See TracChangeset
for help on using the changeset viewer.