Changeset 32388 in vbox for trunk/src/VBox/Additions/x11/Installer
- Timestamp:
- Sep 10, 2010 10:13:07 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65744
- Location:
- trunk/src/VBox/Additions/x11/Installer
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/Installer/98vboxadd-xclient
r27612 r32388 1 1 #!/bin/sh 2 # Sun VirtualBox2 # 3 3 # Start the Guest Additions X11 Client 4 4 # 5 # Copyright (C) 2007-20 09Sun Microsystems, Inc.5 # Copyright (C) 2007-2010 Sun Microsystems, Inc. 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/x11/Installer/x11config-new.pl
r29611 r32388 1 1 #!/usr/bin/perl -w 2 2 # 3 # Sun VirtualBox4 #5 3 # Guest Additions X11 config update script 6 4 # 7 # Copyright (C) 2006-20 09Oracle Corporation5 # Copyright (C) 2006-2010 Oracle Corporation 8 6 # 9 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/x11/Installer/x11config.pl
r28800 r32388 1 1 #!/usr/bin/perl -w 2 #3 # Sun VirtualBox4 2 # 5 3 # Guest Additions X11 config update script 6 4 # 7 # Copyright (C) 2006-20 09Oracle Corporation5 # Copyright (C) 2006-2010 Oracle Corporation 8 6 # 9 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/x11/Installer/x11config15.pl
r28800 r32388 1 1 #!/usr/bin/perl -w 2 #3 # Sun VirtualBox4 2 # 5 3 # Guest Additions X11 config update script for X.org 1.5 6 4 # 7 # Copyright (C) 2006-20 09Oracle Corporation5 # Copyright (C) 2006-2010 Oracle Corporation 8 6 # 9 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/x11/Installer/x11config15sol.pl
r28800 r32388 1 1 #!/usr/bin/perl -w 2 #3 # Sun VirtualBox4 2 # 5 3 # Guest Additions X11 config update script 6 4 # 7 # Copyright (C) 2006-20 09Oracle Corporation5 # Copyright (C) 2006-2010 Oracle Corporation 8 6 # 9 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/x11/Installer/x11config15suse.pl
r28800 r32388 1 1 #!/usr/bin/perl -w 2 #3 # Sun VirtualBox4 2 # 5 3 # Guest Additions X11 config update script 6 4 # 7 # Copyright (C) 2006-20 09Oracle Corporation5 # Copyright (C) 2006-2010 Oracle Corporation 8 6 # 9 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/x11/Installer/x11restore.pl
r28800 r32388 2 2 # $Revision$ 3 3 # 4 # Sun VirtualBox5 #6 4 # Restore xorg.conf while removing Guest Additions. 7 5 # 8 # Copyright (C) 2008-20 09Oracle Corporation6 # Copyright (C) 2008-2010 Oracle Corporation 9 7 # 10 8 # This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.