Changeset 7886 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Apr 10, 2008 4:29:58 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29511
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c
r7626 r7886 30 30 #undef u /* /usr/include/sys/user.h:249:1 is where this is defined to (curproc->p_user). very cool. */ 31 31 32 #if defined(DEBUG_ramshankar) && !defined(LOG_ENABLED)33 #define LOG_ENABLED34 #endif35 32 #include "VBoxGuestInternal.h" 36 33 #include <VBox/log.h> -
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r7878 r7886 32 32 /usr/sbin/installf -c none $PKGINST /usr/bin/VBoxClient=$vboxadditions_path/VBoxClient s 33 33 /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 34 35 35 36 # Install Xorg components to the required places -
trunk/src/VBox/Additions/solaris/Makefile.kmk
r7870 r7886 54 54 $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11config.pl \ 55 55 $(VBOX_PATH_X11_ADDITION_INSTALLER)/solaris_xorg.conf \ 56 $(VBOX_PATH_X11_ADDITION_INSTALLER)/VBoxRandR.sh \ 56 57 $(PATH_BIN)/additions/vboxguest \ 57 58 $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.conf \ … … 85 86 $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_X11_ADDITION_INSTALLER)/x11config.pl $(SOLARISINSTDIR)/x11config.pl 86 87 $(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 87 89 $(QUIET)$(INSTALL) -m 0644 $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.conf $(SOLARISINSTDIR)/vboxguest.conf 88 90 $(QUIET)$(CP) -f $(PATH_BIN)/additions/vboxguest $(SOLARISINSTDIR)/vboxguest 91 $(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARISINSTDIR)/vboxguest,) 89 92 $(QUIET)$(BIN_COPY) $(PATH_BIN)/additions/VBoxClient $(SOLARISINSTDIR)/VBoxClient 90 93 $(QUIET)$(BIN_COPY) $(PATH_BIN)/additions/VBoxService $(SOLARISINSTDIR)/VBoxService
Note:
See TracChangeset
for help on using the changeset viewer.