usr/src/pkg/manifests/system-management-visual-panels-svcs.mf
author David Powell <david.e.powell@oracle.com>
Thu, 20 May 2010 17:45:34 -0700
changeset 510 2fadc08949db
parent 508 b04790d194b9
child 531 b9cbb1abb42a
permissions -rw-r--r--
16029 packages shouldn't specify publisher name 16030 Some s/m/visual-panels content still in s/m/rad package
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
508
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     1
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     3
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     7
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    12
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    18
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    20
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    21
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    22
#
510
2fadc08949db 16029 packages shouldn't specify publisher name
David Powell <david.e.powell@oracle.com>
parents: 508
diff changeset
    23
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
508
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    24
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    25
510
2fadc08949db 16029 packages shouldn't specify publisher name
David Powell <david.e.powell@oracle.com>
parents: 508
diff changeset
    26
set name=pkg.fmri value=pkg:/system/management/visual-panels/svcs@$(PKGVERS)
508
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    27
set name=pkg.description value="SMF Services Administration GUI"
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    28
set name=consolidation value=vpanels
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    29
set name=classification value="Applications/Configuration and Preferences"
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    30
dir group=sys mode=0755 owner=root path=usr
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    31
dir group=sys mode=0755 owner=root path=usr/share
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    32
dir group=other mode=0755 owner=root path=usr/share/applications
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    33
file group=bin mode=0644 owner=root path=usr/share/applications/vp-svcs.desktop
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    34
dir group=sys mode=0755 owner=root path=usr/share/vpanels
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    35
dir group=sys mode=0755 owner=root path=usr/share/vpanels/panel
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    36
file group=sys mode=0644 owner=root path=usr/share/vpanels/panel/vpanels-panels-svcs.jar
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    37
dir group=sys mode=0755 owner=root path=usr/share/vpanels/panels
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    38
file group=sys mode=0444 owner=root path=usr/share/vpanels/panels/svcs.xml
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    39
depend fmri=pkg:/system/management/visual-panels@$(PKGVERS) type=require
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    40
depend fmri=pkg:/system/management/visual-panels/smf@$(PKGVERS) type=require