diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-12-22 01:51:53 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-12-22 13:45:21 +0300 |
commit | bfd6ce0ab70381aabb490a51fee5908257b443eb (patch) | |
tree | 8710765fe18d875f462a19e6bb726977498be9a4 /debian/patches/dyson-smf.patch | |
parent | b51d10b958f8e8ec223afe1f3e02ffb0781bf072 (diff) | |
download | cups-master.tar.gz |
cups (1.7.5-10+dyson2) unstable; urgency=mediumHEADdyson/1.7.5-10+dyson2master
* Fixed SMF manifest location
* Rebuilt with all deps
* Deleted debian/clean
* Added debian/patches/dyson-smf.patch
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 |