Changeset 18265 in vbox for trunk/src/VBox/Additions/solaris/Installer
- Timestamp:
- Mar 25, 2009 5:09:08 PM (16 years ago)
- Location:
- trunk/src/VBox/Additions/solaris/Installer
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/VBox.sh
r12134 r18265 1 1 #!/bin/sh 2 # Sun xVMVirtualBox2 # Sun VirtualBox 3 3 # VirtualBox startup script for Solaris Guests Additions 4 4 # 5 # Copyright (C) 2008 Sun Microsystems, Inc.5 # Copyright (C) 2008-2009 Sun Microsystems, Inc. 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/solaris/Installer/makepackage.sh
r17668 r18265 1 1 #!/bin/sh 2 # Sun xVMVirtualBox2 # Sun VirtualBox 3 3 # VirtualBox Solaris Guest Additions package creation script. 4 4 # 5 # Copyright (C) 2008 Sun Microsystems, Inc.5 # Copyright (C) 2008-2009 Sun Microsystems, Inc. 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 90 90 91 91 filelist_fixup prototype '$3 == "opt/VirtualBoxAdditions/vboxservice.xml=vboxservice.xml"' '$3 = "var/svc/manifest/system/virtualbox/vboxservice.xml=vboxservice.xml"' 92 echo " --- start of prototype ---" 92 echo " --- start of prototype ---" 93 93 cat prototype 94 94 echo " --- end of prototype --- " -
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r17698 r18265 1 1 #!/bin/sh 2 # Sun xVMVirtualBox2 # Sun VirtualBox 3 3 # VirtualBox postinstall script for Solaris. 4 4 # 5 # Copyright (C) 2008 Sun Microsystems, Inc.5 # Copyright (C) 2008-2009 Sun Microsystems, Inc. 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Additions/solaris/Installer/preremove.sh
r17031 r18265 1 1 #!/bin/sh 2 # Sun xVMVirtualBox2 # Sun VirtualBox 3 3 # VirtualBox pre-remove script for Solaris Guest Additions. 4 4 # 5 # Copyright (C) 2008 Sun Microsystems, Inc.5 # Copyright (C) 2008-2009 Sun Microsystems, Inc. 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 18 18 # 19 19 20 echo "Sun xVMVirtualBox Guest Additions - preremove script"20 echo "Sun VirtualBox Guest Additions - preremove script" 21 21 echo "This script will unload the VirtualBox Guest kernel module..." 22 22 -
trunk/src/VBox/Additions/solaris/Installer/vboxguest.pkginfo
r13031 r18265 1 1 PKG="SUNWvboxguest" 2 NAME="Sun xVMVirtualBox Guest Additions"3 SUNW_PRODNAME="Sun xVMVirtualBox Guest Additions"2 NAME="Sun VirtualBox Guest Additions" 3 SUNW_PRODNAME="Sun VirtualBox Guest Additions" 4 4 ARCH="@UNAME_P@" 5 5 VERSION="@VBOX_VERSION_STRING@,REV=r@VBOX_SVN_REV@.@VBOX_VERSION_REVSTAMP@" -
trunk/src/VBox/Additions/solaris/Installer/vboxguest.sh
r17579 r18265 1 1 #!/bin/sh 2 # Sun xVMVirtualBox2 # Sun VirtualBox 3 3 # VirtualBox Guest Additions kernel module control script for Solaris. 4 4 # 5 # Copyright (C) 2008 Sun Microsystems, Inc.5 # Copyright (C) 2008-2009 Sun Microsystems, Inc. 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 40 40 { 41 41 cputype=`isainfo -k` 42 modulepath="$MODDIR32/$MODNAME" 42 modulepath="$MODDIR32/$MODNAME" 43 43 if test "$cputype" = "amd64"; then 44 44 modulepath="$MODDIR64/$MODNAME" -
trunk/src/VBox/Additions/solaris/Installer/vboxservice.xml
r13352 r18265 1 1 <?xml version='1.0'?> 2 2 <!-- 3 # Sun xVMVirtualBox3 # Sun VirtualBox 4 4 # Solaris SMF service manifest for VBoxService (timesync). 5 5 # 6 Copyright (C) 2008 Sun Microsystems, Inc.6 Copyright (C) 2008-2009 Sun Microsystems, Inc. 7 7 8 8 This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.