VirtualBox

Changeset 5739 in vbox for trunk/debian/vboxdrv.init.tmpl


Ignore:
Timestamp:
Nov 14, 2007 11:40:04 AM (17 years ago)
Author:
vboxsync
Message:

sync debian/ directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/vboxdrv.init.tmpl

    r5452 r5739  
    9191      failure "No suitable module for running kernel found."
    9292    fi
    93     if ! modprobe $MODNAME; then
     93    if ! modprobe $MODNAME > /dev/null 2>&1; then
    9494      failure "Modprobe $MODNAME failed. Please use 'dmesg' to find out why."
    9595    fi
     
    111111      failure "Cannot locate device major."
    112112    fi
    113     if ! mknod -m 0664 $DEVICE c $MAJOR $MINOR; then
     113    if ! mknod -m 0660 $DEVICE c $MAJOR $MINOR; then
    114114      rmmod $MODNAME
    115115      failure "Cannot create device $DEVICE with major $MAJOR and minor $MINOR."
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