Print this page
6805730 some simple changes would make 'init 5' much faster
6809492 startd shouldn't let hung subprocesses impede shutdown
*** 18,28 ****
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
! # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
# All Rights Reserved
#
--- 18,28 ----
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
! # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
# All Rights Reserved
#
*** 167,185 ****
usage "option -r and FSType ${FSType} are incompatible"
fi
ZONENAME=`zonename`
- # Check and if needed sync the boot archive before unmounting everything.
#
- if [ -z "${RFLAG}${NFLAG}${HFLAG}${FSType}" -a "$ZONENAME" = "global" \
- -a -x /sbin/bootadm ] ; then
- /sbin/bootadm -a update_all
- fi
-
-
- #
# If we are in deferred activation patching, and the caller is
# svc.startd, then exit without unmounting any of the remaining
# file systems since the call path is from shutdown. Note that
# by the time we get here, smf stop methods for nfs, cachefs
# etc, will have run.
--- 167,177 ----