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