usr/src/cmd/cvcd/cvc.xml
changeset 2547 1eb38e9045e3
parent 1120 f038ea42ae91
child 2573 bdf1358c15fc
--- 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'