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