Changeset 59005 in vbox for trunk/src/VBox/Additions/solaris/Installer/vboxsetup3d.xml
- Timestamp:
- Dec 5, 2015 9:51:38 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104533
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/vboxsetup3d.xml
r58880 r59005 2 2 <!-- 3 3 # 4 # Solaris SMF service manifest for VBoxService (timesync).4 # Solaris SMF service manifest for setting up 3D pass-through. 5 5 # 6 Copyright (C) 2008-201 2Oracle Corporation6 Copyright (C) 2008-2015 Oracle Corporation 7 7 8 8 This file is part of VirtualBox Open Source Edition (OSE), as … … 25 25 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> 26 26 27 <service_bundle type='manifest' name='SUNWvboxguest:vboxse rvice'>27 <service_bundle type='manifest' name='SUNWvboxguest:vboxsetup3d'> 28 28 29 29 <service 30 name='application/virtualbox/vboxse rvice'30 name='application/virtualbox/vboxsetup3d' 31 31 type='service' 32 32 version='1'> … … 57 57 type='method' 58 58 name='start' 59 exec='/usr/ bin/VBoxService'59 exec='/usr/sbin/vboxguest.sh 3dstart' 60 60 timeout_seconds='30' /> 61 61 … … 63 63 type='method' 64 64 name='stop' 65 exec=' :kill'65 exec='/usr/sbin/vboxguest.sh 3dstop' 66 66 timeout_seconds='60' /> 67 68 <property_group name='startd' type='framework'> 69 <propval name='duration' type='astring' value='transient' /> 70 </property_group> 67 71 68 72 <template> 69 73 <common_name> 70 <loctext xml:lang='C'>VirtualBox Service.</loctext>74 <loctext xml:lang='C'>VirtualBox 3D pass-through set-up.</loctext> 71 75 </common_name> 72 76 </template>
Note:
See TracChangeset
for help on using the changeset viewer.