summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/dyson-smf.patch40
-rw-r--r--debian/patches/series1
2 files changed, 41 insertions, 0 deletions
diff --git a/debian/patches/dyson-smf.patch b/debian/patches/dyson-smf.patch
new file mode 100644
index 00000000..54fd320e
--- /dev/null
+++ b/debian/patches/dyson-smf.patch
@@ -0,0 +1,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
diff --git a/debian/patches/series b/debian/patches/series
index ed83d3bc..e7a90242 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -67,3 +67,4 @@ dyson-gssapi.patch
dyson-sharedlibs.patch
dyson-no-pie.patch
dyson-man.patch
+dyson-smf.patch