Deleted Added
full compact
openssh.xml.in (180740) openssh.xml.in (180744)
1<?xml version='1.0'?>
2<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
3<!--
4 Copyright (c) 2006 Chad Mynhier.
5
6 Permission to use, copy, modify, and distribute this software for any
7 purpose with or without fee is hereby granted, provided that the above
8 copyright notice and this permission notice appear in all copies.

--- 5 unchanged lines hidden (view full) ---

14 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17-->
18
19<service_bundle type='manifest' name='OpenSSH server'>
20
21 <service
1<?xml version='1.0'?>
2<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
3<!--
4 Copyright (c) 2006 Chad Mynhier.
5
6 Permission to use, copy, modify, and distribute this software for any
7 purpose with or without fee is hereby granted, provided that the above
8 copyright notice and this permission notice appear in all copies.

--- 5 unchanged lines hidden (view full) ---

14 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17-->
18
19<service_bundle type='manifest' name='OpenSSH server'>
20
21 <service
22 name='site/openssh'
22 name='site/__SYSVINIT_NAME__'
23 type='service'
24 version='1'>
25
26<!--
27 We default to disabled so administrator can decide to enable or not.
28-->
29 <create_default_instance enabled='false'/>
30

--- 20 unchanged lines hidden (view full) ---

51 restart_on='none'
52 grouping='optional_all'>
53 <service_fmri value='svc:/milestone/multi-user-server'/>
54 </dependent>
55
56 <exec_method
57 name='start'
58 type='method'
23 type='service'
24 version='1'>
25
26<!--
27 We default to disabled so administrator can decide to enable or not.
28-->
29 <create_default_instance enabled='false'/>
30

--- 20 unchanged lines hidden (view full) ---

51 restart_on='none'
52 grouping='optional_all'>
53 <service_fmri value='svc:/milestone/multi-user-server'/>
54 </dependent>
55
56 <exec_method
57 name='start'
58 type='method'
59 exec='/lib/svc/method/site/__SYSVINIT_NAME__ start'
59 exec='__SMF_METHOD_DIR__/__SYSVINIT_NAME__ start'
60 timeout_seconds='60'>
61 <method_context/>
62 </exec_method>
63
64 <exec_method
65 name='stop'
66 type='method'
67 exec=':kill'

--- 23 unchanged lines hidden ---
60 timeout_seconds='60'>
61 <method_context/>
62 </exec_method>
63
64 <exec_method
65 name='stop'
66 type='method'
67 exec=':kill'

--- 23 unchanged lines hidden ---