components/pconsole/pconsole.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 09 Apr 2013 10:37:15 -0700
changeset 1251 f1fb66b52f41
parent 1205 6c6c27bcf9ac
child 1287 24a371a4ead9
permissions -rw-r--r--
16611225 foomatic-rip delivers obsolete LP functionality 16611235 foomatic-rip and foomatic-db-engine should have the same sysconfdir 16611239 sysmon message file package manifest has wrong FMRI 16611251 userland pkglint should not double report pkg.linted messages 16611268 userland needs pkg.linted cleanup. 16611270 userland manifests shouldn't have dir actions
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
409
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    23
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
409
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.fmri \
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value=pkg:/terminal/pconsole@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=pkg.description value="pconsole is an administrative tool for working with clusters of machines: it distributes the commands you type to each node in the cluster."
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=pkg.summary value="Parallel console"
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    31
set name=com.oracle.info.description value="pconsole, the parallel console"
409
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 409
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 409
diff changeset
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 409
diff changeset
    35
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 409
diff changeset
    36
    value=PSARC/2008/606
409
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
license pconsole.copyright license='GPLv2'
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file files/exec_attr path=etc/security/exec_attr.d/pconsole
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file files/pconsole.1 path=usr/share/man/man1/pconsole.1
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file files/pconsole.html path=usr/lib/help/profiles/locale/C/pconsole.html
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file files/prof_attr path=etc/security/prof_attr.d/pconsole
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file usr/bin/pconsole path=usr/sbin/pconsole-bin
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file usr/bin/pconsole.sh path=usr/sbin/pconsole
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file usr/bin/ssh.sh path=usr/share/doc/pconsole/ssh.sh mode=0555