Changeset 57900 in vbox
- Timestamp:
- Sep 25, 2015 3:09:53 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Installer/linux/vboxdrv.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r56752 r57900 173 173 # ensure the character special exists 174 174 if [ ! -c $DEVICE ]; then 175 MAJOR=`sed -n 's;\([0-9]\+\) vboxdrv ;\1;p' /proc/devices`175 MAJOR=`sed -n 's;\([0-9]\+\) vboxdrv$;\1;p' /proc/devices` 176 176 if [ ! -z "$MAJOR" ]; then 177 177 MINOR=0 178 178 else 179 MINOR=`sed -n 's;\([0-9]\+\) vboxdrv ;\1;p' /proc/misc`179 MINOR=`sed -n 's;\([0-9]\+\) vboxdrv$;\1;p' /proc/misc` 180 180 if [ ! -z "$MINOR" ]; then 181 181 MAJOR=10
Note:
See TracChangeset
for help on using the changeset viewer.

