1*74e20cfeSnh145002#!/bin/sh 2*74e20cfeSnh145002# 3*74e20cfeSnh145002# CDDL HEADER START 4*74e20cfeSnh145002# 5*74e20cfeSnh145002# The contents of this file are subject to the terms of the 6*74e20cfeSnh145002# Common Development and Distribution License (the "License"). 7*74e20cfeSnh145002# You may not use this file except in compliance with the License. 8*74e20cfeSnh145002# 9*74e20cfeSnh145002# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*74e20cfeSnh145002# or http://www.opensolaris.org/os/licensing. 11*74e20cfeSnh145002# See the License for the specific language governing permissions 12*74e20cfeSnh145002# and limitations under the License. 13*74e20cfeSnh145002# 14*74e20cfeSnh145002# When distributing Covered Code, include this CDDL HEADER in each 15*74e20cfeSnh145002# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*74e20cfeSnh145002# If applicable, add the following below this CDDL HEADER, with the 17*74e20cfeSnh145002# fields enclosed by brackets "[]" replaced with your own identifying 18*74e20cfeSnh145002# information: Portions Copyright [yyyy] [name of copyright owner] 19*74e20cfeSnh145002# 20*74e20cfeSnh145002# CDDL HEADER END 21*74e20cfeSnh145002# 22*74e20cfeSnh145002# 23*74e20cfeSnh145002# ident "%Z%%M% %I% %E% SMI" 24*74e20cfeSnh145002# 25*74e20cfeSnh145002# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 26*74e20cfeSnh145002# Use is subject to license terms. 27*74e20cfeSnh145002# 28*74e20cfeSnh145002 29*74e20cfeSnh145002sysenable=0 30