VirtualBox

Changeset 426 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 30, 2007 9:27:10 AM (18 years ago)
Author:
vboxsync
Message:

Fixed the fix to the additions installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r423 r426  
    169169    }
    170170    if [ ! -c $dev ]; then
    171         maj=`sed -n 's;\([0-9]\+\) vboxdrv;\1;p' /proc/devices`
     171        maj=`sed -n 's;\([0-9]\+\) vboxadd;\1;p' /proc/devices`
    172172        if [ ! -z "$maj" ]; then
    173173            min=0
    174174        else
    175             min=`sed -n 's;\([0-9]\+\) vboxdrv;\1;p' /proc/misc`
     175            min=`sed -n 's;\([0-9]\+\) vboxadd;\1;p' /proc/misc`
    176176            if [ ! -z "$min" ]; then
    177177                maj=10
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette