Changeset 58429 in vbox for trunk/src/VBox/HostDrivers/linux
- Timestamp:
- Oct 27, 2015 2:37:59 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103687
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/load.sh
r58428 r58429 20 20 21 21 set -e 22 # bird: This is not acceptable.23 #if ! test "`echo /etc/udev/rules.d/*-vboxdrv.rules`" \24 # = "/etc/udev/rules.d/*-vboxdrv.rules"; then25 # echo "You can not use this script while you have a version of VirtualBox installed."26 # echo "If you are running from the build directory you may have installed using"27 # echo "loadall.sh. You may wish to re-run that."28 # ## @todo Any one who needs different behaviour should decide what and do it.29 # exit 130 #fi31 22 32 23 # Parse parameters.
Note:
See TracChangeset
for help on using the changeset viewer.