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