6919482 fc-cache should not depend on filesystem/local
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Thu, 25 Mar 2010 19:54:14 -0700
changeset 928 02f0ec49c93d
parent 927 eb9c1f3a94c2
child 929 0a4b44f8d26b
6919482 fc-cache should not depend on filesystem/local
open-src/lib/fontconfig/fc-cache.xml
--- a/open-src/lib/fontconfig/fc-cache.xml	Mon Mar 15 14:25:40 2010 -0700
+++ b/open-src/lib/fontconfig/fc-cache.xml	Thu Mar 25 19:54:14 2010 -0700
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
 <!--
-    Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+    Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
     Use is subject to license terms.
 
     Permission is hereby granted, free of charge, to any person obtaining a
@@ -38,12 +38,14 @@
 
 	<single_instance />
 
+	<!-- Need / & /usr filesystems mounted readable, 
+	     /var/cache mounted read/write -->
 	<dependency
 		name='usr'
 		type='service'
 		grouping='require_all'
 		restart_on='none'>
-		<service_fmri value='svc:/system/filesystem/local' />
+		<service_fmri value='svc:/system/filesystem/minimal' />
 	</dependency>
 
 	<dependency