Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the 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. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
/usr/lib/hal/hald [--daemon={yes | no}]] [--help] [--use-syslog] [--verbose={yes | no}] [--version]
The hald daemon supports the recognition of hardware changes for devices that conform to the Hardware Abstraction Layer (HAL) specification.
The enabling and disabling of hald can be performed through the service management facility (SMF) (see smf(5)). hald is managed using the fault management resource identifier (FMRI) svc:/system/hal. Options can be specified as SMF properties. See EXAMPLES.
The following options are supported: --daemon
Run as a daemon.
Display usage information and exit.
Display debug messages to syslog instead of stderr. Use this option to record debug messages if HAL runs as daemon.
Display debug information.
Display version information and exit.
Example 1 Specifying a Property
The following svccfg(1M) command specifies the --verbose option.
example# svccfg svc:> select hal svc:/system/hal> listprop hal/* hal/verbose boolean false hal/use_syslog boolean false svc:/system/hal> setprop hal/verbose=true svc:/system/hal> exit
HAL-related files
Device information files
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE ATTRIBUTE VALUE |
Interface Stability Volatile |
svccfg(1M), attributes(5), hal(5), smf(5)