Changeset 69343 in vbox for trunk/src/VBox/Additions/solaris
- Timestamp:
- Oct 26, 2017 12:11:00 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118667
- Location:
- trunk/src/VBox/Additions/solaris
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/VBox.sh
r37255 r69343 1 1 #!/bin/sh 2 # $Id$ 3 ## @file 4 # VirtualBox startup script for Solaris Guests Additions 2 5 # 3 # VirtualBox startup script for Solaris Guests Additions 6 4 7 # 5 8 # Copyright (C) 2008-2011 Oracle Corporation -
trunk/src/VBox/Additions/solaris/Installer/makepackage.sh
r59017 r69343 1 1 #!/bin/sh 2 # $Id$ 3 ## @file 4 # VirtualBox Solaris Guest Additions package creation script. 2 5 # 3 # VirtualBox Solaris Guest Additions package creation script. 6 4 7 # 5 8 # Copyright (C) 2008-2012 Oracle Corporation -
trunk/src/VBox/Additions/solaris/Installer/vbox_vendor_select
r59083 r69343 1 1 #!/bin/ksh93 2 # $Id$ 3 ## @file 4 # ??? 2 5 # 3 # Based on mesa_vendor_select from Solaris 11.3 with the following copyright: 6 7 # 8 # Copyright (C) 2013-2017 Oracle Corporation 9 # 10 # This file is based on mesa_vendor_select from Solaris 11.3 with the following copyright: 4 11 # 5 12 # Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved. … … 23 30 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 24 31 # DEALINGS IN THE SOFTWARE. 25 #26 32 # 27 33 -
trunk/src/VBox/Additions/solaris/Installer/vboxdevlink.sed
r56335 r69343 1 # $Id$ 2 ## @file 1 3 # sed class script to modify /etc/devlink.tab 4 # 5 6 # 7 # Copyright (C) 2008-2011 Oracle Corporation 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 17 # The contents of this file may alternatively be used under the terms 18 # of the Common Development and Distribution License Version 1.0 19 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 # VirtualBox OSE distribution, in which case the provisions of the 21 # CDDL are applicable instead of those of the GPL. 22 # 23 # You may elect to license modified versions of this file under the 24 # terms and conditions of either the GPL or the CDDL or both. 25 # 26 2 27 !install 3 28 /name=vboxguest/d -
trunk/src/VBox/Additions/solaris/Installer/vboxguest.sh
r59017 r69343 1 1 #!/bin/sh 2 # 2 # $Id$ 3 ## @file 3 4 # VirtualBox Guest Additions kernel module control script for Solaris. 5 # 6 4 7 # 5 8 # Copyright (C) 2008-2012 Oracle Corporation -
trunk/src/VBox/Additions/solaris/Installer/vboxservice.xml
-
Property svn:keywords
set to
Id Revision
-
Property svn:keywords
set to
-
trunk/src/VBox/Additions/solaris/Mouse/vboxms.c
r68654 r69343 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/Additions/solaris/Mouse/vboxms.conf
-
Property svn:eol-style
changed from
native
toLF
r42425 r69343 1 # $Id$ 2 ## @file 3 # OpenSolaris Guest Mouse Driver Configuration 1 4 # 2 # OpenSolaris Guest Mouse Driver Configuration 5 3 6 # 4 7 # Copyright (C) 2012 Oracle Corporation … … 12 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 16 # 17 # The contents of this file may alternatively be used under the terms 18 # of the Common Development and Distribution License Version 1.0 19 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 # VirtualBox OSE distribution, in which case the provisions of the 21 # CDDL are applicable instead of those of the GPL. 22 # 23 # You may elect to license modified versions of this file under the 24 # terms and conditions of either the GPL or the CDDL or both. 25 # 14 26 15 27 # This needs to go into /usr/kernel/drv, -
Property svn:eol-style
changed from
Note:
See TracChangeset
for help on using the changeset viewer.