Changeset 7e70c8be


Ignore:
Timestamp:
06/24/2017 07:49:11 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a9b50a4
Parents:
c2c728a
Message:

Updated sed in git documentation.
Added runtime dependencies to udisks2.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    rc2c728a r7e70c8be  
    246246
    247247sed -i '/^&lt;a href=/s|howto/|&amp;html/|' /usr/share/doc/git-2.13.1/howto-index.html &amp;&amp;
    248 sed -i '/^\* link:/s|howto/|&amp;text/|' /usr/share/doc/git-2.13.1/howto-index.txt</userinput></screen>
     248sed -i '/^\* link:/s|howto/|&amp;html/|' /usr/share/doc/git-2.13.1/howto-index.txt</userinput></screen>
    249249
    250250  </sect2>
  • general/sysutils/udisks2.xml

    rc2c728a r7e70c8be  
    8282      <xref linkend="libxslt"/>, and
    8383      <xref linkend="polkit"/>
     84    </para>
     85
     86    <bridgehead renderas="sect4">Required at runtime</bridgehead>
     87    <para role="required">
     88      <xref linkend="gptfdisk"/>,
     89      <xref linkend="mdadm"/>, and
     90      <xref linkend="xfsprogs"/>
    8491    </para>
    8592
  • introduction/welcome/changelog.xml

    rc2c728a r7e70c8be  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated sed in git documentation. Fixes
     49          <ulink url="&blfs-ticket-root;9403">#9403</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Added runtime dependencies to udisks2.</para>
     53        </listitem>
     54        <listitem>
    4855          <para>[pierre] - Add an explanation about updating the files in
    4956          GCC's "include-fixed" directory.</para>
Note: See TracChangeset for help on using the changeset viewer.