usr/src/pkg/transforms/common_actions
author David Powell <david.e.powell@oracle.com>
Wed, 30 Jun 2010 16:01:09 -0700
changeset 531 b9cbb1abb42a
child 557 9cf7e34379f3
permissions -rw-r--r--
16428 Packages should use transforms for common attributes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
531
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
     1
#
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
     3
#
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
     7
#
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    12
#
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    18
#
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    20
#
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    21
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    22
#
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    24
#
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    25
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    26
#
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    27
# These actions represent settings which should appear in every package.
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    28
#
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    29
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    30
#
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    31
# Name the consolidation this package came from.
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    32
#
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    33
set name=org.opensolaris.consolidation value=vpanels
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    34
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    35
#
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    36
# Indicate that the package was published in a zones aware
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    37
# fashion.
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    38
#
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents:
diff changeset
    39
set name=variant.opensolaris.zone value=global value=nonglobal