[cups.bugs] [LOW] STR #3611: SMF manifest shows an error after Solaris installation

Vladimir Marek vladimir.marek at sun.com
Wed Jun 30 08:51:38 PDT 2010


DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

The solaris CR is tracked at
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6775306

The fix is to move the <restarter> entity from <interface> to <service>
section

The patch we use to fix the issue in cups 1.4.2 is:

diff -ur init/cups.xml.in cups-1.4.2/init/cups.xml.in
--- init/cups.xml.in    Thu Jul 31 10:16:48 2008
+++ init/cups.xml.in    Tue Jun 29 04:43:51 2010
@@ -116,6 +116,10 @@
     type='service'
     version='1'>

+    <restarter>
+        <service_fmri value='svc:/network/inetd:default' />
+    </restarter>
+
     <dependency
         name='filesystem_minimal'
         grouping='require_all'
@@ -155,10 +159,6 @@
         timeout_seconds='60' />

     <instance name='default' enabled='false' >
-        <restarter>
-            <service_fmri value='svc:/network/inetd:default' />
-        </restarter>
-
         <dependency
             name='cupsd'
             grouping='require_all'



It would be great if you could fix the manifest file in similar way.

Thank you

-- 
  Vlad

Link: http://www.cups.org/str.php?L3611
Version: 1.4.2





More information about the cups-devel mailing list