Print this page
10451 smf_method(5) man page needs updates after 7928

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/smf_method.5.man.txt
          +++ new/usr/src/man/man5/smf_method.5.man.txt
↓ open down ↓ 175 lines elided ↑ open up ↑
 176  176         The following exit status codes are defined in <libscf.h> and in the
 177  177         shell support file.
 178  178  
 179  179  
 180  180  
 181  181  
 182  182         SMF_EXIT_OK           0          Method exited,
 183  183                                          performing its
 184  184                                          operation
 185  185                                          successfully.
      186 +       SMF_EXIT_NODAEMON     94         Method exited
      187 +                                        successfully but
      188 +                                        purposefully leaves
      189 +                                        no processes
      190 +                                        remaining in the
      191 +                                        contract; it should
      192 +                                        be treated as if it
      193 +                                        had a transient
      194 +                                        service model.
 186  195         SMF_EXIT_ERR_FATAL    95         Method failed
 187  196                                          fatally and is
 188  197                                          unrecoverable
 189  198                                          without
 190  199                                          administrative
 191  200                                          intervention.
 192  201         SMF_EXIT_ERR_CONFIG   96         Unrecoverable
 193  202                                          configuration
 194  203                                          error. A common
 195  204                                          condition that
↓ open down ↓ 243 lines elided ↑ open up ↑
 439  448         The present version of smf(5) does not support multiple repositories.
 440  449  
 441  450  
 442  451         When a service is configured to be started as root but with privileges
 443  452         different from limit_privileges, the resulting process is privilege
 444  453         aware.  This can be surprising to developers who expect seteuid(<non-
 445  454         zero UID>) to reduce privileges to basic or less.
 446  455  
 447  456  
 448  457  
 449      -                                 June 6, 2016                    SMF_METHOD(5)
      458 +                               February 25, 2019                 SMF_METHOD(5)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX