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