diff options
Diffstat (limited to 'debian/patches/dyson-smf.patch')
-rw-r--r-- | debian/patches/dyson-smf.patch | 40 |
1 files changed, 40 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 |