xref: /illumos-gate/usr/src/cmd/svc/profile/inetd_generic.xml (revision bbf215553c7233fbab8a0afdf1fac74c44781867)
17c478bd9Sstevel@tonic-gate<?xml version='1.0'?>
27c478bd9Sstevel@tonic-gate<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
37c478bd9Sstevel@tonic-gate<!--
47c478bd9Sstevel@tonic-gate    CDDL HEADER START
57c478bd9Sstevel@tonic-gate
67c478bd9Sstevel@tonic-gate    The contents of this file are subject to the terms of the
70ea5e3a5Sjjj    Common Development and Distribution License (the "License").
80ea5e3a5Sjjj    You may not use this file except in compliance with the License.
97c478bd9Sstevel@tonic-gate
107c478bd9Sstevel@tonic-gate    You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
117c478bd9Sstevel@tonic-gate    or http://www.opensolaris.org/os/licensing.
127c478bd9Sstevel@tonic-gate    See the License for the specific language governing permissions
137c478bd9Sstevel@tonic-gate    and limitations under the License.
147c478bd9Sstevel@tonic-gate
157c478bd9Sstevel@tonic-gate    When distributing Covered Code, include this CDDL HEADER in each
167c478bd9Sstevel@tonic-gate    file and include the License file at usr/src/OPENSOLARIS.LICENSE.
177c478bd9Sstevel@tonic-gate    If applicable, add the following below this CDDL HEADER, with the
187c478bd9Sstevel@tonic-gate    fields enclosed by brackets "[]" replaced with your own identifying
197c478bd9Sstevel@tonic-gate    information: Portions Copyright [yyyy] [name of copyright owner]
207c478bd9Sstevel@tonic-gate
217c478bd9Sstevel@tonic-gate    CDDL HEADER END
227c478bd9Sstevel@tonic-gate
23ead1f93eSLiane Praza    Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
240ea5e3a5Sjjj    Use is subject to license terms.
250ea5e3a5Sjjj
267c478bd9Sstevel@tonic-gate    Service profile to enable default inetd services.
277c478bd9Sstevel@tonic-gate
287c478bd9Sstevel@tonic-gate    NOTE:  Service profiles delivered by this package are not editable,
297c478bd9Sstevel@tonic-gate    and their contents will be overwritten by package or patch
307c478bd9Sstevel@tonic-gate    operations, including operating system upgrade.  Make customizations
317c478bd9Sstevel@tonic-gate    in a distinct file.
327c478bd9Sstevel@tonic-gate-->
337c478bd9Sstevel@tonic-gate<service_bundle type='profile' name='default'>
347c478bd9Sstevel@tonic-gate	<!--
35*bbf21555SRichard Lowe		inetd(8) services
367c478bd9Sstevel@tonic-gate	-->
377c478bd9Sstevel@tonic-gate	<service name='network/finger' version='1' type='service'>
387c478bd9Sstevel@tonic-gate		<instance name='default' enabled='true'/>
397c478bd9Sstevel@tonic-gate	</service>
407c478bd9Sstevel@tonic-gate	<service name='network/login' version='1' type='service'>
417c478bd9Sstevel@tonic-gate		<instance name='rlogin' enabled='true'/>
427c478bd9Sstevel@tonic-gate	</service>
437c478bd9Sstevel@tonic-gate	<service name='network/shell' version='1' type='service'>
447c478bd9Sstevel@tonic-gate		<instance name='default' enabled='true'/>
457c478bd9Sstevel@tonic-gate	</service>
467c478bd9Sstevel@tonic-gate	<service name='network/telnet' version='1' type='service'>
477c478bd9Sstevel@tonic-gate		<instance name='default' enabled='true'/>
487c478bd9Sstevel@tonic-gate	</service>
497c478bd9Sstevel@tonic-gate
507c478bd9Sstevel@tonic-gate	<!--
51*bbf21555SRichard Lowe		inetd(8) RPC services
527c478bd9Sstevel@tonic-gate	-->
537c478bd9Sstevel@tonic-gate	<service name='network/nfs/rquota' version='1' type='service'>
547c478bd9Sstevel@tonic-gate		<instance name='default' enabled='true'/>
557c478bd9Sstevel@tonic-gate	</service>
567c478bd9Sstevel@tonic-gate	<service name='network/rpc/gss' version='1' type='service'>
577c478bd9Sstevel@tonic-gate		<instance name='default' enabled='true'/>
587c478bd9Sstevel@tonic-gate	</service>
597c478bd9Sstevel@tonic-gate	<service name='network/rpc/rstat' version='1' type='service'>
607c478bd9Sstevel@tonic-gate		<instance name='default' enabled='true'/>
617c478bd9Sstevel@tonic-gate	</service>
627c478bd9Sstevel@tonic-gate	<service name='network/rpc/rusers' version='1' type='service'>
637c478bd9Sstevel@tonic-gate		<instance name='default' enabled='true'/>
647c478bd9Sstevel@tonic-gate	</service>
657c478bd9Sstevel@tonic-gate	<service name='network/rpc/smserver' version='1' type='service'>
667c478bd9Sstevel@tonic-gate		<instance name='default' enabled='true'/>
677c478bd9Sstevel@tonic-gate	</service>
687c478bd9Sstevel@tonic-gate	<service name='network/security/ktkt_warn' version='1' type='service'>
697c478bd9Sstevel@tonic-gate		<instance name='default' enabled='true'/>
707c478bd9Sstevel@tonic-gate	</service>
717a63dd26Slianep
727a63dd26Slianep	<!--
737a63dd26Slianep		Enable CDE services.
747a63dd26Slianep	-->
757a63dd26Slianep	<service name='network/rpc/cde-ttdbserver' version='1' type='service'>
767a63dd26Slianep		<instance name='tcp' enabled='true' />
777a63dd26Slianep	</service>
787a63dd26Slianep	<service name='network/rpc/cde-calendar-manager' version='1'
797a63dd26Slianep		type='service'>
800ea5e3a5Sjjj		<instance name='default' enabled='true' />
817a63dd26Slianep	</service>
827a63dd26Slianep
837c478bd9Sstevel@tonic-gate</service_bundle>
84