Print this page
don't depend on pidfiles in openssh refresh
fix openssh ssh.xml reference to sshd manual section

*** 42,52 **** <exec_method name='stop' type='method' exec=':kill' timeout_seconds='60' /> <exec_method name='refresh' type='method' ! exec='/lib/svc/method/sshd restart' timeout_seconds='60' /> <property_group name='general' type='framework'> <propval name='action_authorization' type='astring' value='omnios.smf.manage.openssh' /> --- 42,52 ---- <exec_method name='stop' type='method' exec=':kill' timeout_seconds='60' /> <exec_method name='refresh' type='method' ! exec=':kill -HUP' timeout_seconds='60' /> <property_group name='general' type='framework'> <propval name='action_authorization' type='astring' value='omnios.smf.manage.openssh' />
*** 58,68 **** <common_name> <loctext xml:lang='C'>OpenSSH Server</loctext> </common_name> <documentation> ! <manpage title='sshd' section='8' /> <doc_link name='openssh.com' uri='http://openssh.com' /> </documentation> </template> </service> </service_bundle> --- 58,68 ---- <common_name> <loctext xml:lang='C'>OpenSSH Server</loctext> </common_name> <documentation> ! <manpage title='sshd' section='1M' /> <doc_link name='openssh.com' uri='http://openssh.com' /> </documentation> </template> </service> </service_bundle>