Print this page
2837 - remove print/lp* from gate and use CUPS from userland

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/print/mod_ipp/ipp-listener.xml
          +++ new/usr/src/lib/print/mod_ipp/ipp-listener.xml
↓ open down ↓ 36 lines elided ↑ open up ↑
  37   37          <dependency name='print-service'
  38   38              grouping='require_any'
  39   39              restart_on='refresh'
  40   40              type='service'>
  41   41              <service_fmri value='svc:/application/print/server' />
  42   42          </dependency>
  43   43  
  44   44          <exec_method
  45   45              type='method'
  46   46              name='start'
  47      -            exec='/usr/apache/bin/httpd -f /etc/apache/httpd-standalone-ipp.conf'
       47 +            exec='/usr/apache2/2.2/bin/httpd -f /etc/apache2/2.2/httpd-standalone-ipp.conf'
  48   48              timeout_seconds='10' />
  49   49  
  50   50          <exec_method
  51   51              type='method'
  52   52              name='stop'
  53   53              exec='/bin/pkill -f httpd-standalone-ipp.conf'
  54   54              timeout_seconds='5' />
  55   55  
  56   56          <property_group name='general' type='framework'>
  57   57                  <!-- to start/stop IPP listening service-->
↓ open down ↓ 27 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX