Changeset 5498 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Oct 25, 2007 8:19:21 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh
r4071 r5498 157 157 } 158 158 159 mknod -m 066 4$dev c $maj $min || {159 mknod -m 0660 $dev c $maj $min || { 160 160 rmmod $modname 161 161 fail "Cannot create device $dev with major $maj and minor $min"
Note:
See TracChangeset
for help on using the changeset viewer.