Print this page
6805730 some simple changes would make 'init 5' much faster
6809492 startd shouldn't let hung subprocesses impede shutdown

*** 1,13 **** #!/sbin/sh # # CDDL HEADER START # # The contents of this file are subject to the terms of the ! # Common Development and Distribution License, Version 1.0 only ! # (the "License"). You may not use this file except in compliance ! # with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. --- 1,12 ---- #!/sbin/sh # # CDDL HEADER START # # The contents of this file are subject to the terms of the ! # Common Development and Distribution License (the "License"). ! # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License.
*** 23,36 **** # # Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T. # All rights reserved. # # ! # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # - #ident "%Z%%M% %I% %E% SMI" # "Run Commands" for init states 0, 5 and 6. PATH=/usr/sbin:/usr/bin --- 22,34 ---- # # Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T. # All rights reserved. # # ! # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # "Run Commands" for init states 0, 5 and 6. PATH=/usr/sbin:/usr/bin
*** 84,91 **** fi [ -f /etc/.dynamic_routing ] && /usr/bin/rm -f /etc/.dynamic_routing trap "" 15 - - [ -x /usr/lib/acct/closewtmp ] && /usr/lib/acct/closewtmp - /sbin/sync; /sbin/sync; /sbin/sync --- 82,86 ----