open-src/data/smf-rbac/ogl-select.xml
changeset 970 272328fe1b4a
parent 969 f3e9f1ddd6a8
child 971 8459d3101073
--- a/open-src/data/smf-rbac/ogl-select.xml	Wed Jun 30 14:10:39 2010 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,105 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
-<!--
-
-Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice (including the next
-paragraph) shall be included in all copies or substantial portions of the
-Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-DEALINGS IN THE SOFTWARE.
-
--->
-
-<service_bundle type='manifest' name='SUNWxwplr:ogl-select'>
-
-<service
-	name='application/opengl/ogl-select'
-	type='service'
-	version='1'>
-
-	<create_default_instance enabled='true'/>
-	<single_instance/>
-
-	<!-- Need / & /usr filesystems mounted, /var/run mounted read/write -->
-	<dependency
-		name='fs-local'
-		type='service'
-		grouping='require_all'
-		restart_on='none'>
-		<service_fmri value='svc:/system/filesystem/minimal' />
-	</dependency>
-
-        <!-- We need to run before x11/dtlogin/gdm starts -->
-        <dependent
-            name='ogl-select_before_x11-server'
-            grouping='optional_all'
-            restart_on='none'>
-                <service_fmri value='svc:/application/x11/x11-server' />
-        </dependent>
-
-        <dependent
-            name='ogl-select_before_gdm2-login'
-            grouping='optional_all'
-            restart_on='none'>
-                <service_fmri value='svc:/application/graphical-login/gdm' />
-        </dependent>
-
-	<exec_method
-		type='method'
-		name='start'
-		exec='/lib/svc/method/ogl-select start'
-		timeout_seconds='30'>
-	</exec_method>
-
-	<exec_method
-		type='method'
-		name='stop'
-		exec='/lib/svc/method/ogl-select stop'
-		timeout_seconds='30'>
-	</exec_method>
-
-	<property_group name='startd' type='framework'>
-		<propval name='duration' type='astring' value='transient' />
-	</property_group>
-
-	<property_group name='options' type='application'>
-               	<stability value='Evolving' />
-
-               	<propval name='vendor' type='astring'	
-		 	value='notset' />
-
-		<propval name='value_authorization' type='astring'
-			value='solaris.smf.manage.opengl' />
-	</property_group> 	
-
-	<stability value='Evolving' />
-
-	<template>
-		<common_name>
-			<loctext xml:lang='C'>
-			OpenGL runtime select
-			</loctext>
-		</common_name>
-		<documentation>
-			<manpage title='ogl-select' section='1' manpath='/usr/X11/share/man' />
-		</documentation>
-	</template>
-</service>
-
-</service_bundle>
-