7181015 fs-local service fails due to cups start method running before local file systems are mounted
authorSunil Kumar H G - Oracle Corporation - Bangalore India <sunil.kumar.h.g@oracle.com>
Wed, 11 Jul 2012 03:15:25 -0700
changeset 910 9f3b963d8baa
parent 909 ec78fc2e4b1d
child 911 eec41ee6c6ad
7181015 fs-local service fails due to cups start method running before local file systems are mounted
components/cups/patches/7181015.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/cups/patches/7181015.patch	Wed Jul 11 03:15:25 2012 -0700
@@ -0,0 +1,25 @@
+--- init/cups.xml.in.orig    Thu Jul  5 02:15:10 2012
++++ init/cups.xml.in Thu Jul  5 02:15:49 2012
+@@ -36,6 +36,22 @@
+     </dependency>
+ 
+     <dependency
++        name='fs-local'
++        grouping='require_all'
++        restart_on='none'
++        type='service'>
++                <service_fmri value='svc:/system/filesystem/local' />
++    </dependency>
++
++    <dependency
++        name='name-services'
++        grouping='optional_all'
++        restart_on='none'
++        type='service'>
++                <service_fmri value='svc:/milestone/name-services' />
++    </dependency>
++
++    <dependency
+         name='loopback'
+         grouping='optional_all'
+         restart_on='error'