VirtualBox

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


Ignore:
Timestamp:
Apr 11, 2008 4:42:59 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29559
Message:

Additions/x11: Added x11restore and Solaris installer now uninstalls additions fine.

Location:
trunk/src/VBox/Additions
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Installer/preremove.sh

    r7878 r7930  
    2424/opt/VirtualBoxAdditions/vboxguest.sh stop
    2525
     26# Try and restore xorg.conf!
     27echo "Restoring Xorg..."
     28/opt/VirtualBoxAdditions/x11restore.pl
     29
    2630echo "Done."
    2731
  • trunk/src/VBox/Additions/solaris/Makefile.kmk

    r7906 r7930  
    5353                $(VBOX_PATH_X11_ADDITION_INSTALLER)/98vboxadd-xclient \
    5454                $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11config.pl \
     55                $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11restore.pl \
    5556                $(VBOX_PATH_X11_ADDITION_INSTALLER)/solaris_xorg.conf \
    5657                $(VBOX_PATH_X11_ADDITION_INSTALLER)/VBoxRandR.sh \
     
    8586        $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_X11_ADDITION_INSTALLER)/98vboxadd-xclient                    $(SOLARISINSTDIR)/1099.vboxclient
    8687        $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11config.pl                         $(SOLARISINSTDIR)/x11config.pl
     88        $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11restore.pl                        $(SOLARISINSTDIR)/x11restore.pl
    8789        $(QUIET)$(INSTALL) -m 0644 $(VBOX_PATH_X11_ADDITION_INSTALLER)/solaris_xorg.conf                    $(SOLARISINSTDIR)/solaris_xorg.conf
    8890        $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_X11_ADDITION_INSTALLER)/VBoxRandR.sh                         $(SOLARISINSTDIR)/VBoxRandR.sh
    8991        $(QUIET)$(INSTALL) -m 0644 $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.conf  $(SOLARISINSTDIR)/vboxguest.conf
    9092        $(QUIET)$(CP) -f $(PATH_BIN)/additions/vboxguest                                                    $(SOLARISINSTDIR)/vboxguest
    91         $(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARISINSTDIR)/vboxguest,)
     93        @#$(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARISINSTDIR)/vboxguest,)
    9294        $(QUIET)$(BIN_COPY) $(PATH_BIN)/additions/VBoxClient                                                $(SOLARISINSTDIR)/VBoxClient
    9395        $(QUIET)$(BIN_COPY) $(PATH_BIN)/additions/VBoxService                                               $(SOLARISINSTDIR)/VBoxService
  • trunk/src/VBox/Additions/x11/installer/98vboxadd-xclient

    r7779 r7930  
    11#!/bin/sh
    22# innotek VirtualBox
    3 # Start the Guest Additions X11 clipboard client
     3# Start the Guest Additions X11 Client
    44#
    55#
    6 # Copyright 2007-2008 innotek GmbH
     6# Copyright (C) 2007-2008 innotek GmbH
    77#
    8 # Use only with permission
     8# This file is part of VirtualBox Open Source Edition (OSE), as
     9# available from http://www.virtualbox.org. This file is free software;
     10# you can redistribute it and/or modify it under the terms of the GNU
     11# General Public License (GPL) as published by the Free Software
     12# Foundation, in version 2 as it comes in the "COPYING" file of the
     13# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     14# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    915#
    1016
    1117/usr/bin/VBoxClient
     18
  • trunk/src/VBox/Additions/x11/installer/x11config.pl

    r7765 r7930  
    33# innotek VirtualBox
    44#
    5 # Linux Additions X11 config update script
     5# Guest Additions X11 config update script
    66#
    7 # Copyright (C) 2006-2007 innotek GmbH
     7# Copyright (C) 2006-2008 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
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