Changeset 7930 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Apr 11, 2008 4:42:59 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29559
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/preremove.sh
r7878 r7930 24 24 /opt/VirtualBoxAdditions/vboxguest.sh stop 25 25 26 # Try and restore xorg.conf! 27 echo "Restoring Xorg..." 28 /opt/VirtualBoxAdditions/x11restore.pl 29 26 30 echo "Done." 27 31 -
trunk/src/VBox/Additions/solaris/Makefile.kmk
r7906 r7930 53 53 $(VBOX_PATH_X11_ADDITION_INSTALLER)/98vboxadd-xclient \ 54 54 $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11config.pl \ 55 $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11restore.pl \ 55 56 $(VBOX_PATH_X11_ADDITION_INSTALLER)/solaris_xorg.conf \ 56 57 $(VBOX_PATH_X11_ADDITION_INSTALLER)/VBoxRandR.sh \ … … 85 86 $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_X11_ADDITION_INSTALLER)/98vboxadd-xclient $(SOLARISINSTDIR)/1099.vboxclient 86 87 $(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 87 89 $(QUIET)$(INSTALL) -m 0644 $(VBOX_PATH_X11_ADDITION_INSTALLER)/solaris_xorg.conf $(SOLARISINSTDIR)/solaris_xorg.conf 88 90 $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_X11_ADDITION_INSTALLER)/VBoxRandR.sh $(SOLARISINSTDIR)/VBoxRandR.sh 89 91 $(QUIET)$(INSTALL) -m 0644 $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.conf $(SOLARISINSTDIR)/vboxguest.conf 90 92 $(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,) 92 94 $(QUIET)$(BIN_COPY) $(PATH_BIN)/additions/VBoxClient $(SOLARISINSTDIR)/VBoxClient 93 95 $(QUIET)$(BIN_COPY) $(PATH_BIN)/additions/VBoxService $(SOLARISINSTDIR)/VBoxService -
trunk/src/VBox/Additions/x11/installer/98vboxadd-xclient
r7779 r7930 1 1 #!/bin/sh 2 2 # innotek VirtualBox 3 # Start the Guest Additions X11 clipboard client3 # Start the Guest Additions X11 Client 4 4 # 5 5 # 6 # Copyright 2007-2008 innotek GmbH6 # Copyright (C) 2007-2008 innotek GmbH 7 7 # 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. 9 15 # 10 16 11 17 /usr/bin/VBoxClient 18 -
trunk/src/VBox/Additions/x11/installer/x11config.pl
r7765 r7930 3 3 # innotek VirtualBox 4 4 # 5 # LinuxAdditions X11 config update script5 # Guest Additions X11 config update script 6 6 # 7 # Copyright (C) 2006-200 7innotek GmbH7 # Copyright (C) 2006-2008 innotek GmbH 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.