6424227 Since there is no name service and filesystem dependency ntpdate frequently fails
authorShwetha Srinivasan <Shwetha.Srinivasan@Sun.COM>
Fri, 29 Apr 2011 15:42:13 +0530
changeset 210 678da3f391ca
parent 209 2961eca161ad
child 211 f37f16a2a99c
6424227 Since there is no name service and filesystem dependency ntpdate frequently fails
components/ntp/Solaris/ntp.xml
--- a/components/ntp/Solaris/ntp.xml	Thu Apr 28 21:37:41 2011 -0700
+++ b/components/ntp/Solaris/ntp.xml	Fri Apr 29 15:42:13 2011 +0530
@@ -43,6 +43,14 @@
 		<service_fmri value='svc:/network/service' />
 	</dependency>
 
+	<dependency
+		name='filesystem'
+		grouping='require_all'
+		restart_on='error'
+		type='service'>
+		    <service_fmri value='svc:/system/filesystem/minimal' />
+	</dependency>
+
 <!--	<dependent
 	    name='ntp_multi-user'
 	    grouping='optional_all'