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