VirtualBox

Changeset 11520 in vbox for trunk/src


Ignore:
Timestamp:
Aug 20, 2008 2:36:31 PM (16 years ago)
Author:
vboxsync
Message:

Installer/solaris: Shuffle around instance stuff. With the default itance stuff the properties get placed in an unexpected place. In the future there might be more than one instance anyway, and then changing will be easier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/virtualbox-webservice.xml

    r11510 r11520  
    2727    version='1'>
    2828
    29     <create_default_instance enabled='false' />
    30 
    3129    <single_instance />
    3230
     
    5553    </dependency>
    5654
    57     <dependent
    58         name='virtualbox-webservice_multi-user'
    59         grouping='optional_all'
    60         restart_on='none'>
    61             <service_fmri value='svc:/milestone/multi-user' />
    62     </dependent>
     55    <instance name='default' enabled='false'>
    6356
    64     <exec_method
    65         type='method'
    66         name='start'
    67         exec='/opt/VirtualBox/smf-vboxwebsrv %m'
    68         timeout_seconds='15'>
    69         <method_context>
    70             <method_credential user='root' group='root' />
    71         </method_context>
    72     </exec_method>
     57        <dependent
     58            name='virtualbox-webservice_multi-user'
     59            grouping='optional_all'
     60            restart_on='none'>
     61                <service_fmri value='svc:/milestone/multi-user' />
     62        </dependent>
    7363
    74     <exec_method
    75         type='method'
    76         name='stop'
    77         exec='/opt/VirtualBox/smf-vboxwebsrv %m %{restarter/contract}'
    78         timeout_seconds='15'>
    79         <method_context>
    80             <method_credential user='root' group='root' />
    81         </method_context>
    82     </exec_method>
     64        <exec_method
     65            type='method'
     66            name='start'
     67            exec='/opt/VirtualBox/smf-vboxwebsrv %m'
     68            timeout_seconds='15'>
     69            <method_context>
     70                <method_credential user='root' group='root' />
     71            </method_context>
     72        </exec_method>
    8373
    84     <property_group name='config' type='application'>
    85         <propval name='user' type='astring' value='root' />
    86         <propval name='host' type='astring' value='localhost' />
    87         <propval name='port' type='integer' value='18083' />
    88     </property_group>
     74        <exec_method
     75            type='method'
     76            name='stop'
     77            exec='/opt/VirtualBox/smf-vboxwebsrv %m %{restarter/contract}'
     78            timeout_seconds='15'>
     79            <method_context>
     80                <method_credential user='root' group='root' />
     81            </method_context>
     82        </exec_method>
     83
     84        <property_group name='config' type='application'>
     85            <propval name='user' type='astring' value='root' />
     86            <propval name='host' type='astring' value='localhost' />
     87            <propval name='port' type='integer' value='18083' />
     88        </property_group>
     89
     90        <template>
     91            <common_name>
     92                <loctext xml:lang='C'>
     93                    VirtualBox Webservice
     94                </loctext>
     95            </common_name>
     96        </template>
     97
     98    </instance>
    8999
    90100    <stability value='External' />
    91 
    92     <template>
    93         <common_name>
    94             <loctext xml:lang='C'>
    95                 VirtualBox Webservice
    96             </loctext>
    97         </common_name>
    98     </template>
    99101
    100102</service>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette