Changeset 9faa2754


Ignore:
Timestamp:
11/21/2005 02:41:51 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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
Children:
27599b98
Parents:
fe2443a
Message:

Modified the libexecdir parameter passed to configure and tweaked the storage device policy in the HAL instructions

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfe2443a r9faa2754  
    1 <!ENTITY day          "19">
     1<!ENTITY day          "21">
    22<!ENTITY month        "11">
    33<!ENTITY year         "2005">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "November &day;th, &year;">
     5<!ENTITY releasedate  "November &day;st, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/hal.xml

    rfe2443a r9faa2754  
    115115    commands:</para>
    116116
    117 <screen><userinput>./configure --prefix=/usr \
     117<screen><userinput>sed -i -e "9,11d" -e "s/pamconsole/users/" \
     118    fdi/policy/10osvendor/10-storage-policy.fdi
     119./configure --prefix=/usr \
    118120            --sysconfdir=/etc \
    119             --libexecdir=/usr/sbin \
     121            --libexecdir=/usr/lib/hal \
    120122            --localstatedir=/var \
    121123            --enable-fstab-sync \
     
    135137    <title>Command Explanations</title>
    136138
    137     <para><parameter>--libexecdir=/usr/sbin</parameter>: This parameter forces
    138     the installation of libexec files to
    139     <filename class='directory'>/usr/sbin</filename> instead of
     139    <para><command>sed -i -e "9,11d" -e "s/pamconsole/users/" ...</command>:
     140    This command adjusts the policy for storage devices so that the
     141    <filename>/etc/fstab</filename> file is updated to standards used by LFS
     142    systems.</para>
     143
     144    <para><parameter>--libexecdir=/usr/lib/hal</parameter>: This parameter
     145    forces the installation of libexec files to
     146    <filename class='directory'>/usr/lib/hal</filename> instead of
    140147    <filename class='directory'>/usr/libexec</filename>.</para>
    141148
     
    172179    <sect3><title>Configuration Information</title>
    173180
    174       <para>Research is underway to determine exactly what configuration is
    175       necessary.</para>
    176 
    177 <!--
    178 <screen><userinput>USER CONFIG COMMANDS</userinput></screen>
    179 
    180 <screen role="root"><userinput>ROOT CONFIG COMMANDS</userinput></screen>
    181 
    182       <para>Create the file .... for ...</para>
    183 
    184 <screen role="root"><userinput>cat &gt;&gt; /PATH/FILENAME &lt;&lt; "EOF"
    185 <literal># Begin FILENAME
    186 
    187 TEXT
    188 
    189 # End FILENAME</literal>
    190 EOF</userinput></screen>
    191 -->
     181      <para>No configuration is necessary as the default values will work for
     182      most systems. Some tweaking of the various policies may be required for
     183      special circumstances.</para>
    192184
    193185    </sect3>
     
    205197        <primary sortas="f-haldaemon">haldaemon</primary>
    206198      </indexterm>
     199
     200      <note>
     201        <para>If the system-wide <application>D-BUS</application> daemon was
     202        running during the installation of <application>HAL</application>,
     203        ensure you stop and restart the <application>D-BUS</application>
     204        daemon before attempting to start the <command>hald</command>
     205        daemon.</para>
     206      </note>
    207207
    208208<screen role="root"><userinput>make install-haldaemon</userinput></screen>
     
    231231        hald-probe-volume and lshal</seg>
    232232        <seg>libhal.[so,a] and libhal-storage,[so,a]</seg>
    233         <seg>/etc/hal, /usr/include/hal, /usr/share/doc/hal-&hal-version;,
    234         /usr/share/hal and /var/run/hald</seg>
     233        <seg>/etc/hal, /usr/include/hal, /usr/lib/hal,
     234        /usr/share/doc/hal-&hal-version;, /usr/share/hal
     235        and /var/run/hald</seg>
    235236      </seglistitem>
    236237    </segmentedlist>
  • introduction/welcome/changelog.xml

    rfe2443a r9faa2754  
    4343
    4444    <listitem>
     45      <para>November 21st, 2005</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Modified the libexecdir parameter passed to configure
     49          and tweaked the storage device policy in the HAL instructions.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>November 19th, 2005</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.