pkg/exceptions-validate_pkg.p5m
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Thu, 28 Jul 2011 15:21:03 -0700
changeset 1172 4597acbe535f
parent 1167 ca7a5afc0ea4
child 1174 d5cee2f2a900
permissions -rw-r--r--
7041659 X packages should not deliver dir actions for directories defined elsewhere
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1120
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# Permission is hereby granted, free of charge, to any person obtaining a
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# copy of this software and associated documentation files (the "Software"),
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# to deal in the Software without restriction, including without limitation
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# and/or sell copies of the Software, and to permit persons to whom the
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# Software is furnished to do so, subject to the following conditions:
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
#
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# The above copyright notice and this permission notice (including the next
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
# paragraph) shall be included in all copies or substantial portions of the
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# Software.
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
#
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
# DEALINGS IN THE SOFTWARE.
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
# This manifest exists solely to provide a list of directories that
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
# validate_pkg can match against, since the actions that define them
1172
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    26
# are provided in other consolidations.   We don't need to deliver
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    27
# dir actions in the X packages for every directory we deliver files into.
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    28
# For those directories already defined in packages we depend on, we can
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    29
# just rely on them providing an appropriate definition and not worry about
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    30
# ensuring we specify the same owner/permissions in our packages.
1120
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
#
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
# These can't be included in exception_lists/packaging since that causes
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
# all files under these directories to be flagged as errors for being
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
# included in packages.
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
1172
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    36
dir path=etc
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    37
dir path=etc/hal
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    38
dir path=etc/hal/fdi
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    39
dir path=etc/hal/fdi/policy
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    40
dir path=etc/hal/fdi/policy/10osvendor
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    41
dir path=etc/hal/fdi/preprobe
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    42
dir path=etc/hal/fdi/preprobe/10osvendor
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    43
dir path=etc/security
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    44
dir path=etc/security/auth_attr.d
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    45
dir path=etc/security/exec_attr.d
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    46
dir path=etc/security/prof_attr.d
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    47
dir path=lib
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    48
dir path=lib/svc
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    49
dir path=lib/svc/manifest
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    50
dir path=lib/svc/manifest/application
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    51
dir path=lib/svc/method
1152
6cf0f98f6d5f 6979433 several X packages missing dependencies on ogl-select package
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1120
diff changeset
    52
dir path=system
6cf0f98f6d5f 6979433 several X packages missing dependencies on ogl-select package
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1120
diff changeset
    53
dir path=system/volatile
1172
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    54
dir path=usr
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    55
dir path=usr/bin
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    56
dir path=usr/bin/$(ARCH64)
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    57
dir path=usr/demo
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    58
dir path=usr/include
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    59
dir path=usr/lib
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    60
dir path=usr/lib/$(ARCH64)
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    61
dir path=usr/lib/$(ARCH64)/pkgconfig
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    62
dir path=usr/lib/hal
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    63
dir path=usr/lib/help
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    64
dir path=usr/lib/help/auths
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    65
dir path=usr/lib/help/auths/locale
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    66
dir path=usr/lib/help/auths/locale/C
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    67
dir path=usr/lib/help/profiles
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    68
dir path=usr/lib/help/profiles/locale
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    69
dir path=usr/lib/help/profiles/locale/C
1120
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    70
dir path=usr/lib/mdb
cc8eb3f69227 7041658 X packages should not deliver dir actions for mdb directories
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    71
dir path=usr/lib/mdb/proc
1172
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    72
dir path=usr/lib/mdb/proc/$(ARCH64)
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    73
dir path=usr/lib/pkgconfig
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    74
dir path=usr/lib/python$(PYTHON_PATH_VERSION)
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    75
dir path=usr/lib/python$(PYTHON_PATH_VERSION)/vendor-packages
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    76
dir path=usr/sbin
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    77
dir path=usr/share
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    78
dir path=usr/share/aclocal
1167
ca7a5afc0ea4 7067923 Upgrade xterm from 267 to 271
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1152
diff changeset
    79
dir path=usr/share/applications
1172
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    80
dir path=usr/share/doc
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    81
dir path=usr/share/locale
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    82
dir path=usr/share/locale/C
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    83
dir path=usr/share/locale/C/LC_MESSAGES
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    84
dir path=usr/share/man
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    85
dir path=usr/share/man/man1
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    86
dir path=usr/share/man/man3
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    87
dir path=usr/share/man/man3lib
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    88
dir path=usr/share/man/man4
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    89
dir path=usr/share/man/man5
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    90
dir path=usr/share/man/man7
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    91
dir path=usr/share/pixmaps
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    92
dir path=usr/share/pkgconfig
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    93
dir path=usr/share/sgml
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    94
dir path=var
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    95
dir path=var/cache
4597acbe535f 7041659 X packages should not deliver dir actions for directories defined elsewhere
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1167
diff changeset
    96
dir path=var/log