usr/src/pkg/manifests/system-install-auto-install-auto-install-common.mf
author Susan Sohn <susan.sohn@oracle.com>
Wed, 08 Aug 2012 15:25:24 -0700
changeset 1763 ca9c641c8ec7
parent 1647 026affedb710
permissions -rw-r--r--
7190110 Sync up manpages in the slim_source gate
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
827
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
     1
#
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
     2
# CDDL HEADER START
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
     3
#
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
     7
#
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    11
# and limitations under the License.
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    12
#
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    18
#
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    19
# CDDL HEADER END
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    20
#
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    21
#
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    22
# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
827
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    23
#
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    24
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    25
set name=pkg.fmri \
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    26
    value=pkg:/system/install/auto-install/auto-install-common@$(PKGVERS)
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    27
set name=pkg.summary value="AI common components"
827
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    28
set name=pkg.description value="Automated Installer common components"
1250
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    29
set name=info.classification \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    30
    value="org.opensolaris.category.2008:System/Administration and Configuration"
827
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    31
set name=variant.arch value=$(ARCH)
a522c6d6cba1 15784 slim_source gate should build IPS packages by default
David Miner <dminer@opensolaris.org>
parents:
diff changeset
    32
set name=variant.opensolaris.zone value=global value=nonglobal
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    33
dir  path=etc group=sys
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    34
dir  path=etc/user_attr.d group=sys
1160
6f7e708c38ec 16257 Support for zones configuration and installation should be included in AI
Ethan Quach <Ethan.Quach@sun.com>
parents: 1151
diff changeset
    35
file path=etc/user_attr.d/system%2Finstall%2Fauto-install group=sys
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    36
dir  path=usr group=sys
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    37
dir  path=usr/bin
1160
6f7e708c38ec 16257 Support for zones configuration and installation should be included in AI
Ethan Quach <Ethan.Quach@sun.com>
parents: 1151
diff changeset
    38
file path=usr/bin/ai_get_manifest mode=0555
6f7e708c38ec 16257 Support for zones configuration and installation should be included in AI
Ethan Quach <Ethan.Quach@sun.com>
parents: 1151
diff changeset
    39
file path=usr/bin/aimanifest mode=0555
6f7e708c38ec 16257 Support for zones configuration and installation should be included in AI
Ethan Quach <Ethan.Quach@sun.com>
parents: 1151
diff changeset
    40
file path=usr/bin/auto-install mode=0555
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    41
dir  path=usr/lib
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    42
dir  path=usr/lib/python2.6
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    43
dir  path=usr/lib/python2.6/vendor-packages
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    44
dir  path=usr/lib/python2.6/vendor-packages/osol_install
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    45
file path=usr/lib/python2.6/vendor-packages/osol_install/_libaiscf.so mode=0444
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    46
dir  path=usr/lib/python2.6/vendor-packages/osol_install/auto_install
1250
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    47
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    48
    path=usr/lib/python2.6/vendor-packages/osol_install/auto_install/__init__.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    49
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    50
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    51
    path=usr/lib/python2.6/vendor-packages/osol_install/auto_install/__init__.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    52
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    53
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    54
    path=usr/lib/python2.6/vendor-packages/osol_install/auto_install/ai_smf_service.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    55
    group=sys
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    56
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    57
    path=usr/lib/python2.6/vendor-packages/osol_install/auto_install/ai_smf_service.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    58
    group=sys
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    59
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    60
    path=usr/lib/python2.6/vendor-packages/osol_install/auto_install/aimdns_mod.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    61
    group=sys
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    62
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    63
    path=usr/lib/python2.6/vendor-packages/osol_install/auto_install/aimdns_mod.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    64
    group=sys
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    65
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    66
    path=usr/lib/python2.6/vendor-packages/osol_install/auto_install/installadm_common.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    67
    group=sys
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    68
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    69
    path=usr/lib/python2.6/vendor-packages/osol_install/auto_install/installadm_common.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    70
    group=sys
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    71
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    72
    path=usr/lib/python2.6/vendor-packages/osol_install/auto_install/service_config.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    73
    group=sys
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    74
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    75
    path=usr/lib/python2.6/vendor-packages/osol_install/auto_install/service_config.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    76
    group=sys
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    77
file path=usr/lib/python2.6/vendor-packages/osol_install/libaimdns.so mode=0444
1003
495c2e645aef 7018401 unnecessary packages included in system/install/auto-install/auto-install-common
John Fischer <John.Fischer@Sun.COM>
parents: 992
diff changeset
    78
file path=usr/lib/python2.6/vendor-packages/osol_install/libaiscf.py mode=0444
992
b19185e9da83 9538 AI webserver not restarting after server reboot
John Fischer <John.Fischer@Sun.COM>
parents: 872
diff changeset
    79
file path=usr/lib/python2.6/vendor-packages/osol_install/netif.so mode=0444
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    80
dir  path=usr/lib/python2.6/vendor-packages/solaris_install
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    81
dir  path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install
1250
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    82
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    83
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/__init__.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    84
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    85
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    86
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/__init__.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    87
    mode=0444
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    88
link \
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    89
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/ai_get_manifest.py \
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
    90
    target=../../../../../bin/ai_get_manifest
1250
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    91
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    92
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/ai_instance.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    93
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    94
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    95
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/ai_instance.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    96
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    97
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    98
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/auto_install.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
    99
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   100
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   101
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/auto_install.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   102
    mode=0444
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   103
dir  path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/checkpoints
1250
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   104
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   105
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/checkpoints/__init__.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   106
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   107
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   108
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/checkpoints/__init__.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   109
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   110
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   111
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/checkpoints/ai_configuration.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   112
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   113
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   114
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/checkpoints/ai_configuration.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   115
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   116
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   117
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/checkpoints/dmm.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   118
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   119
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   120
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/checkpoints/dmm.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   121
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   122
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   123
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/checkpoints/target_selection.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   124
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   125
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   126
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/checkpoints/target_selection.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   127
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   128
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   129
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/checkpoints/target_selection_zone.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   130
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   131
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   132
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/checkpoints/target_selection_zone.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   133
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   134
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   135
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/utmpx.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   136
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   137
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   138
    path=usr/lib/python2.6/vendor-packages/solaris_install/auto_install/utmpx.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   139
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   140
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   141
    path=usr/lib/python2.6/vendor-packages/solaris_install/manifest_input/__init__.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   142
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   143
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   144
    path=usr/lib/python2.6/vendor-packages/solaris_install/manifest_input/__init__.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   145
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   146
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   147
    path=usr/lib/python2.6/vendor-packages/solaris_install/manifest_input/mim.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   148
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   149
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   150
    path=usr/lib/python2.6/vendor-packages/solaris_install/manifest_input/mim.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   151
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   152
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   153
    path=usr/lib/python2.6/vendor-packages/solaris_install/manifest_input/process_dtd.py \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   154
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   155
file \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   156
    path=usr/lib/python2.6/vendor-packages/solaris_install/manifest_input/process_dtd.pyc \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   157
    mode=0444
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   158
dir  path=usr/share group=sys
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   159
dir  path=usr/share/auto_install group=sys
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   160
link path=usr/share/auto_install/default.xml target=manifest/default.xml
1309
a58fac510fb6 7047801 Derived Manifests Module should remove script restrictions of only ksh93 or python
Jack Schwartz <Jack.Schwartz@Oracle.COM>
parents: 1250
diff changeset
   161
file path=usr/share/auto_install/derived_manifest_test_env.sh group=sys \
a58fac510fb6 7047801 Derived Manifests Module should remove script restrictions of only ksh93 or python
Jack Schwartz <Jack.Schwartz@Oracle.COM>
parents: 1250
diff changeset
   162
    mode=0555
1250
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   163
file path=usr/share/auto_install/manifest/ai_manifest.xml group=sys mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   164
file path=usr/share/auto_install/manifest/default.xml group=sys mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   165
file path=usr/share/auto_install/manifest/zone_default.xml group=sys mode=0444
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   166
dir  path=usr/share/auto_install/sc_profiles group=sys
1250
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   167
file path=usr/share/auto_install/sc_profiles/sc_sample.xml group=sys mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   168
file path=usr/share/auto_install/sc_profiles/static_network.xml group=sys \
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   169
    mode=0444
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   170
file path=usr/share/auto_install/version group=sys mode=0444
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   171
dir  path=usr/share/man
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   172
dir  path=usr/share/man/ja_JP.UTF-8
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   173
dir  path=usr/share/man/ja_JP.UTF-8/man1m
1405
4202007bf64b 7074358 add translated install nroff manpages
Jack Schwartz <Jack.Schwartz@Oracle.COM>
parents: 1371
diff changeset
   174
file path=usr/share/man/ja_JP.UTF-8/man1m/aimanifest.1m mode=0444
1763
ca9c641c8ec7 7190110 Sync up manpages in the slim_source gate
Susan Sohn <susan.sohn@oracle.com>
parents: 1647
diff changeset
   175
dir  path=usr/share/man/ja_JP.UTF-8/man4
ca9c641c8ec7 7190110 Sync up manpages in the slim_source gate
Susan Sohn <susan.sohn@oracle.com>
parents: 1647
diff changeset
   176
file path=usr/share/man/ja_JP.UTF-8/man4/ai_manifest.4 mode=0444
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   177
dir  path=usr/share/man/man1m
1367
a5c349640e79 7068492 Update slim_source distro_const(1M) manpage to nroff version
Jack Schwartz <Jack.Schwartz@Oracle.COM>
parents: 1348
diff changeset
   178
file path=usr/share/man/man1m/aimanifest.1m mode=0444
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   179
dir  path=usr/share/man/man4
1371
75f1be81c162 7025229 Need an AI manifest man page
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1367
diff changeset
   180
file path=usr/share/man/man4/ai_manifest.4 mode=0444
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   181
dir  path=usr/share/man/zh_CN.UTF-8
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   182
dir  path=usr/share/man/zh_CN.UTF-8/man1m
1405
4202007bf64b 7074358 add translated install nroff manpages
Jack Schwartz <Jack.Schwartz@Oracle.COM>
parents: 1371
diff changeset
   183
file path=usr/share/man/zh_CN.UTF-8/man1m/aimanifest.1m mode=0444
1763
ca9c641c8ec7 7190110 Sync up manpages in the slim_source gate
Susan Sohn <susan.sohn@oracle.com>
parents: 1647
diff changeset
   184
dir  path=usr/share/man/zh_CN.UTF-8/man4
ca9c641c8ec7 7190110 Sync up manpages in the slim_source gate
Susan Sohn <susan.sohn@oracle.com>
parents: 1647
diff changeset
   185
file path=usr/share/man/zh_CN.UTF-8/man4/ai_manifest.4 mode=0444
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   186
group groupname=aiuser gid=61
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   187
user username=aiuser ftpuser=false gcos-field="AI User" group=aiuser uid=61
1250
404ceec26992 7040423 package manifests should be pkgfmt'ed
Mary Ding <mary.ding@oracle.com>
parents: 1231
diff changeset
   188
license cr_Sun license=cr_Sun
1647
026affedb710 7162573 aiuser user definition should not be a role.
Ethan Quach <Ethan.Quach@oracle.com>
parents: 1490
diff changeset
   189
depend type=require fmri=system/install/locale