usr/src/pkg/manifests_dev/system-management-visual-panels-panel-zconsole.p5m
author David Powell <david.e.powell@oracle.com>
Thu, 05 May 2011 13:16:34 -0700
changeset 698 3c730b38d1b0
parent 692 6c96466094d8
child 720 58815d7de6df
permissions -rw-r--r--
18261 panel packages should depend on visual-panels-core 18262 listen_on_port doesn't fully initialize sockaddr structure
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
661
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     1
#
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     3
#
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     7
#
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    12
#
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    18
#
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    20
#
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    21
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    22
#
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    24
#
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    25
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    26
license cr_Oracle license=cr_Oracle
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    27
set name=pkg.fmri value=pkg:/system/management/visual-panels/panel-zconsole@$(PKGVERS)
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary value="Zone Console Panel"
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    29
set name=pkg.description value="Zone Console Panel"
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    30
set name=info.classification value="org.opensolaris.category.2008:Applications/Configuration and Preferences"
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    31
set name=variant.arch value=$(ARCH)
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    32
dir path=usr group=sys
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    33
dir path=usr/share group=sys
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    34
dir path=usr/share/vpanels
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    35
dir path=usr/share/vpanels/panel
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    36
file path=usr/share/vpanels/panel/vpanels-panels-zconsole.jar
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    37
dir path=usr/share/vpanels/panels
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    38
file path=usr/share/vpanels/panels/zconsole.xml
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    39
dir path=usr/share/vpanels/pixmaps
b872751c9419 17927 rzd: zone console access
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    40
file path=usr/share/vpanels/pixmaps/zconsole.png
698
3c730b38d1b0 18261 panel packages should depend on visual-panels-core
David Powell <david.e.powell@oracle.com>
parents: 692
diff changeset
    41
depend fmri=pkg:/system/management/visual-panels-core@$(PKGVERS) type=require
688
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 661
diff changeset
    42
depend fmri=pkg:/system/management/rad/module/rad-zones-bridge@$(PKGVERS) type=require