xref: /illumos-gate/usr/src/pkg/manifests/service-fault-management-smtp-notify.p5m (revision 25b05a3ecbac136f5e1192d4d9e79dc14f895785)
1*25b05a3eSAndy Fiddaman#
2*25b05a3eSAndy Fiddaman# CDDL HEADER START
3*25b05a3eSAndy Fiddaman#
4*25b05a3eSAndy Fiddaman# The contents of this file are subject to the terms of the
5*25b05a3eSAndy Fiddaman# Common Development and Distribution License (the "License").
6*25b05a3eSAndy Fiddaman# You may not use this file except in compliance with the License.
7*25b05a3eSAndy Fiddaman#
8*25b05a3eSAndy Fiddaman# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*25b05a3eSAndy Fiddaman# or http://www.opensolaris.org/os/licensing.
10*25b05a3eSAndy Fiddaman# See the License for the specific language governing permissions
11*25b05a3eSAndy Fiddaman# and limitations under the License.
12*25b05a3eSAndy Fiddaman#
13*25b05a3eSAndy Fiddaman# When distributing Covered Code, include this CDDL HEADER in each
14*25b05a3eSAndy Fiddaman# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*25b05a3eSAndy Fiddaman# If applicable, add the following below this CDDL HEADER, with the
16*25b05a3eSAndy Fiddaman# fields enclosed by brackets "[]" replaced with your own identifying
17*25b05a3eSAndy Fiddaman# information: Portions Copyright [yyyy] [name of copyright owner]
18*25b05a3eSAndy Fiddaman#
19*25b05a3eSAndy Fiddaman# CDDL HEADER END
20*25b05a3eSAndy Fiddaman#
21*25b05a3eSAndy Fiddaman
22*25b05a3eSAndy Fiddaman#
23*25b05a3eSAndy Fiddaman# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24*25b05a3eSAndy Fiddaman#
25*25b05a3eSAndy Fiddaman
26*25b05a3eSAndy Fiddamanset name=pkg.fmri value=pkg:/service/fault-management/smtp-notify@$(PKGVERS)
27*25b05a3eSAndy Fiddamanset name=pkg.summary value="Email Notification Daemon for System Events"
28*25b05a3eSAndy Fiddamanset name=pkg.description \
29*25b05a3eSAndy Fiddaman    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."
30*25b05a3eSAndy Fiddamanset name=info.classification \
31*25b05a3eSAndy Fiddaman    value="org.opensolaris.category.2008:System/Administration and Configuration"
32*25b05a3eSAndy Fiddamanset name=variant.arch value=$(ARCH)
33*25b05a3eSAndy Fiddamandir  path=lib/svc/manifest/system group=sys
34*25b05a3eSAndy Fiddamandir  path=lib/svc/manifest/system/fm group=sys
35*25b05a3eSAndy Fiddamanfile path=lib/svc/manifest/system/fm/smtp-notify.xml group=sys mode=0444
36*25b05a3eSAndy Fiddamandir  path=usr/lib
37*25b05a3eSAndy Fiddamandir  path=usr/lib/fm
38*25b05a3eSAndy Fiddamandir  path=usr/lib/fm/notify
39*25b05a3eSAndy Fiddamanfile path=usr/lib/fm/notify/process_msg_template.sh mode=0555
40*25b05a3eSAndy Fiddamanfile path=usr/lib/fm/notify/smtp-notify mode=0555
41*25b05a3eSAndy Fiddamanlicense cr_Sun license=cr_Sun
42*25b05a3eSAndy Fiddamanlicense lic_CDDL license=lic_CDDL
43