Changeset 48954 in vbox
- Timestamp:
- Oct 7, 2013 9:57:06 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 89651
- Location:
- trunk/src/VBox/Installer
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r48929 r48954 232 232 --version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) \ 233 233 $(if $(VBOX_MACOSX_INSTALLER_SIGN),--sign "$(VBOX_MACOSX_INSTALLER_SIGN)",) \ 234 $@ 234 $@ 235 235 @# Cleanup. 236 236 sudo rm -Rf \ -
trunk/src/VBox/Installer/darwin/VBoxKEXTs/VirtualBoxStartup.sh
r48928 r48954 21 21 . /etc/rc.common 22 22 else 23 # Fake the startup item functions we're using. 23 # Fake the startup item functions we're using. 24 24 25 25 ConsoleMessage() 26 26 { 27 if [ "$1" != "-f" ]; then 27 if [ "$1" != "-f" ]; then 28 28 echo "$@" 29 29 else … … 36 36 RunService() 37 37 { 38 case "$1" in 38 case "$1" in 39 39 "start") 40 40 StartService … … 55 55 sleep 3600 56 56 done 57 fi 57 fi 58 58 exit $?; 59 59 ;; … … 61 61 echo "Error: Unknown action '$1'" 62 62 exit 1; 63 esac 63 esac 64 64 } 65 65 fi -
trunk/src/VBox/Installer/linux/run-inst.sh
r44921 r48954 310 310 if ! test "$FORCE_UPGRADE" = "force"; then 311 311 exit 1 312 fi 312 fi 313 313 fi 314 314 done … … 358 358 if ! test "$FORCE_UPGRADE" = "force"; then 359 359 exit 1 360 fi 360 fi 361 361 fi 362 362 done -
trunk/src/VBox/Installer/linux/scripts/VBoxHeadlessXOrg.sh
r46352 r48954 23 23 # I have tried to follow the best practices I could find for writing a Linux 24 24 # service (and doing it in shell script) which should work well with 25 # traditional and modern service systems using minimal init or service files. 25 # traditional and modern service systems using minimal init or service files. 26 26 # In our case this boils down to: 27 27 # * Start with a single command line, stop using one of ${EXIT_SIGNALS} below. -
trunk/src/VBox/Installer/linux/scripts/check_module_dependencies.sh
r44528 r48954 370 370 ## Determine the commands needed to install gcc, make and the kernel headers on 371 371 # the current system. 372 # @param INSTALL_GCC_MAKE [out] Command to install gcc and make. 373 # @param INSTALL_HEADERS [out] Command to install gcc and make. 372 # @param INSTALL_GCC_MAKE [out] Command to install gcc and make. 373 # @param INSTALL_HEADERS [out] Command to install gcc and make. 374 374 # @param INSTALL_HEADERS_META [out] Command to install a dependency on the 375 375 # current kernel headers. May be empty. -
trunk/src/VBox/Installer/linux/testcase/tstInstallerLinux.sh
r39416 r48954 84 84 *) 85 85 echo Unknown command $command >&2; exit 1;; 86 esac 86 esac 87 87 } 88 88 -
trunk/src/VBox/Installer/linux/vboxautostart-service.sh
-
Property svn:eol-style
changed from
native
toLF
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Installer/linux/vboxballoonctrl-service.sh
-
Property svn:eol-style
changed from
native
toLF
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Installer/linux/vboxweb-service.sh
-
Property svn:eol-style
changed from
native
toLF
-
Property svn:eol-style
changed from
-
trunk/src/VBox/Installer/solaris/VBoxISAExec.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Installer/solaris/VBoxZoneAccess.c
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r48207 r48954 534 534 done 535 535 fi 536 536 537 537 if test "$result" -ne 0; then 538 538 subprint "Unloading: $moddesc module ...FAILED!" … … 1253 1253 DIR_CONF="/usr/kernel/drv" 1254 1254 ;; 1255 --sh-trace) # forwarded pkgadd -v 1255 --sh-trace) # forwarded pkgadd -v 1256 1256 set -x 1257 1257 ;; -
trunk/src/VBox/Installer/win/Stub/VBoxStubCertUtil.cpp
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
r43886 r48954 1 /* $Id : VBoxStubCertUtil.cpp 81975 2012-11-09 13:28:58Z bird$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxStub - VirtualBox's Windows installer stub (certificate manipulations). -
Property svn:eol-style
set to
-
trunk/src/VBox/Installer/win/Stub/VBoxStubCertUtil.h
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
Note:
See TracChangeset
for help on using the changeset viewer.