1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# Copyright 2011 Nexenta Systems, Inc. All rights reserved. 25# 26 27set name=pkg.fmri value=pkg:/source/security/tcp-wrapper@7.6,5.11-0.148 28set name=pkg.obsolete value=true 29set name=variant.arch value=i386 30# 31# CDDL HEADER START 32# 33# The contents of this file are subject to the terms of the 34# Common Development and Distribution License (the "License"). 35# You may not use this file except in compliance with the License. 36# 37# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 38# or http://www.opensolaris.org/os/licensing. 39# See the License for the specific language governing permissions 40# and limitations under the License. 41# 42# When distributing Covered Code, include this CDDL HEADER in each 43# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 44# If applicable, add the following below this CDDL HEADER, with the 45# fields enclosed by brackets "[]" replaced with your own identifying 46# information: Portions Copyright [yyyy] [name of copyright owner] 47# 48# CDDL HEADER END 49# 50 51# 52# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 53# 54 55# 56# These actions represent settings which should appear in every package. 57# 58 59# 60# Name the consolidation this package came from. 61# 62set name=org.opensolaris.consolidation value=osnet 63 64# 65# Indicate that the package was published in a zones aware 66# fashion. 67# 68set name=variant.opensolaris.zone value=global value=nonglobal 69# 70# CDDL HEADER START 71# 72# The contents of this file are subject to the terms of the 73# Common Development and Distribution License (the "License"). 74# You may not use this file except in compliance with the License. 75# 76# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 77# or http://www.opensolaris.org/os/licensing. 78# See the License for the specific language governing permissions 79# and limitations under the License. 80# 81# When distributing Covered Code, include this CDDL HEADER in each 82# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 83# If applicable, add the following below this CDDL HEADER, with the 84# fields enclosed by brackets "[]" replaced with your own identifying 85# information: Portions Copyright [yyyy] [name of copyright owner] 86# 87# CDDL HEADER END 88# 89 90# 91# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 92# Use is subject to license terms. 93# 94 95# 96# Only publish packages for the currently specified architecture 97# 98# This is somewhat nonintuitive. In English: 99# 100# For any action of type "set", 101# if the "name" property matches the regex "variant.arch", 102# and *every* occurrence of the "value" property does not match 103# $ARCH, then don't publish it. 104# 105# ...in other words, if *any* occurrence of "value" matches i386, 106# then the negative lookahead assertion in the regex will fail, and we 107# won't abort based on the action. 108# 109 110# 111# Catch don't-publish settings from manifest-embedded transforms 112# 113# 114# CDDL HEADER START 115# 116# The contents of this file are subject to the terms of the 117# Common Development and Distribution License (the "License"). 118# You may not use this file except in compliance with the License. 119# 120# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 121# or http://www.opensolaris.org/os/licensing. 122# See the License for the specific language governing permissions 123# and limitations under the License. 124# 125# When distributing Covered Code, include this CDDL HEADER in each 126# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 127# If applicable, add the following below this CDDL HEADER, with the 128# fields enclosed by brackets "[]" replaced with your own identifying 129# information: Portions Copyright [yyyy] [name of copyright owner] 130# 131# CDDL HEADER END 132# 133 134# 135# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 136# 137 138# 139# This file and its contents are supplied under the terms of the 140# Common Development and Distribution License ("CDDL"), version 1.0. 141# You may only use this file in accordance with the terms of version 142# 1.0 of the CDDL. 143# 144# A full copy of the text of the CDDL should have accompanied this 145# source. A copy of the CDDL is also available via the Internet 146# at http://www.illumos.org/license/CDDL. 147# 148 149# Copyright 2011, Richard Lowe 150 151# Manual pages are documentation, and more specifically 'man' documentation 152# 153# CDDL HEADER START 154# 155# The contents of this file are subject to the terms of the 156# Common Development and Distribution License (the "License"). 157# You may not use this file except in compliance with the License. 158# 159# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 160# or http://www.opensolaris.org/os/licensing. 161# See the License for the specific language governing permissions 162# and limitations under the License. 163# 164# When distributing Covered Code, include this CDDL HEADER in each 165# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 166# If applicable, add the following below this CDDL HEADER, with the 167# fields enclosed by brackets "[]" replaced with your own identifying 168# information: Portions Copyright [yyyy] [name of copyright owner] 169# 170# CDDL HEADER END 171# 172 173# 174# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 175# Copyright 2011, Richard Lowe 176# 177 178# 179# For kernel/drv, set .conf files to mode 0644. Assume all other 180# files there are drivers, and give them mode 0755 and reboot-needed. 181# 182# The (?<!r) construct in the reboot-needed transform is a negative 183# lookbehind assertion: it says "only match this regex if the 184# previously matched text does NOT match regex r." So it will match 185# all files in the various kernel trees, except for .conf files. 186# 187 188 189# 190# Non-global zones should not have content in kernel, usr/kernel (and 191# other kernel dirs) or in boot/. 192# 193 194 195# 196# shared objects should generally have mode 0755 197# 198 199# 200# Catch some of the collections of largely read-only files 201# 202 203 204# 205# For what's left, go with root:bin 0644, +x for directories 206# 207 208# 209# Default values for legacy actions 210# 211# 212# CDDL HEADER START 213# 214# The contents of this file are subject to the terms of the 215# Common Development and Distribution License (the "License"). 216# You may not use this file except in compliance with the License. 217# 218# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 219# or http://www.opensolaris.org/os/licensing. 220# See the License for the specific language governing permissions 221# and limitations under the License. 222# 223# When distributing Covered Code, include this CDDL HEADER in each 224# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 225# If applicable, add the following below this CDDL HEADER, with the 226# fields enclosed by brackets "[]" replaced with your own identifying 227# information: Portions Copyright [yyyy] [name of copyright owner] 228# 229# CDDL HEADER END 230# 231 232# 233# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 234# 235 236# 237# Pull out the license paths for staging in the proto area. Ignore 238# those with no path separators, as that indicates a file kept in 239# $SRC/pkg/license_files, rather than alongside the associated source. 240# 241 242# 243# Ordering is important here, and the last line wins. 244# 245# The default of "current" is provided by the calling environment, 246# rather than a print operation. 247# 248