Print this page
10451 smf_method(5) man page needs updates after 7928
*** 181,190 ****
--- 181,199 ----
SMF_EXIT_OK 0 Method exited,
performing its
operation
successfully.
+ SMF_EXIT_NODAEMON 94 Method exited
+ successfully but
+ purposefully leaves
+ no processes
+ remaining in the
+ contract; it should
+ be treated as if it
+ had a transient
+ service model.
SMF_EXIT_ERR_FATAL 95 Method failed
fatally and is
unrecoverable
without
administrative
*** 444,449 ****
aware. This can be surprising to developers who expect seteuid(<non-
zero UID>) to reduce privileges to basic or less.
! June 6, 2016 SMF_METHOD(5)
--- 453,458 ----
aware. This can be surprising to developers who expect seteuid(<non-
zero UID>) to reduce privileges to basic or less.
! February 25, 2019 SMF_METHOD(5)