8980 BIOS clock is sometimes one hour fast
[unleashed.git] / usr / src / man / man1m / hald.1m
blobda1d7f0679a4b61c58a68da1307d177d26af0a8b
1 '\" te
2 .\" Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH HALD 1M "Jul 2, 2008"
7 .SH NAME
8 hald \- daemon that supports hardware abstraction layer
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/lib/hal/hald\fR  [\fB--daemon\fR={\fByes\fR | \fBno\fR}]] [\fB--help\fR] [\fB--use-syslog\fR]
13  [\fB--verbose\fR={\fByes\fR | \fBno\fR}] [\fB--version\fR]
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 The \fBhald\fR daemon supports the recognition of hardware changes for devices
20 that conform to the Hardware Abstraction Layer (HAL) specification.
21 .sp
22 .LP
23 The enabling and disabling of \fBhald\fR can be performed through the service
24 management facility (SMF) (see \fBsmf\fR(5)). \fBhald\fR is managed using the
25 fault management resource identifier (FMRI) \fBsvc:/system/hal\fR. Options can
26 be specified as SMF properties. See EXAMPLES.
27 .SH OPTIONS
28 .sp
29 .LP
30 The following options are supported:
31 .sp
32 .ne 2
33 .na
34 \fB\fB--daemon\fR\fR
35 .ad
36 .RS 16n
37 Run as a daemon.
38 .RE
40 .sp
41 .ne 2
42 .na
43 \fB\fB--help\fR\fR
44 .ad
45 .RS 16n
46 Display usage information and exit.
47 .RE
49 .sp
50 .ne 2
51 .na
52 \fB\fB--use-syslog\fR\fR
53 .ad
54 .RS 16n
55 Display debug messages to \fBsyslog\fR instead of \fBstderr\fR. Use this option
56 to record debug messages if HAL runs as daemon.
57 .RE
59 .sp
60 .ne 2
61 .na
62 \fB\fB--verbose\fR\fR
63 .ad
64 .RS 16n
65 Display debug information.
66 .RE
68 .sp
69 .ne 2
70 .na
71 \fB\fB--version\fR\fR
72 .ad
73 .RS 16n
74 Display version information and exit.
75 .RE
77 .SH EXAMPLES
78 .LP
79 \fBExample 1 \fRSpecifying a Property
80 .sp
81 .LP
82 The following \fBsvccfg\fR(1M) command specifies the \fB--verbose\fR option.
84 .sp
85 .in +2
86 .nf
87 example# \fBsvccfg\fR
88 svc:> \fBselect hal\fR
89 svc:/system/hal> \fBlistprop hal/*\fR
90 hal/verbose          boolean  false
91 hal/use_syslog       boolean  false
92 svc:/system/hal> \fBsetprop hal/verbose=true\fR
93 svc:/system/hal> \fBexit\fR
94 .fi
95 .in -2
96 .sp
98 .SH FILES
99 .sp
100 .ne 2
102 \fB\fB/usr/lib/hal\fR\fR
104 .RS 16n
105 HAL-related files
109 .ne 2
111 \fB\fB/etc/hal/fdi\fR\fR
113 .RS 16n
114 Device information files
117 .SH ATTRIBUTES
120 See \fBattributes\fR(5) for descriptions of the following attributes:
125 box;
126 c | c
127 l | l .
128 ATTRIBUTE TYPE  ATTRIBUTE VALUE
130 Interface Stability     Volatile
133 .SH SEE ALSO
136 \fBsvccfg\fR(1M), \fBattributes\fR(5), \fBhal\fR(5), \fBsmf\fR(5)