VirtualBox

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


Ignore:
Timestamp:
Feb 15, 2010 9:50:33 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57703
Message:

Additions/linux: xorg.conf hacking: create a configuration file if we need one even if there was none before we started

File:
1 edited

Legend:

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

    r26505 r26531  
    458458            main_cfg="/etc/X11/xorg.conf"
    459459            nobak="/etc/X11/xorg.vbox.nobak"
    460             if test -z "$configured" -a ! -r "$nobak"; then
     460            if test -z "$configured"; then
    461461                touch "$main_cfg"
    462462                "$lib_dir/x11config-new.pl" $newmouse $automouse $nopsaux --noBak "$main_cfg"
Note: See TracChangeset for help on using the changeset viewer.

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