xref: /titanic_53/usr/src/cmd/print/bsd-sysv-commands/rfc1179.xml (revision 0a44ef6d9afbfe052a7e975f55ea0d2954b62a82)
1*0a44ef6dSjacobs<?xml version='1.0'?>
2*0a44ef6dSjacobs<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
3*0a44ef6dSjacobs
4*0a44ef6dSjacobs<!--
5*0a44ef6dSjacobs CDDL HEADER START
6*0a44ef6dSjacobs
7*0a44ef6dSjacobs The contents of this file are subject to the terms of the
8*0a44ef6dSjacobs Common Development and Distribution License (the "License").
9*0a44ef6dSjacobs You may not use this file except in compliance with the License.
10*0a44ef6dSjacobs
11*0a44ef6dSjacobs You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12*0a44ef6dSjacobs or http://www.opensolaris.org/os/licensing.
13*0a44ef6dSjacobs See the License for the specific language governing permissions
14*0a44ef6dSjacobs and limitations under the License.
15*0a44ef6dSjacobs
16*0a44ef6dSjacobs When distributing Covered Code, include this CDDL HEADER in each
17*0a44ef6dSjacobs file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18*0a44ef6dSjacobs If applicable, add the following below this CDDL HEADER, with the
19*0a44ef6dSjacobs fields enclosed by brackets "[]" replaced with your own identifying
20*0a44ef6dSjacobs information: Portions Copyright [yyyy] [name of copyright owner]
21*0a44ef6dSjacobs
22*0a44ef6dSjacobs CDDL HEADER END
23*0a44ef6dSjacobs
24*0a44ef6dSjacobs Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
25*0a44ef6dSjacobs Use is subject to license terms.
26*0a44ef6dSjacobs
27*0a44ef6dSjacobs ident	"%Z%%M%	%I%	%E% SMI"
28*0a44ef6dSjacobs
29*0a44ef6dSjacobs	NOTE:  This service manifest is not editable; its contents will
30*0a44ef6dSjacobs	be overwritten by package or patch operations, including
31*0a44ef6dSjacobs	operating system upgrade.  Make customizations in a different
32*0a44ef6dSjacobs	file.
33*0a44ef6dSjacobs-->
34*0a44ef6dSjacobs
35*0a44ef6dSjacobs<service_bundle type='manifest' name='SUNWpcr:rfc1179'>
36*0a44ef6dSjacobs
37*0a44ef6dSjacobs<service
38*0a44ef6dSjacobs    name='application/print/rfc1179'
39*0a44ef6dSjacobs    type='service'
40*0a44ef6dSjacobs    version='1'>
41*0a44ef6dSjacobs
42*0a44ef6dSjacobs    	<create_default_instance enabled='true' />
43*0a44ef6dSjacobs
44*0a44ef6dSjacobs	<restarter>
45*0a44ef6dSjacobs		<service_fmri value='svc:/network/inetd:default' />
46*0a44ef6dSjacobs	</restarter>
47*0a44ef6dSjacobs
48*0a44ef6dSjacobs	<dependency
49*0a44ef6dSjacobs		name='lpsched'
50*0a44ef6dSjacobs		grouping='require_all'
51*0a44ef6dSjacobs		restart_on='error'
52*0a44ef6dSjacobs		type='service'>
53*0a44ef6dSjacobs		<service_fmri value='svc:/application/print/server' />
54*0a44ef6dSjacobs	</dependency>
55*0a44ef6dSjacobs
56*0a44ef6dSjacobs	<exec_method
57*0a44ef6dSjacobs		type='method'
58*0a44ef6dSjacobs		name='inetd_start'
59*0a44ef6dSjacobs		exec='/usr/lib/print/in.lpd -u lp -d /var/run/in.lpd'
60*0a44ef6dSjacobs		timeout_seconds='0'>
61*0a44ef6dSjacobs		<method_context>
62*0a44ef6dSjacobs			<method_credential user='root' group='lp' />
63*0a44ef6dSjacobs		</method_context>
64*0a44ef6dSjacobs	</exec_method>
65*0a44ef6dSjacobs
66*0a44ef6dSjacobs
67*0a44ef6dSjacobs	<exec_method
68*0a44ef6dSjacobs		type='method'
69*0a44ef6dSjacobs		name='inetd_disable'
70*0a44ef6dSjacobs		exec=':kill'
71*0a44ef6dSjacobs		timeout_seconds='0'>
72*0a44ef6dSjacobs	</exec_method>
73*0a44ef6dSjacobs
74*0a44ef6dSjacobs	<property_group name='inetd' type='framework'>
75*0a44ef6dSjacobs		<stability value='Evolving' />
76*0a44ef6dSjacobs		<propval name='endpoint_type' type='astring' value='stream' />
77*0a44ef6dSjacobs		<propval name='name' type='astring' value='printer' />
78*0a44ef6dSjacobs		<propval name='wait' type='boolean' value='false' />
79*0a44ef6dSjacobs		<propval name='isrpc' type='boolean' value='false' />
80*0a44ef6dSjacobs		<propval name='proto' type='astring' value='tcp6' />
81*0a44ef6dSjacobs	</property_group>
82*0a44ef6dSjacobs
83*0a44ef6dSjacobs	<stability value='Unstable' />
84*0a44ef6dSjacobs
85*0a44ef6dSjacobs	<template>
86*0a44ef6dSjacobs		<common_name>
87*0a44ef6dSjacobs			<loctext xml:lang='C'>
88*0a44ef6dSjacobs			BSD print protocol adapter
89*0a44ef6dSjacobs			</loctext>
90*0a44ef6dSjacobs		</common_name>
91*0a44ef6dSjacobs		<documentation>
92*0a44ef6dSjacobs			<manpage title='in.lpd' section='1M'
93*0a44ef6dSjacobs			    manpath='/usr/share/man' />
94*0a44ef6dSjacobs		</documentation>
95*0a44ef6dSjacobs	</template>
96*0a44ef6dSjacobs
97*0a44ef6dSjacobs</service>
98*0a44ef6dSjacobs
99*0a44ef6dSjacobs</service_bundle>
100