Ignore:
Timestamp:
01/25/2013 06:12:00 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
efe28817
Parents:
c3c56b2
Message:

Updated postfix, sharutils and isc dhcp. Updated postfix bootscript to reflect latest changes to postfix instructions.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/sharutils.xml

    rc3c56b2 r58f0b91  
    55  %general-entities;
    66
    7   <!ENTITY sharutils-download-http "http://ftp.gnu.org/gnu/sharutils/sharutils-&sharutils-version;.tar.bz2">
    8   <!ENTITY sharutils-download-ftp "ftp://ftp.gnu.org/gnu/sharutils/sharutils-&sharutils-version;.tar.bz2">
    9   <!ENTITY sharutils-md5sum "52dd02b6f5e0a148ba871234ae29bba2">
    10   <!ENTITY sharutils-size "984 KB">
    11   <!ENTITY sharutils-buildsize "10 MB">
    12   <!ENTITY sharutils-time "0.3 SBU">
     7  <!ENTITY sharutils-download-http "http://ftp.gnu.org/gnu/sharutils/sharutils-&sharutils-version;.tar.xz">
     8  <!ENTITY sharutils-download-ftp  "ftp://ftp.gnu.org/gnu/sharutils/sharutils-&sharutils-version;.tar.xz">
     9  <!ENTITY sharutils-md5sum        "ac996dbe2dfc74647b500506af56779b">
     10  <!ENTITY sharutils-size          "940 KB">
     11  <!ENTITY sharutils-buildsize     "18 MB">
     12  <!ENTITY sharutils-time          "0.3 SBU">
    1313]>
    1414
    15 <sect1 id="sharutils" xreflabel="sharutils-&sharutils-version;">
     15<sect1 id="sharutils" xreflabel="Sharutils-&sharutils-version;">
    1616  <?dbhtml filename="sharutils.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>sharutils-&sharutils-version;</title>
     23  <title>Sharutils-&sharutils-version;</title>
    2424
    2525  <indexterm zone="sharutils">
    26     <primary sortas="a-sharutils">sharutils</primary>
     26    <primary sortas="a-Sharutils">Sharutils</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to sharutils</title>
     30    <title>Introduction to Sharutils</title>
    3131
    32     <para>The <application>sharutils</application> package contains
    33     utilities that can create 'shell' archives.</para>
     32    <para>
     33      The <application>Sharutils</application> package contains
     34      utilities that can create 'shell' archives.
     35    </para>
    3436
    3537    &lfs72_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&sharutils-download-http;"/></para>
     42        <para>
     43          Download (HTTP): <ulink url="&sharutils-download-http;"/>
     44        </para>
    4145      </listitem>
    4246      <listitem>
    43         <para>Download (FTP): <ulink url="&sharutils-download-ftp;"/></para>
     47        <para>
     48          Download (FTP): <ulink url="&sharutils-download-ftp;"/>
     49        </para>
    4450      </listitem>
    4551      <listitem>
    46         <para>Download MD5 sum: &sharutils-md5sum;</para>
     52        <para>
     53          Download MD5 sum: &sharutils-md5sum;
     54        </para>
    4755      </listitem>
    4856      <listitem>
    49         <para>Download size: &sharutils-size;</para>
     57        <para>
     58          Download size: &sharutils-size;
     59        </para>
    5060      </listitem>
    5161      <listitem>
    52         <para>Estimated disk space required: &sharutils-buildsize;</para>
     62        <para>
     63          Estimated disk space required: &sharutils-buildsize;
     64        </para>
    5365      </listitem>
    5466      <listitem>
    55         <para>Estimated build time: &sharutils-time;</para>
     67        <para>
     68          Estimated build time: &sharutils-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    6377
    6478  <sect2 role="installation">
    65     <title>Installation of sharutils</title>
     79    <title>Installation of Sharutils</title>
    6680
    67     <para>First fix an obsolete definition in the included gnulib:</para>
    68 
    69 <screen><userinput>sed -i -e '/gets is a/d' lib/stdio.in.h</userinput></screen>
    70 
    71     <para>Now, install <application>sharutils</application> by running the following commands:</para>
     81    <para>
     82      Install <application>Sharutils</application> by running
     83      the following commands:
     84    </para>
    7285
    7386<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7487make</userinput></screen>
    7588
    76     <para>To test <application>sharutils</application>, run
    77     <userinput>make check</userinput>.</para>
     89    <para>
     90      To test the results, issue <command>make check</command>.
     91    </para>
    7892
    79     <para>As the <systemitem class="username">root</systemitem> user:</para>
     93    <para>
     94      Now, as the <systemitem class="username">root</systemitem> user:
     95    </para>
    8096
    8197<screen role="root"><userinput>make install</userinput></screen>
    8298
    8399  </sect2>
    84 
    85   <!--
    86   <sect2 role="commands">
    87     <title>Command Explanations</title>
    88 
    89   </sect2>-->
    90100
    91101  <sect2 role="content">
     
    98108
    99109      <seglistitem>
    100         <seg>shar, unshar, uudecode, and uuencode</seg>
    101         <seg>None</seg>
    102         <seg>None</seg>
     110        <seg>
     111          shar, unshar, uudecode and uuencode
     112        </seg>
     113        <seg>
     114          None
     115        </seg>
     116        <seg>
     117          None
     118        </seg>
    103119      </seglistitem>
    104120    </segmentedlist>
     
    112128        <term><command>shar</command></term>
    113129        <listitem>
    114           <para>creates "shell archives" (or shar files) which are in
    115           text format and can be mailed.</para>
     130          <para>
     131            creates "shell archives" (or shar files) which are in
     132            text format and can be mailed.
     133          </para>
    116134          <indexterm zone="sharutils shar">
    117135            <primary sortas="b-shar">shar</primary>
     
    123141        <term><command>unshar</command></term>
    124142        <listitem>
    125           <para>unpacks a shar file.</para>
     143          <para>
     144            unpacks a shar file.
     145          </para>
    126146          <indexterm zone="sharutils unshar">
    127147            <primary sortas="b-unshar">unshar</primary>
     
    133153        <term><command>uudecode</command></term>
    134154        <listitem>
    135           <para>reads a file (or by default the standard input) and writes an encoded
    136           version to the standard output. The encoding uses only printing
    137           ASCII characters.</para>
     155          <para>
     156            reads a file (or by default the standard input) and writes an
     157            encoded  version to the standard output. The encoding uses only
     158            printing ASCII characters.
     159          </para>
    138160          <indexterm zone="sharutils uudecode">
    139161            <primary sortas="b-uudecode">uudecode</primary>
     
    145167        <term><command>uuencode</command></term>
    146168        <listitem>
    147           <para>reads a file (or by default the standard input) and decodes
    148           the uuencoded version to the standard output.</para>
     169          <para>
     170            reads a file (or by default the standard input) and decodes
     171            the uuencoded version to the standard output.
     172          </para>
    149173          <indexterm zone="sharutils uuencode">
    150174            <primary sortas="b-uuencode">uuencode</primary>
Note: See TracChangeset for help on using the changeset viewer.