VirtualBox

Changeset 57490 in vbox


Ignore:
Timestamp:
Aug 21, 2015 10:48:48 AM (9 years ago)
Author:
vboxsync
Message:

Additions/x11/VBoxClient: check for the kernel service before starting on Solaris too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/Installer/98vboxadd-xclient

    r54180 r57490  
    2222done
    2323
    24 if test -f /proc/modules && ! grep -q vboxguest /proc/modules 2>/dev/null; then
     24if ! test -c /dev/vboxguest 2>/dev/null; then
    2525   # Do not start if the kernel module is not present.
    2626   notify-send "VBoxClient: the VirtualBox kernel service is not running.  Exiting."
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