Changeset 28800 in vbox for trunk/src/VBox/Additions/solaris/Installer
- Timestamp:
- Apr 27, 2010 8:22:32 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60692
- Location:
- trunk/src/VBox/Additions/solaris/Installer
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/VBox.sh
r18265 r28800 3 3 # VirtualBox startup script for Solaris Guests Additions 4 4 # 5 # Copyright (C) 2008-2009 Sun Microsystems, Inc.5 # Copyright (C) 2008-2009 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 #15 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 # Clara, CA 95054 USA or visit http://www.sun.com if you need17 # additional information or have any questions.18 14 # 19 15 -
trunk/src/VBox/Additions/solaris/Installer/makepackage.sh
r25733 r28800 3 3 # VirtualBox Solaris Guest Additions package creation script. 4 4 # 5 # Copyright (C) 2008-2009 Sun Microsystems, Inc.5 # Copyright (C) 2008-2009 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 #15 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 # Clara, CA 95054 USA or visit http://www.sun.com if you need17 # additional information or have any questions.18 14 # 19 15 -
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r25735 r28800 3 3 # VirtualBox postinstall script for Solaris. 4 4 # 5 # Copyright (C) 2008-2009 Sun Microsystems, Inc.5 # Copyright (C) 2008-2009 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 #15 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 # Clara, CA 95054 USA or visit http://www.sun.com if you need17 # additional information or have any questions.18 14 # 19 15 -
trunk/src/VBox/Additions/solaris/Installer/preremove.sh
r24977 r28800 3 3 # VirtualBox pre-remove script for Solaris Guest Additions. 4 4 # 5 # Copyright (C) 2008-2009 Sun Microsystems, Inc.5 # Copyright (C) 2008-2009 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 #15 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 # Clara, CA 95054 USA or visit http://www.sun.com if you need17 # additional information or have any questions.18 14 # 19 15 -
trunk/src/VBox/Additions/solaris/Installer/vboxguest.sh
r25743 r28800 3 3 # VirtualBox Guest Additions kernel module control script for Solaris. 4 4 # 5 # Copyright (C) 2008-2009 Sun Microsystems, Inc.5 # Copyright (C) 2008-2009 Oracle Corporation 6 6 # 7 7 # This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 14 # 15 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 # Clara, CA 95054 USA or visit http://www.sun.com if you need17 # additional information or have any questions.18 #19 15 20 16 SILENTUNLOAD="" -
trunk/src/VBox/Additions/solaris/Installer/vboxservice.xml
r27157 r28800 4 4 # Solaris SMF service manifest for VBoxService (timesync). 5 5 # 6 Copyright (C) 2008-2009 Sun Microsystems, Inc.6 Copyright (C) 2008-2009 Oracle Corporation 7 7 8 8 This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 16 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 Clara, CA 95054 USA or visit http://www.sun.com if you need18 additional information or have any questions.19 15 --> 20 16 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
Note:
See TracChangeset
for help on using the changeset viewer.