Changeset 25143 in vbox
- Timestamp:
- Dec 2, 2009 12:25:10 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55551
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r24947 r25143 107 107 fi 108 108 109 if test ! 109 if test ! -x "$1"; then 110 110 errorprint "$1 missing or is not an executable" 111 111 exit 1 … … 382 382 # For VirtualBox 3.1 the new USB code requires Nevada > 123 383 383 if test "$HOST_OS_MINORVERSION" -gt 123; then 384 add_driver "$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$FATALOP" 384 add_driver "$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$FATALOP" "not-$NULLOP" "'* 0666 root sys'" 385 385 load_module "drv/$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$FATALOP" 386 386
Note:
See TracChangeset
for help on using the changeset viewer.