Print this page
Remove extraneous OmniTI copyright

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/boot/scripts/root_archive.ksh
          +++ new/usr/src/cmd/boot/scripts/root_archive.ksh
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16   16  # If applicable, add the following below this CDDL HEADER, with the
  17   17  # fields enclosed by brackets "[]" replaced with your own identifying
  18   18  # information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22   22  
  23   23  # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25      -# Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
  26   25  #
  27   26  # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  28   27  
  29   28  # utility to pack and unpack a boot/root archive
  30   29  # both ufs and hsfs (iso9660) format archives are unpacked
  31   30  # only ufs archives are generated
  32   31  #
  33   32  # usage: pack   <archive> <root>
  34   33  #        unpack <archive> <root>
  35   34  #
↓ open down ↓ 310 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX