1f6e214c7SGavin Maltby# 2f6e214c7SGavin Maltby# CDDL HEADER START 3f6e214c7SGavin Maltby# 4f6e214c7SGavin Maltby# The contents of this file are subject to the terms of the 5f6e214c7SGavin Maltby# Common Development and Distribution License (the "License"). 6f6e214c7SGavin Maltby# You may not use this file except in compliance with the License. 7f6e214c7SGavin Maltby# 8f6e214c7SGavin Maltby# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9f6e214c7SGavin Maltby# or http://www.opensolaris.org/os/licensing. 10f6e214c7SGavin Maltby# See the License for the specific language governing permissions 11f6e214c7SGavin Maltby# and limitations under the License. 12f6e214c7SGavin Maltby# 13f6e214c7SGavin Maltby# When distributing Covered Code, include this CDDL HEADER in each 14f6e214c7SGavin Maltby# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15f6e214c7SGavin Maltby# If applicable, add the following below this CDDL HEADER, with the 16f6e214c7SGavin Maltby# fields enclosed by brackets "[]" replaced with your own identifying 17f6e214c7SGavin Maltby# information: Portions Copyright [yyyy] [name of copyright owner] 18f6e214c7SGavin Maltby# 19f6e214c7SGavin Maltby# CDDL HEADER END 20f6e214c7SGavin Maltby# 21f6e214c7SGavin Maltby 22f6e214c7SGavin Maltby# 23f6e214c7SGavin Maltby# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24f6e214c7SGavin Maltby# 25f6e214c7SGavin Maltby 26f6e214c7SGavin Maltbyset name=pkg.fmri value=pkg:/service/fault-management/smtp-notify@$(PKGVERS) 27f6e214c7SGavin Maltbyset name=pkg.description \ 28f6e214c7SGavin Maltby value="smtp-notify is a small, lightweight daemon that subscribes to both software and FMA problem lifecycle events. Upon receipt of an event, it produces an email notification based on a set of notification preferences which are stored in the SMF service configuration repository." 29f6e214c7SGavin Maltbyset name=pkg.summary value="Email Notification Daemon for System Events" 30f6e214c7SGavin Maltbyset name=info.classification \ 31*1021d8f4SRichard Lowe value="org.opensolaris.category.2008:System/Administration and Configuration" 32f6e214c7SGavin Maltbyset name=variant.arch value=$(ARCH) 33f6e214c7SGavin Maltbyset name=variant.opensolaris.zone value=global value=nonglobal 34f6e214c7SGavin Maltbydir path=lib/svc/manifest/system group=sys 35f6e214c7SGavin Maltbydir path=lib/svc/manifest/system/fm group=sys 36f6e214c7SGavin Maltbydir path=usr/lib 37f6e214c7SGavin Maltbydir path=usr/lib/fm 38f6e214c7SGavin Maltbydir path=usr/lib/fm/notify 39f6e214c7SGavin Maltbyfile path=lib/svc/manifest/system/fm/smtp-notify.xml group=sys mode=0444 40f6e214c7SGavin Maltbyfile path=usr/lib/fm/notify/process_msg_template.sh mode=0555 41f6e214c7SGavin Maltbyfile path=usr/lib/fm/notify/smtp-notify mode=0555 42f6e214c7SGavin Maltbylicense cr_Sun license=cr_Sun 43f6e214c7SGavin Maltbylicense lic_CDDL license=lic_CDDL 44f6e214c7SGavin Maltby# 45f6e214c7SGavin Maltby# snmp-notify depends on libraries delivered in this package 46f6e214c7SGavin Maltby# 47f6e214c7SGavin Maltbydepend fmri=service/fault-management type=require 48f6e214c7SGavin Maltby# 49f6e214c7SGavin Maltby# snmp-notify requires the sendmail-client service in order to be able to send 50f6e214c7SGavin Maltby# email notifications. 51f6e214c7SGavin Maltby# 52f6e214c7SGavin Maltbydepend fmri=service/network/smtp/sendmail type=require 53