Print this page
7928 Add support for SMF_EXIT_TEMP_TRANSIENT
*** 21,30 ****
--- 21,31 ----
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
+ # Copyright 2017 RackTop Systems.
#
smf_present () {
[ -r /etc/svc/volatile/repository_door ] && \
[ ! -f /etc/svc/volatile/repository_door ]
*** 240,244 ****
--- 241,246 ----
SMF_EXIT_ERR_CONFIG=96
SMF_EXIT_MON_DEGRADE=97
SMF_EXIT_MON_OFFLINE=98
SMF_EXIT_ERR_NOSMF=99
SMF_EXIT_ERR_PERM=100
+ SMF_EXIT_TEMP_TRANSIENT=101