diff options
author | mb158278 <none@none> | 2007-09-04 12:45:20 -0700 |
---|---|---|
committer | mb158278 <none@none> | 2007-09-04 12:45:20 -0700 |
commit | 180a106c70660ebb2535d577132232ed151ff15e (patch) | |
tree | 5123fb5a2e4efa694c12d59b086804a7e431178b | |
parent | 2a6b87f07ac0c0b819179c84afe5a60afa04cfa5 (diff) | |
download | illumos-gate-180a106c70660ebb2535d577132232ed151ff15e.tar.gz |
6296641 Hostname field empty in Config Reader's System table in SB1500
-rw-r--r-- | usr/src/cmd/picl/picld/picl.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/usr/src/cmd/picl/picld/picl.xml b/usr/src/cmd/picl/picld/picl.xml index 329497cdc0..05f6ea31e1 100644 --- a/usr/src/cmd/picl/picld/picl.xml +++ b/usr/src/cmd/picl/picld/picl.xml @@ -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 2007 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,14 @@ <service_fmri value='svc:/system/filesystem/minimal' /> </dependency> + <dependency + name='nodename' + grouping='require_all' + restart_on='none' + type='service'> + <service_fmri value='svc:/system/identity:node' /> + </dependency> + <exec_method type='method' name='start' |