components/cups/patches/17-smf-start-method.patch
changeset 853 72b657a4e294
parent 810 297dc5ace0d5
equal deleted inserted replaced
852:0a7f3f0c7b6f 853:72b657a4e294
     1 --- init/cups.xml.in.orig	Fri Apr 13 05:21:47 2012
     1 --- init/cups.xml.in.orig	2012-06-04 00:33:19.967159134 -0700
     2 +++ init/cups.xml.in	Fri Apr 13 05:22:51 2012
     2 +++ init/cups.xml.in	2012-06-04 00:34:58.000000000 -0700
     3 @@ -71,7 +71,7 @@
     3 @@ -71,8 +71,8 @@
     4          <exec_method
     4          <exec_method
     5              type='method'
     5              type='method'
     6              name='start'
     6              name='start'
     7 -            exec='@sbindir@/cupsd'
     7 -            exec='@sbindir@/cupsd'
       
     8 -            timeout_seconds='60' >
     8 +            exec='/lib/svc/method/svc-cupsd'
     9 +            exec='/lib/svc/method/svc-cupsd'
     9              timeout_seconds='60' >
    10 +            timeout_seconds='300' >
    10              <method_context>
    11              <method_context>
    11                  <method_credential user='root' group='@CUPS_GROUP@' />
    12                  <method_credential user='root' group='@CUPS_GROUP@' />
       
    13              </method_context>
    12 @@ -87,6 +87,8 @@
    14 @@ -87,6 +87,8 @@
    13                  value='solaris.smf.manage.cups' />
    15                  value='solaris.smf.manage.cups' />
    14          </property_group>
    16          </property_group>
    15  
    17  
    16 +        <property_group name='startup' type='application' />
    18 +        <property_group name='startup' type='application' />