source: general/sysutils/hal.xml@ fe79617

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fe79617 was fe79617, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated the PyGTK dependencies in the HAL instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6733 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 24.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY hal-download-http "http://freedesktop.org/~david/dist/hal-&hal-version;.tar.gz">
8 <!ENTITY hal-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/hal-&hal-version;.tar.gz">
9 <!ENTITY hal-md5sum "d7a7741808ba130f8aff3f5d3b5689e4">
10 <!ENTITY hal-size "1.5 MB">
11 <!ENTITY hal-buildsize "19.0 MB">
12 <!ENTITY hal-time "0.5 SBU">
13]>
14
15<sect1 id="hal" xreflabel="HAL-&hal-version;">
16 <?dbhtml filename="hal.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>HAL-&hal-version;</title>
24
25 <indexterm zone="hal">
26 <primary sortas="a-HAL">HAL</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to HAL</title>
31
32 <para><application>HAL</application> is a hardware abstraction layer, which
33 is a piece of software that provides a view of the various hardware
34 attached to a system. In addition to this, <application>HAL</application>
35 keeps detailed metadata for each piece of hardware and provides hooks such
36 that system and desktop-level software can react to changes in the hardware
37 configuration in order to maintain system policy.</para>
38
39 <para>The most important goal of <application>HAL</application> is to
40 provide plug-and-play facilities for UNIX-like desktops with focus on
41 providing a rich and extensible description of device characteristics and
42 features. One example of the functionality provided by
43 <application>HAL</application> is when you plug in a USB storage device.
44 <application>HAL</application> can automatically create a mount point in
45 <filename class="directory">/media</filename> and mount the device.</para>
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>Download (HTTP): <ulink url="&hal-download-http;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download (FTP): <ulink url="&hal-download-ftp;"/></para>
54 </listitem>
55 <listitem>
56 <para>Download MD5 sum: &hal-md5sum;</para>
57 </listitem>
58 <listitem>
59 <para>Download size: &hal-size;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated disk space required: &hal-buildsize;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated build time: &hal-time;</para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">HAL Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required"><xref linkend="glib2"/>,
73 <xref linkend="dbus"/> (see the <xref linkend="hal-requirements"/>),
74 <xref linkend="python"/>, and
75 <xref linkend="perl-xml-parser"/></para>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended"><xref linkend="pciutils"/>
79 (with a current <filename>pci.ids</filename> file) and
80 <xref linkend="usbutils"/>
81 (with a current <filename>usb.ids</filename> file)</para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional"><xref linkend="pkgconfig"/>,
85 <xref linkend="intltool"/>,
86 <xref linkend="libusb"/>,
87 <xref linkend="doxygen"/>, and
88 <xref linkend="docbook-utils"/></para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/hal"/></para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of HAL</title>
97
98 <para>You must create a dedicated user and group before installing the
99 package. Though the default BLFS instructions run the
100 <application>HAL</application> daemon as the
101 <systemitem class="username">root</systemitem> user, a configuration file
102 is installed which has the dedicated user's name hard-coded in it. This
103 causes a confusing message to be generated when starting the
104 <application>D-BUS</application> daemon. Issue the following commands as
105 the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role="root"><userinput>groupadd -g 19 haldaemon &amp;&amp;
108useradd -c "HAL Daemon User" -d /dev/null -u 19 \
109 -g haldaemon -s /bin/false haldaemon</userinput></screen>
110
111 <para>Install <application>HAL</application> by running the following
112 commands:</para>
113
114<screen><userinput>./configure --prefix=/usr \
115 --sysconfdir=/etc \
116 --libexecdir=/usr/lib/hal \
117 --localstatedir=/var &amp;&amp;
118make</userinput></screen>
119
120 <para>To test the results, issue <command>make check</command>.</para>
121
122 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
123
124<screen role="root"><userinput>make install &amp;&amp;
125install -v -m755 -d /var/run/hald</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para><parameter>--libexecdir=/usr/lib/hal</parameter>: This parameter
133 forces the installation of libexec files to
134 <filename class='directory'>/usr/lib/hal</filename> instead of
135 <filename class='directory'>/usr/libexec</filename>.</para>
136
137 <para><parameter>--localstatedir=/var</parameter>: This parameter forces
138 the creation of the <filename>pid</filename> file to
139 <filename class='directory'>/var/run/hald</filename> instead of
140 <filename class='directory'>/usr/var/run/hald</filename>.</para>
141
142 </sect2>
143
144 <sect2 id="hal-runtime-dependencies" xreflabel="GNOME-Python">
145 <title>Run-Time Dependencies</title>
146
147 <para>The <xref linkend="hal-device-manager"/> program requires several
148 additional packages to be installed before it will run. The list is
149 significant and requires a substantial commitment to install them. It is
150 left up to you to determine if the time and effort spent installing the
151 following packages is worth using the <command>hal-device-manager</command>
152 program.</para>
153
154 <para>Though the only requirement to run the
155 <command>hal-device-manager</command> program is installing
156 <ulink url="&gnome-download-http;/gnome-python/">
157 GNOME-Python</ulink>, the dependency list is staggering. The following
158 list does not include the dependencies already identified in the BLFS
159 book. For example, <application>libgnome</application> already lists
160 <application>GNOME VFS</application>, <application>GConf</application>,
161 etc., so they are not repeated here. Note that some of the dependencies
162 have their own dependencies, which have their own, and so forth and so
163 on.</para>
164
165 <itemizedlist>
166 <listitem>
167 <para><ulink
168 url="&gnome-download-http;/gnome-python/">GNOME-Python</ulink>
169 </para>
170
171 <itemizedlist>
172 <listitem>
173 <para><ulink
174 url="http://www.pygtk.org/">PyGTK</ulink> (required)
175 </para>
176
177 <itemizedlist>
178 <listitem>
179 <para><ulink
180 url="http://www.cairographics.org/pycairo">Pycairo</ulink> (optional)
181 </para>
182
183 <!-- Removing these dependencies as they are now obsolete
184 See the pycairo docs for full details
185 <itemizedlist>
186 <listitem>
187 <para><ulink
188 url="http://www.cairographics.org/snapshots/">libsvg-cairo</ulink> (optional)
189 </para>
190
191 <itemizedlist>
192 <listitem>
193 <para><ulink
194 url="http://www.cairographics.org/snapshots/">libsvg</ulink> (required)
195 </para>
196 </listitem>
197 </itemizedlist>
198
199 </listitem>
200 <listitem>
201 <para><ulink
202 url="http://www.pygtk.org/">PyGTK</ulink> (optional, and circular)
203 </para>
204 </listitem>
205 <listitem>
206 <para><ulink
207 url="http://sourceforge.net/projects/numpy">Numerical Python</ulink> (optional)
208 </para>
209 </listitem>
210 </itemizedlist>
211 -->
212
213 </listitem>
214 <listitem>
215 <para><ulink
216 url="http://sourceforge.net/projects/numpy">Old Numeric</ulink> (optional)
217 </para>
218 </listitem>
219 <listitem>
220 <para><xref linkend="libglade"/> (required)</para>
221 </listitem>
222 </itemizedlist>
223
224 </listitem>
225 <listitem>
226 <para><xref linkend="libgnomeui"/> (optional)</para>
227 </listitem>
228 <listitem>
229 <para><xref linkend="libgnome"/> (required)</para>
230 </listitem>
231 <listitem>
232 <para><ulink
233 url="&gnome-download-http;/pyorbit/">PyORBit</ulink> (optional)
234 </para>
235
236 <itemizedlist>
237 <listitem>
238 <para><xref linkend="ORBit2"/> (required)</para>
239 </listitem>
240 </itemizedlist>
241
242 </listitem>
243 </itemizedlist>
244
245 </listitem>
246 </itemizedlist>
247
248 <note>
249 <para>The dependency list is designed to start at the bottom and work
250 your way up until the last package to install is
251 <application>GNOME-Python</application>. Note that the dependencies
252 marked as <quote>required</quote> are required for the package it is
253 listed under. For example, you don't need to install
254 <application>ORBit</application> if you don't plan on installing
255 <application>PyORBit</application>. The minimum packages you could
256 install to support running <xref linkend="hal-device-manager"/> would be
257 (in this order): <xref linkend="libgnome"/>, <xref linkend="libglade"/>,
258 <ulink url="http://www.pygtk.org/">PyGTK</ulink> and <ulink
259 url="&gnome-download-http;/gnome-python/">
260 GNOME-Python</ulink>.</para>
261 </note>
262
263 </sect2>
264
265 <sect2 role="configuration">
266 <title>Configuring HAL</title>
267
268 <sect3 id="hal-config">
269 <title>Config Files</title>
270 <para><filename>/etc/dbus-1/system.d/hal.conf</filename>,
271 <filename>/etc/dbus-1/system.d/halusers.conf</filename> and
272 <filename>/etc/hal/*</filename></para>
273
274 <indexterm zone="hal hal-config">
275 <primary sortas="e-etc-dbus-1-system.d-hal.conf">/etc/dbus-1/system.d/hal.conf</primary>
276 </indexterm>
277
278 <indexterm zone="hal hal-config">
279 <primary sortas="e-etc-dbus-1-system.d-halusers.conf">/etc/dbus-1/system.d/halusers.conf</primary>
280 </indexterm>
281
282 <indexterm zone="hal hal-config">
283 <primary sortas="e-etc-hal-star">/etc/hal/*</primary>
284 </indexterm>
285 </sect3>
286
287 <sect3><title>Configuration Information</title>
288
289 <para>The default setup for <application>HAL</application> is to allow
290 only certain users to invoke methods such as Mount(). These are
291 the <systemitem class="username">root</systemitem> user and the user
292 determined to be at the active console using <ulink
293 url="&blfs-wiki;/linux-pam">pam_console</ulink>. If you are not set
294 up to use <xref linkend="linux-pam"/> and <ulink
295 url="&blfs-wiki;/linux-pam">pam_console</ulink>, create a group that
296 is allowed to invoke <application>HAL</application> methods with the
297 following commands:</para>
298
299<screen role="root"><userinput>groupadd -g 61 halusers &amp;&amp;
300cat &gt; /etc/dbus-1/system.d/halusers.conf &lt;&lt; "EOF"
301<literal>&lt;!DOCTYPE busconfig PUBLIC
302 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
303 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"&gt;
304&lt;busconfig&gt;
305
306 &lt;!-- Allow users in the halusers group invoke HAL methods --&gt;
307 &lt;policy group="halusers"&gt;
308 &lt;allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/&gt;
309 &lt;allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/&gt;
310 &lt;allow send_interface="org.freedesktop.Hal.Device.Volume"/&gt;
311 &lt;allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/&gt;
312 &lt;/policy&gt;
313
314&lt;/busconfig&gt;</literal>
315EOF</userinput></screen>
316
317 <para>Now add the users you would like to the <systemitem
318 class="groupname">halusers</systemitem> group to use
319 <application>HAL</application>. Note that these users still need
320 to have appropriate permissions to access the devices that
321 <application>HAL</application> will invoke its methods on.</para>
322
323 <para>With the above configuration in place, authorized users now
324 have the ability to unmount disk partitions mounted at non-standard
325 locations such as <filename class='directory'>/pub</filename>. If
326 you'd like to restrict this policy to only drives which are considered
327 removable or hotpluggable, add the following configuration file as
328 the <systemitem class='username'>root</systemitem> user:</para>
329
330<screen role="root"><userinput>cat &gt; /etc/hal/fdi/policy/no-fixed-drives.fdi &lt;&lt; "EOF"
331<literal>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!-- -*- SGML -*- --&gt;
332
333&lt;!-- Don't allow HAL methods on disks that are not
334 removable or hotpluggable --&gt;
335
336&lt;deviceinfo version="0.2"&gt;
337&lt;device&gt;
338 &lt;match key="@block.storage_device:storage.hotpluggable" bool="false"&gt;
339 &lt;match key="@block.storage_device:storage.removable" bool="false"&gt;
340 &lt;merge key="volume.ignore" type="bool"&gt;true&lt;/merge&gt;
341 &lt;/match&gt;
342 &lt;/match&gt;
343&lt;/device&gt;
344&lt;/deviceinfo&gt;</literal>
345EOF</userinput></screen>
346
347 <para><application>HAL</application> only provides the methods such
348 as Mount() to act on hardware. In order to take advantage of these,
349 a <application>HAL</application> event handler such as
350 <xref linkend="gnome-volume-manager"/> or <ulink
351 url="http://ivman.sourceforge.net/">Ivman</ulink> should be
352 installed.</para>
353
354 <!-- Following note is only relevant for HAL-0.5.7.x.
355 Fixed upstream. -->
356 <note>
357 <para><application>HAL</application> will ignore any devices listed
358 in <filename>/etc/fstab</filename> for the purpose of automounting.
359 You must remove any listings for devices that you would like
360 automounted such as CD-ROMs or USB keys.</para>
361 </note>
362
363 <!-- This section commented out for now until it is determined what should
364 be placed in this section
365
366 FIXME: I think this information is still relevant with the
367 exception of its interaction with /etc/fstab. Needs investigation.
368
369 <para>No configuration is necessary for the majority of installations
370 on systems configured with ISO-8859-1 compatible locales. The defaults
371 should work just fine. For some installations, tweaking of the various
372 policies may be required. One such configuration change necessary in some
373 locales is identifying the <option>iocharset</option> and
374 <option>codepage</option> variables in the
375 <filename>/etc/fstab</filename> entries created by the
376 <command>fstab-sync</command> program. If changes are required to the
377 configuration so that your locale is properly identified in the entries
378 created in <filename>/etc/fstab</filename>, issue the following commands
379 as the <systemitem class="username">root</systemitem> user (you must
380 substitute the proper data for the
381 <replaceable>&lt;iocharset&gt;</replaceable> and
382 <replaceable>&lt;codepage&gt;</replaceable> info):</para>
383
384<screen role="root"><userinput>install -v -m755 -d /etc/hal/fdi/policy/30user &amp;&amp;
385cat &gt; /etc/hal/fdi/policy/30user/30user-policy.fdi &lt;&lt; "EOF"
386<literal>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!- -*- SGML -*- -&gt;
387
388&lt;!-
389This file is used to set custom options to the HAL policy settings.
390The default policy settings are defined in files contained in the
391/usr/share/hal/fdi/policy directories. User defined customizations
392should be in files contained in the /etc/hal/fdi/policy directories.
393-&gt;
394
395&lt;deviceinfo version="0.2"&gt;
396
397 &lt;device&gt;
398 &lt;match key="info.udi"
399 string="/org/freedesktop/Hal/devices/computer"&gt;
400
401 &lt;!- Set the iocharset variable in the /etc/fstab file entry -&gt;
402 &lt;merge
403 key="storage.policy.default.mount_option.iocharset=<replaceable>&lt;iocharset&gt;</replaceable>"
404 type="bool"&gt;true&lt;/merge&gt;
405
406 &lt;!- Set the codepage variable in the /etc/fstab file entry -&gt;
407 &lt;merge
408 key="storage.policy.default.mount_option.codepage=<replaceable>&lt;codepage&gt;</replaceable>"
409 type="bool"&gt;true&lt;/merge&gt;
410
411 &lt;/match&gt;
412 &lt;/device&gt;
413
414&lt;/deviceinfo&gt;</literal>
415
416EOF</userinput></screen>
417
418 <note>
419 <para>The previous commands created a file named
420 <filename>/etc/hal/fdi/policy/30user/30user-policy.fdi</filename>. To
421 ease readability of the file, put everything between the
422 &lt;angle brackets&gt; and &lt;merge&gt;&lt;/merge&gt; tags on one
423 line. You must have at least one space character
424 where the ends of the lines were. The file would then look like this
425 (trimmed at the top and bottom for brevity):</para>
426
427<screen><literal> &lt;device&gt;
428 &lt;match key="<replaceable>&lt;text&gt;</replaceable>" string="<replaceable>&lt;text&gt;</replaceable>"&gt;
429
430 &lt;!- Set the iocharset variable in the /etc/fstab file entry -&gt;
431 &lt;merge key="<replaceable>&lt;iocharset text&gt;</replaceable>" type="bool"&gt;true&lt;/merge&gt;
432
433 &lt;!- Set the codepage variable in the /etc/fstab file entry -&gt;
434 &lt;merge key="<replaceable>&lt;codepage text&gt;</replaceable>" type="bool"&gt;true&lt;/merge&gt;
435
436 &lt;/match&gt;
437 &lt;/device&gt;</literal></screen>
438
439 </note>
440
441 -->
442
443 </sect3>
444
445 <sect3 id="hal-init">
446 <title>Boot Script</title>
447
448 <para>To automatically start the <command>hald</command> daemon
449 when the system is rebooted, install the
450 <filename>/etc/rc.d/init.d/haldaemon</filename>
451 bootscript from the
452 <xref linkend="bootscripts"/> package.</para>
453
454 <indexterm zone="hal hal-init">
455 <primary sortas="f-haldaemon">haldaemon</primary>
456 </indexterm>
457
458 <!-- Not sure if this is still required any longer as the HAL daemon
459 used to hang if you didn't first restart the DBUS daemon. This is
460 not the case any longer, but it still seems that D-Bus should be
461 restarted, as the hald.conf file is read by the D-BUS daemon.
462 Leaving it in for now until it is positively confirmed it is not
463 required. -->
464
465 <important>
466 <para>If the system-wide <application>D-BUS</application> daemon was
467 running during the installation of <application>HAL</application>,
468 ensure you stop and restart the <application>D-BUS</application>
469 daemon before attempting to start the <command>hald</command>
470 daemon.</para>
471 </important>
472
473<screen role="root"><userinput>make install-haldaemon</userinput></screen>
474
475 </sect3>
476
477 </sect2>
478
479 <sect2 role="content">
480 <title>Contents</title>
481
482 <segmentedlist>
483 <segtitle>Installed Programs</segtitle>
484 <segtitle>Installed Libraries</segtitle>
485 <segtitle>Installed Directories</segtitle>
486
487 <seglistitem>
488 <seg>hal-device, hal-device-manager,
489 hal-find-by-capability, hal-find-by-property, hal-get-property,
490 hal-set-property, hald and lshal</seg>
491 <seg>libhal.{so,a} and libhal-storage,{so,a}</seg>
492 <seg>/etc/hal, /usr/include/hal, /usr/lib/hal,
493 /usr/share/doc/hal-&hal-version;, /usr/share/hal
494 and /var/run/hald</seg>
495 </seglistitem>
496 </segmentedlist>
497
498 <variablelist>
499 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
500 <?dbfo list-presentation="list"?>
501 <?dbhtml list-presentation="table"?>
502
503 <varlistentry id="hal-device">
504 <term><command>hal-device</command></term>
505 <listitem>
506 <para>is used to create, remove or show a
507 <application>HAL</application> device.</para>
508 <indexterm zone="hal hal-device">
509 <primary sortas="b-hal-device">hal-device</primary>
510 </indexterm>
511 </listitem>
512 </varlistentry>
513
514 <varlistentry id="hal-device-manager">
515 <term><command>hal-device-manager</command></term>
516 <listitem>
517 <para>shows a graphical representation of all the devices
518 <application>HAL</application> is aware of. This program requires
519 <xref linkend="hal-runtime-dependencies"/>. Here is a <ulink
520 url="http://cvs.freedesktop.org/*checkout*/hal/hal/doc/spec/hal-devices1.png">
521 screenshot</ulink> of <command>hal-device-manager</command>
522 communicating with the HAL daemon and displaying a tree of device
523 objects. The shown properties in the screenshot are for a device
524 object representing a hard disk.</para>
525 <indexterm zone="hal hal-device-manager">
526 <primary sortas="b-hal-device-manager">hal-device-manager</primary>
527 </indexterm>
528 </listitem>
529 </varlistentry>
530
531 <varlistentry id="hal-find-by-capability">
532 <term><command>hal-find-by-capability</command></term>
533 <listitem>
534 <para>prints the Unique Device Identifiers for
535 <application>HAL</application> device objects of a given
536 capability.</para>
537 <indexterm zone="hal hal-find-by-capability">
538 <primary sortas="b-hal-find-by-capability">hal-find-by-capability</primary>
539 </indexterm>
540 </listitem>
541 </varlistentry>
542
543 <varlistentry id="hal-find-by-property">
544 <term><command>hal-find-by-property</command></term>
545 <listitem>
546 <para>prints the Unique Device Identifiers for
547 <application>HAL</application> device objects where a given property
548 assumes a given value.</para>
549 <indexterm zone="hal hal-find-by-property">
550 <primary sortas="b-hal-find-by-property">hal-find-by-property</primary>
551 </indexterm>
552 </listitem>
553 </varlistentry>
554
555 <varlistentry id="hal-get-property">
556 <term><command>hal-get-property</command></term>
557 <listitem>
558 <para>retrieves a property from a device.</para>
559 <indexterm zone="hal hal-get-property">
560 <primary sortas="b-hal-get-property">hal-get-property</primary>
561 </indexterm>
562 </listitem>
563 </varlistentry>
564
565 <varlistentry id="hal-set-property">
566 <term><command>hal-set-property</command></term>
567 <listitem>
568 <para>attempts to set property for a device. Note that, due to
569 security considerations, it may not be possible to set a
570 property.</para>
571 <indexterm zone="hal hal-set-property">
572 <primary sortas="b-hal-set-property">hal-set-property</primary>
573 </indexterm>
574 </listitem>
575 </varlistentry>
576
577 <varlistentry id="hald">
578 <term><command>hald</command></term>
579 <listitem>
580 <para>is the <application>HAL</application> daemon program.</para>
581 <indexterm zone="hal hald">
582 <primary sortas="b-hald">hald</primary>
583 </indexterm>
584 </listitem>
585 </varlistentry>
586
587 <varlistentry id="lshal">
588 <term><command>lshal</command></term>
589 <listitem>
590 <para>shows all devices and their properties. If the --monitor option
591 is given then the device list and all devices are monitored for
592 changes.</para>
593 <indexterm zone="hal lshal">
594 <primary sortas="b-lshal">lshal</primary>
595 </indexterm>
596 </listitem>
597 </varlistentry>
598
599 <varlistentry id="libhal">
600 <term><filename class='libraryfile'>libhal.{so,a}</filename></term>
601 <listitem>
602 <para>contains the API functions required by the
603 <application>HAL</application> programs.</para>
604 <indexterm zone="hal libhal">
605 <primary sortas="c-libhal">libhal.{so,a}</primary>
606 </indexterm>
607 </listitem>
608 </varlistentry>
609
610 <varlistentry id="libhal-storage">
611 <term><filename class='libraryfile'>libhal-storage.{so,a}</filename></term>
612 <listitem>
613 <para>contains the API functions required by the
614 <application>HAL</application> storage and volume utility
615 programs.</para>
616 <indexterm zone="hal libhal-storage">
617 <primary sortas="c-libhal-storage">libhal-storage.{so,a}</primary>
618 </indexterm>
619 </listitem>
620 </varlistentry>
621
622 </variablelist>
623
624 </sect2>
625
626</sect1>
Note: See TracBrowser for help on using the repository browser.