VirtualBox

Changeset 68684 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Sep 6, 2017 3:48:00 PM (7 years ago)
Author:
vboxsync
Message:

Additions/linux: fix a cosmetic log file error on Linux 2.4.
bugref:3809: Linux installer maintenance

Fix a cosmetic error when vboxvideo setup was not entirely skipped on Linux
2.4-based systems.

File:
1 edited

Legend:

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

    r67858 r68684  
    217217    esac
    218218    if test -n "${blacklist_vboxvideo}"; then
    219         echo "blacklist vboxvideo" > /etc/modprobe.d/blacklist-vboxvideo.conf
     219        test -d /etc/modprobe.d &&
     220            echo "blacklist vboxvideo" > /etc/modprobe.d/blacklist-vboxvideo.conf
    220221    else
    221222        test -f /etc/modprobe.d/blacklist-vboxvideo.conf &&
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