Print this page
don't depend on pidfiles in openssh refresh
fix openssh ssh.xml reference to sshd manual section
        
@@ -42,11 +42,11 @@
                 <exec_method name='stop' type='method'
                 exec=':kill'
                 timeout_seconds='60' />
                 
                 <exec_method name='refresh' type='method'
-                exec='/lib/svc/method/sshd restart'
+                exec=':kill -HUP'
                 timeout_seconds='60' />
 
                 <property_group name='general' type='framework'>
                         <propval name='action_authorization' type='astring'
                         value='omnios.smf.manage.openssh' />
@@ -58,11 +58,11 @@
                         <common_name>
                                 <loctext xml:lang='C'>OpenSSH Server</loctext>
                         </common_name>
 
                         <documentation>
-                                <manpage title='sshd' section='8' />
+                                <manpage title='sshd' section='1M' />
                                 <doc_link name='openssh.com' uri='http://openssh.com' />
                         </documentation>
                 </template>
         </service>
 </service_bundle>