From 4ea8ecd1e539bd5985cea86995a719301a717756 Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Fri, 27 Apr 2007 14:26:34 +0000 Subject: [PATCH] Updated to HAL-0.5.9 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6759 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- general/sysutils/hal.xml | 109 +++++++++++++++++++++++++---- introduction/welcome/changelog.xml | 4 ++ 3 files changed, 100 insertions(+), 15 deletions(-) diff --git a/general.ent b/general.ent index a633527e7b..de0a10d6d0 100644 --- a/general.ent +++ b/general.ent @@ -180,7 +180,7 @@ $Date$ - + diff --git a/general/sysutils/hal.xml b/general/sysutils/hal.xml index 4a2842561e..7a1329bea3 100644 --- a/general/sysutils/hal.xml +++ b/general/sysutils/hal.xml @@ -6,10 +6,16 @@ - + - - + + + + + + + + ]> @@ -66,11 +72,33 @@ + Additional Download + + Required Hardware Data + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &hal-info-md5sum; + + + Download size: &hal-info-size; + + + HAL Dependencies Required - , + , + , (see the ), + , and @@ -80,12 +108,17 @@ (with a current usb.ids file) + Optional (to Create Documentation) + and + xmlto + Optional - , - , + + Parted, , - , and - + libsmbios, + PolicyKit, and + User Notes: @@ -121,8 +154,17 @@ make Now, as the root user: -make install && -install -v -m755 -d /var/run/hald +make install + + Prepare the HAL hardware data with the + following commands: + +tar -xf ../hal-info-&hal-info-version;.tar.gz && +./configure --prefix=/usr + + Finally, as the root user: + +make install @@ -139,11 +181,27 @@ install -v -m755 -d /var/run/hald /var/run/hald instead of /usr/var/run/hald. + --enable-docbook-docs + --docdir=/usr/share/doc/hal-&hal-version;: If and xmlto are available, these + parameters enable the HAL specification + documentation to be built. + Run-Time Dependencies + A few more packages enable more functionality in + HAL at run-time. These include Eject, + ConsoleKit, + dmidecode, + Device-mapper, + Cryptsetup-LUKS, and + pm-utils. + The program requires several additional packages to be installed before it will run. The list is significant and requires a substantial commitment to install them. It is @@ -489,13 +547,14 @@ EOF Installed Directories - hal-device, hal-device-manager, + hal-device, hal-device-manager, hal-disable-polling, hal-find-by-capability, hal-find-by-property, hal-get-property, - hal-set-property, hald and lshal + hal-set-property, hal-is-caller-locked-out, hal-lock, hald and + lshal libhal.{so,a} and libhal-storage,{so,a} /etc/hal, /usr/include/hal, /usr/lib/hal, - /usr/share/doc/hal-&hal-version;, /usr/share/hal - and /var/run/hald + /usr/share/doc/hal-&hal-version;, /usr/share/hal, /var/cache/hald, + /var/lib/hal, and /var/run/hald @@ -532,6 +591,17 @@ EOF + + hal-disable-polling + + can be used to to disable and enable media detection on + drives with removable storage. + + hal-disable-polling + + + + hal-find-by-capability @@ -578,6 +648,17 @@ EOF + + hal-is-caller-locked-out + + determines if a specific caller is locked out of a specific + D-Bus interface on a specific device. + + hal-is-caller-locked-out + + + + hald diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 856cbdf8d4..dc6408f7aa 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -48,6 +48,10 @@ [dnicholson] - Updated to Firefox-2.0.0.3. Fixes ticket #2218. + + [dnicholson] - Updated to HAL-0.5.9 with hal-info-20070425. + Fixes ticket #2213. +