mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Added a parameter to the HAL configure script
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8362 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4e805c3fd3
commit
f0211af292
@ -145,7 +145,8 @@ useradd -c "HAL Daemon User" -d /dev/null -u 19 \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/hal \
|
||||
--localstatedir=/var \
|
||||
--docdir=/usr/share/doc/hal-&hal-version; &&
|
||||
--docdir=/usr/share/doc/hal-&hal-version; \
|
||||
--enable_policy_kit=no &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue <command>make check</command>.</para>
|
||||
@ -180,6 +181,10 @@ cd hal-info-&hal-info-version; &&
|
||||
<filename class='directory'>/var/run/hald</filename> instead of
|
||||
<filename class='directory'>/usr/var/run/hald</filename>.</para>
|
||||
|
||||
<para><parameter>--enable_policy_kit=no</parameter>: This parameter is
|
||||
required if PolicyKit is not installed. Remove it if PolicyKit is
|
||||
installed.</para>
|
||||
|
||||
<para><parameter>--enable-docbook-docs
|
||||
--docdir=/usr/share/doc/hal-&hal-version;</parameter>: If <xref
|
||||
linkend="xmlto"/> is available, these parameters enable the
|
||||
|
Loading…
Reference in New Issue
Block a user