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

Split Close
Expand all
Collapse all
          --- old/build/openssh/ssh.xml
          +++ new/build/openssh/ssh.xml
↓ open down ↓ 36 lines elided ↑ open up ↑
  37   37                  
  38   38                  <exec_method name='start' type='method'
  39   39                  exec='/lib/svc/method/sshd start'
  40   40                  timeout_seconds='60' />
  41   41                  
  42   42                  <exec_method name='stop' type='method'
  43   43                  exec=':kill'
  44   44                  timeout_seconds='60' />
  45   45                  
  46   46                  <exec_method name='refresh' type='method'
  47      -                exec='/lib/svc/method/sshd restart'
       47 +                exec=':kill -HUP'
  48   48                  timeout_seconds='60' />
  49   49  
  50   50                  <property_group name='general' type='framework'>
  51   51                          <propval name='action_authorization' type='astring'
  52   52                          value='omnios.smf.manage.openssh' />
  53   53                  </property_group>
  54   54  
  55   55                  <stability value='Evolving' />
  56   56  
  57   57                  <template>
  58   58                          <common_name>
  59   59                                  <loctext xml:lang='C'>OpenSSH Server</loctext>
  60   60                          </common_name>
  61   61  
  62   62                          <documentation>
  63      -                                <manpage title='sshd' section='8' />
       63 +                                <manpage title='sshd' section='1M' />
  64   64                                  <doc_link name='openssh.com' uri='http://openssh.com' />
  65   65                          </documentation>
  66   66                  </template>
  67   67          </service>
  68   68  </service_bundle>
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX