6365702 dcs(1m) and cvcd(1m) manifests should be dependent on network/initial AND system/cryptosvc
authormb158278
Mon, 14 Aug 2006 15:19:09 -0700
changeset 2547 1eb38e9045e3
parent 2546 3e3e9857b7e6
child 2548 03a317ceddd7
6365702 dcs(1m) and cvcd(1m) manifests should be dependent on network/initial AND system/cryptosvc 6453706 The svc:/platform/sun4u/dcs service should depend on svc:/system/filesystem/local
usr/src/cmd/cvcd/cvc.xml
usr/src/cmd/dcs/sparc/sun4u/dcs.xml
--- a/usr/src/cmd/cvcd/cvc.xml	Mon Aug 14 14:10:48 2006 -0700
+++ b/usr/src/cmd/cvcd/cvc.xml	Mon Aug 14 15:19:09 2006 -0700
@@ -1,15 +1,14 @@
 <?xml version="1.0"?>
 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
 <!--
- Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+ Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  Use is subject to license terms.
 
  CDDL HEADER START
 
  The contents of this file are subject to the terms of the
- Common Development and Distribution License, Version 1.0 only
- (the "License").  You may not use this file except in compliance
- with the License.
+ Common Development and Distribution License (the "License").
+ You may not use this file except in compliance with the License.
 
  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  or http://www.opensolaris.org/os/licensing.
@@ -51,6 +50,22 @@
 	</dependency>
 
 	<dependency
+	    name='net_init'
+	    grouping='require_all'
+	    restart_on='none'
+	    type='service'>
+		<service_fmri value='svc:/network/initial' />
+	</dependency>
+
+	<dependency 
+	    name='cryptosvc'
+	    grouping='require_all'
+	    restart_on='none'
+	    type='service'>
+		<service_fmri value='svc:/system/cryptosvc' />
+	</dependency>
+
+	<dependency
 	    name='nodename'
 	    grouping='require_all'
 	    restart_on='none' 
--- a/usr/src/cmd/dcs/sparc/sun4u/dcs.xml	Mon Aug 14 14:10:48 2006 -0700
+++ b/usr/src/cmd/dcs/sparc/sun4u/dcs.xml	Mon Aug 14 15:19:09 2006 -0700
@@ -2,15 +2,14 @@
 <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
 
 <!--
- Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+ Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  Use is subject to license terms.
 
  CDDL HEADER START
 
  The contents of this file are subject to the terms of the
- Common Development and Distribution License, Version 1.0 only
- (the "License").  You may not use this file except in compliance
- with the License.
+ Common Development and Distribution License (the "License").
+ You may not use this file except in compliance with the License.
 
  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  or http://www.opensolaris.org/os/licensing.
@@ -51,6 +50,30 @@
 	</dependency>
 
 	<dependency
+		name='net_init'
+		grouping='require_all'
+		restart_on='none'
+		type='service'>
+			<service_fmri value='svc:/network/initial' />
+	</dependency>
+
+	<dependency 
+		name='cryptosvc'
+		grouping='require_all'
+		restart_on='none'
+		type='service'>
+			<service_fmri value='svc:/system/cryptosvc' />
+	</dependency>
+
+	<dependency 
+		name='filesystem_usr'
+		grouping='require_all'
+		restart_on='none'
+		type='service'>
+			<service_fmri value='svc:/system/filesystem/usr' />
+	</dependency>
+
+	<dependency
 		name='nodename'
 		grouping='require_all'
 		restart_on='none'