xref: /onnv-gate/usr/src/pkg/transforms/common_actions (revision 12616:17a31b0faaa4)
1*12616Sdp@eng.sun.com#
2*12616Sdp@eng.sun.com# CDDL HEADER START
3*12616Sdp@eng.sun.com#
4*12616Sdp@eng.sun.com# The contents of this file are subject to the terms of the
5*12616Sdp@eng.sun.com# Common Development and Distribution License (the "License").
6*12616Sdp@eng.sun.com# You may not use this file except in compliance with the License.
7*12616Sdp@eng.sun.com#
8*12616Sdp@eng.sun.com# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*12616Sdp@eng.sun.com# or http://www.opensolaris.org/os/licensing.
10*12616Sdp@eng.sun.com# See the License for the specific language governing permissions
11*12616Sdp@eng.sun.com# and limitations under the License.
12*12616Sdp@eng.sun.com#
13*12616Sdp@eng.sun.com# When distributing Covered Code, include this CDDL HEADER in each
14*12616Sdp@eng.sun.com# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*12616Sdp@eng.sun.com# If applicable, add the following below this CDDL HEADER, with the
16*12616Sdp@eng.sun.com# fields enclosed by brackets "[]" replaced with your own identifying
17*12616Sdp@eng.sun.com# information: Portions Copyright [yyyy] [name of copyright owner]
18*12616Sdp@eng.sun.com#
19*12616Sdp@eng.sun.com# CDDL HEADER END
20*12616Sdp@eng.sun.com#
21*12616Sdp@eng.sun.com
22*12616Sdp@eng.sun.com#
23*12616Sdp@eng.sun.com# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24*12616Sdp@eng.sun.com#
25*12616Sdp@eng.sun.com
26*12616Sdp@eng.sun.com#
27*12616Sdp@eng.sun.com# These actions represent settings which should appear in every package.
28*12616Sdp@eng.sun.com#
29*12616Sdp@eng.sun.com
30*12616Sdp@eng.sun.com#
31*12616Sdp@eng.sun.com# Name the consolidation this package came from.
32*12616Sdp@eng.sun.com#
33*12616Sdp@eng.sun.comset name=org.opensolaris.consolidation value=osnet
34*12616Sdp@eng.sun.com
35*12616Sdp@eng.sun.com#
36*12616Sdp@eng.sun.com# Indicate that the package was published in a zones aware
37*12616Sdp@eng.sun.com# fashion.
38*12616Sdp@eng.sun.com#
39*12616Sdp@eng.sun.comset name=variant.opensolaris.zone value=global value=nonglobal
40