VirtualBox

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


Ignore:
Timestamp:
Apr 10, 2008 4:29:58 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29511
Message:

Additions/X11: add VBoxRandR to solaris guest installer.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c

    r7626 r7886  
    3030#undef u /* /usr/include/sys/user.h:249:1 is where this is defined to (curproc->p_user). very cool. */
    3131
    32 #if defined(DEBUG_ramshankar) && !defined(LOG_ENABLED)
    33 #define LOG_ENABLED
    34 #endif
    3532#include "VBoxGuestInternal.h"
    3633#include <VBox/log.h>
  • trunk/src/VBox/Additions/solaris/Installer/postinstall.sh

    r7878 r7886  
    3232/usr/sbin/installf -c none $PKGINST /usr/bin/VBoxClient=$vboxadditions_path/VBoxClient s
    3333/usr/sbin/installf -c none $PKGINST /usr/bin/VBoxService=$vboxadditions_path/VBoxService s
     34/usr/sbin/installf -c none $PKGINST /usr/bin/VBoxRandR=$vboxadditions_path/VBoxRandR.sh s
    3435
    3536# Install Xorg components to the required places
  • trunk/src/VBox/Additions/solaris/Makefile.kmk

    r7870 r7886  
    5454                $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11config.pl \
    5555                $(VBOX_PATH_X11_ADDITION_INSTALLER)/solaris_xorg.conf \
     56                $(VBOX_PATH_X11_ADDITION_INSTALLER)/VBoxRandR.sh \
    5657                $(PATH_BIN)/additions/vboxguest \
    5758                $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.conf \
     
    8586        $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11config.pl                         $(SOLARISINSTDIR)/x11config.pl
    8687        $(QUIET)$(INSTALL) -m 0644 $(VBOX_PATH_X11_ADDITION_INSTALLER)/solaris_xorg.conf                    $(SOLARISINSTDIR)/solaris_xorg.conf
     88        $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_X11_ADDITION_INSTALLER)/VBoxRandR.sh                         $(SOLARISINSTDIR)/VBoxRandR.sh
    8789        $(QUIET)$(INSTALL) -m 0644 $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.conf  $(SOLARISINSTDIR)/vboxguest.conf
    8890        $(QUIET)$(CP) -f $(PATH_BIN)/additions/vboxguest                                                    $(SOLARISINSTDIR)/vboxguest
     91        $(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARISINSTDIR)/vboxguest,)
    8992        $(QUIET)$(BIN_COPY) $(PATH_BIN)/additions/VBoxClient                                                $(SOLARISINSTDIR)/VBoxClient
    9093        $(QUIET)$(BIN_COPY) $(PATH_BIN)/additions/VBoxService                                               $(SOLARISINSTDIR)/VBoxService
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