blob: 54fd320eb3a5b4d67a1ea1643110e76ba9cefbc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
Index: cups/scheduler/cups.xml.in
===================================================================
--- cups.orig/scheduler/cups.xml.in
+++ cups/scheduler/cups.xml.in
@@ -23,7 +23,7 @@
<service_bundle type='manifest' name='SUNWcups:services'>
<service
- name='application/cups/scheduler'
+ name='application/cups'
type='service'
version='1'>
@@ -66,7 +66,7 @@
exec=':kill'
timeout_seconds='60' />
- <instance name='default' enabled='false' >
+ <instance name='default' enabled='true' >
<dependency
name='config_data'
@@ -112,7 +112,7 @@
</service>
<service
- name='application/cups/in-lpd'
+ name='application/cups-lpd'
type='service'
version='1'>
@@ -164,7 +164,7 @@
grouping='require_all'
restart_on='none'
type='service'>
- <service_fmri value='svc:/application/cups/scheduler' />
+ <service_fmri value='svc:/application/cups' />
</dependency>
<exec_method
|