Home | History | Annotate | Download | only in usr.sbin
      1 <?xml version="1.0"?>
      2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
      3 <!--
      4  Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
      5  Use is subject to license terms.
      6 
      7  CDDL HEADER START
      8 
      9  The contents of this file are subject to the terms of the
     10  Common Development and Distribution License (the "License").
     11  You may not use this file except in compliance with the License.
     12 
     13  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
     14  or http://www.opensolaris.org/os/licensing.
     15  See the License for the specific language governing permissions
     16  and limitations under the License.
     17 
     18  When distributing Covered Code, include this CDDL HEADER in each
     19  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     20  If applicable, add the following below this CDDL HEADER, with the
     21  fields enclosed by brackets "[]" replaced with your own identifying
     22  information: Portions Copyright [yyyy] [name of copyright owner]
     23 
     24  CDDL HEADER END
     25 
     26 	NOTE:  This service manifest is not editable; its contents will
     27 	be overwritten by package or patch operations, including
     28 	operating system upgrade.  Make customizations in a different
     29 	file.
     30 
     31 	Service manifest for the in.comsat service.
     32 -->
     33 
     34 <service_bundle type='manifest' name='SUNWrcmdr:comsat'>
     35 
     36 <service
     37 	name='network/comsat'
     38 	type='service'
     39 	version='1'>
     40 
     41 	<create_default_instance enabled='false' />
     42 
     43 	<restarter>
     44 		<service_fmri value='svc:/network/inetd:default' />
     45 	</restarter>
     46 
     47 	<exec_method
     48 		type='method'
     49 		name='inetd_start'
     50 		exec='/usr/sbin/in.comsat'
     51 		timeout_seconds='0'>
     52 		<method_context>
     53 			<method_credential user='root' group='root' />
     54 		</method_context>
     55 	</exec_method>
     56 
     57 	<exec_method
     58 		type='method'
     59 		name='inetd_offline'
     60 		exec=':kill_process'
     61 		timeout_seconds='0'>
     62 	</exec_method>
     63 
     64 	<exec_method
     65 		type='method'
     66 		name='inetd_disable'
     67 		exec=':kill'
     68 		timeout_seconds='0'>
     69 	</exec_method>
     70 
     71 	<property_group name='inetd' type='framework'>
     72 		<stability value='Evolving' />
     73 		<propval name='name' type='astring' value='comsat' />
     74 		<propval name='endpoint_type' type='astring' value='dgram' />
     75 		<propval name='proto' type='astring' value='udp' />
     76 		<propval name='wait' type='boolean' value='true' />
     77 		<propval name='isrpc' type='boolean' value='false' />
     78 	</property_group>
     79 
     80 	<property_group name='firewall_config' type='com.sun,fw_configuration'>
     81 		<propval name='policy' type='astring' value='use_global' />
     82 		<propval name='apply_to' type='astring' value='' />
     83 		<propval name='exceptions' type='astring' value='' />
     84 		<propval name='value_authorization' type='astring'
     85 			value='solaris.smf.value.firewall.config' />
     86 	</property_group>
     87 
     88 	<stability value='Unstable' />
     89 
     90 	<template>
     91 		<common_name>
     92 			<loctext xml:lang='C'>comsat</loctext>
     93 		</common_name>
     94 		<description>
     95 			<loctext xml:lang='C'>
     96 comsat listens for reports of incoming mail and notifies users who have
     97 requested to be told when mail arrives.
     98 			</loctext>
     99 		</description>
    100 		<documentation>
    101 			<manpage title='in.comsat' section='1M'
    102 			    manpath='/usr/share/man' />
    103 			<manpage title='comsat' section='1M'
    104 			    manpath='/usr/share/man' />
    105 		</documentation>
    106 	</template>
    107 </service>
    108 
    109 </service_bundle>
    110