Changeset 040ecb6


Ignore:
Timestamp:
10/12/2015 09:20:03 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c43cf6a
Parents:
a0afc1b
Message:

Update to man-db-2.7.4.
Update to linux-4.2.3.
Update to tzdata2015g.
Many updates to installed files and directories. Huge thanks to Fernando.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
38 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra0afc1b r040ecb6  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>2015-10-12</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Update to man-db-2.7.4. Fixes
     44          <ulink url="&lfs-ticket-root;3850">#3850</ulink>.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[bdubbs] - Update to linux-4.2.3. Fixes
     48          <ulink url="&lfs-ticket-root;3844">#3844</ulink>.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Update to tzdata2015g. Fixes
     52          <ulink url="&lfs-ticket-root;3845">#3845</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Many updates to installed files and
     56          directories.  Huge thanks to Fernando. Fixes
     57          <ulink url="&lfs-ticket-root;3849">#3849</ulink>.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
    3861
    3962    <listitem>
  • chapter01/whatsnew.xml

    ra0afc1b r040ecb6  
    212212      <para>Texinfo &texinfo-version;</para>
    213213    </listitem>-->
    214     <!--<listitem>
     214    <listitem>
    215215      <para>Tzdata &tzdata-version;</para>
    216     </listitem>-->
     216    </listitem>
    217217    <!--<listitem>
    218218      <para>Util-Linux &util-linux-version;</para>
  • chapter06/acl.xml

    ra0afc1b r040ecb6  
    100100      <seglistitem>
    101101        <seg>chacl, getfacl, and setacl</seg>
    102         <seg>libacl.{a,so}</seg>
     102        <seg>libacl.so</seg>
    103103        <seg>/usr/include/acl and /usr/share/doc/acl-&acl-version;</seg>
    104104      </seglistitem>
  • chapter06/attr.xml

    ra0afc1b r040ecb6  
    9494      <seglistitem>
    9595        <seg>attr, getfattr, and setattr</seg>
    96         <seg>libattr.{a,so}</seg>
     96        <seg>libattr.so</seg>
    9797        <seg>/usr/include/attr and /usr/share/doc/attr-&attr-version;</seg>
    9898      </seglistitem>
  • chapter06/automake.xml

    ra0afc1b r040ecb6  
    7878
    7979      <seglistitem>
    80         <seg>aclocal, aclocal-&am-minor-version;, automake,
    81         automake-&am-minor-version;, compile, config.guess, config.sub,
    82         depcomp, install-sh, mdate-sh, missing, mkinstalldirs,
    83         py-compile, and ylwrap</seg>
     80        <seg>aclocal, aclocal-&am-minor-version; (hard linked with aclocal), automake, and
     81        automake-&am-minor-version; (hard linked with automake) </seg>
    8482        <seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;, and
    8583        /usr/share/doc/automake-&automake-version;</seg>
     
    140138      </varlistentry>
    141139
    142       <varlistentry id="compile">
    143         <term><command>compile</command></term>
    144         <listitem>
    145           <para>A wrapper for compilers</para>
    146           <indexterm zone="ch-system-automake compile">
    147             <primary sortas="b-compile">compile</primary>
    148           </indexterm>
    149         </listitem>
    150       </varlistentry>
    151 
    152       <varlistentry id="config.guess">
    153         <term><command>config.guess</command></term>
    154         <listitem>
    155           <para>A script that attempts to guess the canonical triplet for
    156           the given build, host, or target architecture</para>
    157           <indexterm zone="ch-system-automake config.guess">
    158             <primary sortas="b-config.guess">config.guess</primary>
    159           </indexterm>
    160         </listitem>
    161       </varlistentry>
    162 
    163       <varlistentry id="config.sub">
    164         <term><command>config.sub</command></term>
    165         <listitem>
    166           <para>A configuration validation subroutine script</para>
    167           <indexterm zone="ch-system-automake config.sub">
    168             <primary sortas="b-config.sub">config.sub</primary>
    169           </indexterm>
    170         </listitem>
    171       </varlistentry>
    172 
    173       <varlistentry id="depcomp">
    174         <term><command>depcomp</command></term>
    175         <listitem>
    176           <para>A script for compiling a program so that dependency information
    177           is generated in addition to the desired output</para>
    178           <indexterm zone="ch-system-automake depcomp">
    179             <primary sortas="b-depcomp">depcomp</primary>
    180           </indexterm>
    181         </listitem>
    182       </varlistentry>
    183 
    184       <varlistentry id="install-sh">
    185         <term><command>install-sh</command></term>
    186         <listitem>
    187           <para>A script that installs a program, script, or data file</para>
    188           <indexterm zone="ch-system-automake install-sh">
    189             <primary sortas="b-install-sh">install-sh</primary>
    190           </indexterm>
    191         </listitem>
    192       </varlistentry>
    193 
    194       <varlistentry id="mdate-sh">
    195         <term><command>mdate-sh</command></term>
    196         <listitem>
    197           <para>A script that prints the modification time of a file or
    198           directory</para>
    199           <indexterm zone="ch-system-automake mdate-sh">
    200             <primary sortas="b-mdate-sh">mdate-sh</primary>
    201           </indexterm>
    202         </listitem>
    203       </varlistentry>
    204 
    205       <varlistentry id="missing">
    206         <term><command>missing</command></term>
    207         <listitem>
    208           <para>A script acting as a common stub for missing GNU programs during
    209           an installation</para>
    210           <indexterm zone="ch-system-automake missing">
    211             <primary sortas="b-missing">missing</primary>
    212           </indexterm>
    213         </listitem>
    214       </varlistentry>
    215 
    216       <varlistentry id="mkinstalldirs">
    217         <term><command>mkinstalldirs</command></term>
    218         <listitem>
    219           <para>A script that creates a directory tree</para>
    220           <indexterm zone="ch-system-automake mkinstalldirs">
    221             <primary sortas="b-mkinstalldirs">mkinstalldirs</primary>
    222           </indexterm>
    223         </listitem>
    224       </varlistentry>
    225 
    226       <varlistentry id="py-compile">
    227         <term><command>py-compile</command></term>
    228         <listitem>
    229           <para>Compiles a Python program</para>
    230           <indexterm zone="ch-system-automake py-compile">
    231             <primary sortas="b-py-compile">py-compile</primary>
    232           </indexterm>
    233         </listitem>
    234       </varlistentry>
    235 
    236       <varlistentry id="ylwrap">
    237         <term><command>ylwrap</command></term>
    238         <listitem>
    239           <para>A wrapper for <command>lex</command> and
    240           <command>yacc</command></para>
    241           <indexterm zone="ch-system-automake ylwrap">
    242             <primary sortas="b-ylwrap">ylwrap</primary>
    243           </indexterm>
    244         </listitem>
    245       </varlistentry>
    246 
    247140    </variablelist>
    248141
  • chapter06/bison.xml

    ra0afc1b r040ecb6  
    5353<screen><userinput remap="make">make</userinput></screen>
    5454
    55     <para>To test the results (about 0.5 SBU), issue:</para>
     55    <para>To test the results (about 2.2 SBU), issue:</para>
    5656
    5757<screen><userinput remap="test">make check</userinput></screen>
  • chapter06/e2fsprogs.xml

    ra0afc1b r040ecb6  
    172172        e2fsck, e2image, e2label, e2undo, e4defrag, filefrag, fsck.ext2,
    173173        fsck.ext3, fsck.ext4, fsck.ext4dev, logsave, lsattr, mk_cmds, mke2fs,
    174         mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev,
     174        mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev, mklost+found,
    175175        resize2fs, and tune2fs</seg>
    176         <seg>libcom_err.{a,so}, libe2p.{a,so}, libext2fs.{a,so},
    177         libquota.a, and libss.{a,so}</seg>
     176        <seg>libcom_err.so, libe2p.so, libext2fs.so, and libss.so</seg>
    178177        <seg>/usr/include/e2p, /usr/include/et, /usr/include/ext2fs,
    179         /usr/include/quota, /usr/include/ss, /usr/share/et, and /usr/share/ss</seg>
     178        /usr/include/ss, /usr/share/et, and /usr/share/ss</seg>
    180179      </seglistitem>
    181180    </segmentedlist>
     
    523522        </listitem>
    524523      </varlistentry>
    525 
     524<!--
    526525      <varlistentry id="libquota">
    527526        <term><filename class="libraryfile">libquota</filename></term>
     
    534533        </listitem>
    535534      </varlistentry>
    536 
     535-->
    537536      <varlistentry id="libss">
    538537        <term><filename class="libraryfile">libss</filename></term>
  • chapter06/eudev.xml

    ra0afc1b r040ecb6  
    140140        <seg>libudev.so</seg>
    141141
    142         <seg>/etc/udev, /lib/udev, and /lib/firmware</seg>
     142        <seg>/etc/udev, /lib/udev, and /usr/share/doc/udev-20140408</seg>
    143143      </seglistitem>
    144144    </segmentedlist>
     
    148148      <?dbfo list-presentation="list"?>
    149149      <?dbhtml list-presentation="table"?>
    150 <!--
    151       <varlistentry id="ata_id">
    152         <term><command>ata_id</command></term>
    153         <listitem>
    154           <para>Provides Udev with a unique string and
    155           additional information (uuid, label) for an ATA drive</para>
    156           <indexterm zone="ch-system-eudev ata_id">
    157             <primary sortas="b-ata_id">ata_id</primary>
    158           </indexterm>
    159         </listitem>
    160       </varlistentry>
    161 
    162       <varlistentry id="cdrom_id">
    163         <term><command>cdrom_id</command></term>
    164         <listitem>
    165           <para>Provides Udev with the capabilities of a
    166           CD-ROM or DVD-ROM drive</para>
    167           <indexterm zone="ch-system-eudev cdrom_id">
    168             <primary sortas="b-cdrom_id">cdrom_id</primary>
    169           </indexterm>
    170         </listitem>
    171       </varlistentry>
    172 
    173       <varlistentry id="collect">
    174         <term><command>collect</command></term>
    175         <listitem>
    176           <para>Given an ID for the current uevent and a list of
    177           IDs (for all target uevents), registers the current ID
    178           and indicates whether all target IDs have been registered</para>
    179           <indexterm zone="ch-system-eudev collect">
    180             <primary sortas="b-collect">collect</primary>
    181           </indexterm>
    182         </listitem>
    183       </varlistentry>
    184 
    185       <varlistentry id="scsi_id">
    186         <term><command>scsi_id</command></term>
    187         <listitem>
    188           <para>Provides Udev with a unique SCSI identifier
    189           based on the data returned from sending a SCSI INQUIRY command to
    190           the specified device</para>
    191           <indexterm zone="ch-system-eudev scsi_id">
    192             <primary sortas="b-scsi_id">scsi_id</primary>
    193           </indexterm>
    194         </listitem>
    195       </varlistentry>
    196 -->
    197150      <varlistentry id="udevadm">
    198151        <term><command>udevadm</command></term>
  • chapter06/expat.xml

    ra0afc1b r040ecb6  
    7575      <seglistitem>
    7676        <seg>xmlwf</seg>
    77         <seg>libexpat.{a,so}</seg>
     77        <seg>libexpat.so</seg>
    7878        <seg>/usr/share/doc/expat-&expat-version;</seg>
    7979      </seglistitem>
  • chapter06/findutils.xml

    ra0afc1b r040ecb6  
    9292
    9393      <seglistitem>
    94         <seg>bigram, code, find, frcode, locate, oldfind, updatedb, and xargs</seg>
     94        <seg>code, find, locate, oldfind, updatedb, and xargs</seg>
    9595      </seglistitem>
    9696    </segmentedlist>
     
    100100      <?dbfo list-presentation="list"?>
    101101      <?dbhtml list-presentation="table"?>
    102 
    103       <varlistentry id="bigram">
    104         <term><command>bigram</command></term>
    105         <listitem>
    106           <para>Was formerly used to produce <command>locate</command>
    107           databases</para>
    108           <indexterm zone="ch-system-findutils bigram">
    109             <primary sortas="b-bigram">bigram</primary>
    110           </indexterm>
    111         </listitem>
    112       </varlistentry>
    113102
    114103      <varlistentry id="code">
     
    130119          <indexterm zone="ch-system-findutils find">
    131120            <primary sortas="b-find">find</primary>
    132           </indexterm>
    133         </listitem>
    134       </varlistentry>
    135 
    136       <varlistentry id="frcode">
    137         <term><command>frcode</command></term>
    138         <listitem>
    139           <para>Is called by <command>updatedb</command> to compress the list
    140           of file names; it uses front-compression, reducing the database size
    141           by a factor of four to five</para>
    142           <indexterm zone="ch-system-findutils frcode">
    143             <primary sortas="b-frcode">frcode</primary>
    144121          </indexterm>
    145122        </listitem>
  • chapter06/flex.xml

    ra0afc1b r040ecb6  
    4848    <para>Prepare Flex for compilation:</para>
    4949
    50 <screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
     50<screen><userinput remap="configure">./configure --prefix=/usr    \
     51            --disable-static \
     52            --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
    5153
    5254    <para>Compile the package:</para>
     
    8991      <seglistitem>
    9092        <seg>flex, flex++ (link to flex), and lex (link to flex)</seg>
    91         <seg>libfl.{a,so} and libfl_pic.{a,so}</seg>
     93        <seg>libfl.so and libfl_pic.so</seg>
    9294        <seg>/usr/share/doc/flex-&flex-version;</seg>
    9395      </seglistitem>
  • chapter06/gcc.xml

    ra0afc1b r040ecb6  
    140140
    141141<screen><userinput remap="install">install -v -dm755 /usr/lib/bfd-plugins
    142 ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so /usr/lib/bfd-plugins/</userinput></screen>
     142ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so \
     143        /usr/lib/bfd-plugins/</userinput></screen>
    143144
    144145    <para>Now that our final toolchain is in place, it is important to again ensure
  • chapter06/gdbm.xml

    ra0afc1b r040ecb6  
    8787      <seglistitem>
    8888        <seg>gdbm_dump, gdbm_load, and gdbmtool</seg>
    89         <seg>libgdbm.{a,so} and libgdbm_compat.{a,so}</seg>
     89        <seg>libgdbm.so and libgdbm_compat.so</seg>
    9090      </seglistitem>
    9191    </segmentedlist>
  • chapter06/gettext.xml

    ra0afc1b r040ecb6  
    6161    <para>Install the package:</para>
    6262
    63 <screen><userinput remap="install">make install</userinput></screen>
     63<screen><userinput remap="install">make install
     64chmod -v 0755 /usr/lib/preloadable_libintl.so</userinput></screen>
    6465
    6566  </sect2>
     
    7475
    7576      <seglistitem>
    76         <seg>autopoint, config.charset, config.rpath, envsubst, gettext, gettext.sh,
     77        <seg>autopoint, envsubst, gettext, gettext.sh,
    7778        gettextize, hostname, msgattrib, msgcat, msgcmp, msgcomm, msgconv, msgen,
    7879        msgexec, msgfilter, msgfmt, msggrep, msginit, msgmerge, msgunfmt, msguniq,
    7980        ngettext, recode-sr-latin, and xgettext</seg>
    80         <seg>libasprintf.{a,so}, libgettextlib.so, libgettextpo.{a,so},
     81        <seg>libasprintf.so, libgettextlib.so, libgettextpo.so,
    8182        libgettextsrc.so, and preloadable_libintl.so</seg>
    8283        <seg>/usr/lib/gettext, /usr/share/doc/gettext-&gettext-version;, and
     
    9798          <indexterm zone="ch-system-gettext autopoint">
    9899            <primary sortas="b-autopoint">autopoint</primary>
    99           </indexterm>
    100         </listitem>
    101       </varlistentry>
    102 
    103       <varlistentry id="config.charset">
    104         <term><command>config.charset</command></term>
    105         <listitem>
    106           <para>Outputs a system-dependent table of character encoding
    107           aliases</para>
    108           <indexterm zone="ch-system-gettext config.charset">
    109             <primary sortas="b-config.charset">config.charset</primary>
    110           </indexterm>
    111         </listitem>
    112       </varlistentry>
    113 
    114       <varlistentry id="config.rpath">
    115         <term><command>config.rpath</command></term>
    116         <listitem>
    117           <para>Outputs a system-dependent set of variables, describing how
    118           to set the runtime search path of shared libraries in an
    119           executable</para>
    120           <indexterm zone="ch-system-gettext config.rpath">
    121             <primary sortas="b-config.rpath">config.rpath</primary>
    122100          </indexterm>
    123101        </listitem>
  • chapter06/gmp.xml

    ra0afc1b r040ecb6  
    112112
    113113      <seglistitem>
    114         <seg>libgmp.{a,so} and libgmpxx.{a,so}</seg>
     114        <seg>libgmp.so and libgmpxx.so</seg>
    115115        <seg>/usr/share/doc/gmp-&gmp-version;</seg>
    116116      </seglistitem>
  • chapter06/gperf.xml

    ra0afc1b r040ecb6  
    6666    <segmentedlist>
    6767      <segtitle>Installed program</segtitle>
     68      <segtitle>Installed directory</segtitle>
    6869
    6970      <seglistitem>
    7071        <seg>gperf</seg>
     72        <seg>/usr/share/doc/gperf-&gperf-version;</seg>
    7173      </seglistitem>
    7274    </segmentedlist>
  • chapter06/groff.xml

    ra0afc1b r040ecb6  
    7474
    7575      <seglistitem>
    76         <seg>addftinfo, afmtodit, chem, eqn, eqn2graph, gdiffmk,
    77         geqn (link to eqn), grap2graph, grn, grodvi, groff, groffer, grog,
    78         grolbp, grolj4, grops, grotty, gtbl (link to tbl), hpftodit,
    79         indxbib, lkbib, lookbib, mmroff, neqn, nroff, pdfroff, pfbtops, pic,
    80         pic2graph, post-grohtml, preconv, pre-grohtml, refer, roff2dvi,
    81         roff2html, roff2pdf, roff2ps, roff2text, roff2x, soelim, tbl, tfmtodit,
    82         and troff</seg>
     76        <seg>addftinfo, afmtodit, chem, eqn, eqn2graph, gdiffmk, glilypond,
     77        gperl, gpinyin, grap2graph, grn, grodvi, groff, groffer, grog, grolbp,
     78        grolj4, gropdf, grops, grotty, hpftodit, indxbib, lkbib, lookbib,
     79        mmroff, neqn, nroff, pdfmom, pdfroff, pfbtops, pic, pic2graph,
     80        post-grohtml, preconv, pre-grohtml, refer, roff2dvi, roff2html,
     81        roff2pdf, roff2ps, roff2text, roff2x, soelim, tbl, tfmtodit, and
     82        troff</seg>
    8383        <seg>/usr/lib/groff and /usr/share/doc/groff-&groff-version;,
    8484        /usr/share/groff</seg>
     
    155155      </varlistentry>
    156156
    157       <varlistentry id="geqn">
    158         <term><command>geqn</command></term>
    159         <listitem>
    160           <para>A link to <command>eqn</command></para>
    161           <indexterm zone="ch-system-groff geqn">
    162             <primary sortas="b-geqn">geqn</primary>
     157      <varlistentry id="glilypond">
     158        <term><command>glilypond</command></term>
     159        <listitem>
     160          <para>Transforms sheet music written in the lilypond language into
     161          the groff language</para>
     162          <indexterm zone="ch-system-groff glilypond">
     163            <primary sortas="b-glilypond">glilypond</primary>
     164          </indexterm>
     165        </listitem>
     166      </varlistentry>
     167
     168      <varlistentry id="gperl">
     169        <term><command>gperl</command></term>
     170        <listitem>
     171          <para>Preprocesor for groff, allowing addition of perl code
     172          into groff files</para>
     173          <indexterm zone="ch-system-groff gperl">
     174            <primary sortas="b-gperl">gperl</primary>
     175          </indexterm>
     176        </listitem>
     177      </varlistentry>
     178
     179      <varlistentry id="gpinyin">
     180        <term><command>gpinyin</command></term>
     181        <listitem>
     182          <para>Preprocesor for groff, allowing addition of Chinese
     183          European-like language Pinyin into groff files.</para>
     184          <indexterm zone="ch-system-groff gpinyin">
     185            <primary sortas="b-gpinyin">gpinyin</primary>
    163186          </indexterm>
    164187        </listitem>
     
    255278      </varlistentry>
    256279
     280      <varlistentry id="gropdf">
     281        <term><command>gropdf</command></term>
     282        <listitem>
     283          <para>Translates the output of GNU <command>troff</command> to
     284          PDF</para>
     285          <indexterm zone="ch-system-groff gropdf">
     286            <primary sortas="b-gropdf">gropdf</primary>
     287          </indexterm>
     288        </listitem>
     289      </varlistentry>
     290
    257291      <varlistentry id="grops">
    258292        <term><command>grops</command></term>
     
    273307          <indexterm zone="ch-system-groff grotty">
    274308            <primary sortas="b-grotty">grotty</primary>
    275           </indexterm>
    276         </listitem>
    277       </varlistentry>
    278 
    279       <varlistentry id="gtbl">
    280         <term><command>gtbl</command></term>
    281         <listitem>
    282           <para>A link to <command>tbl</command></para>
    283           <indexterm zone="ch-system-groff gtbl">
    284             <primary sortas="b-gtbl">gtbl</primary>
    285309          </indexterm>
    286310        </listitem>
     
    368392      </varlistentry>
    369393
     394      <varlistentry id="pdfmom">
     395        <term><command>pdfmom</command></term>
     396        <listitem>
     397          <para>Is a wrapper around groff that facilitates the production of PDF
     398          documents from files formatted with the mom macros.</para>
     399          <indexterm zone="ch-system-groff pdfmom">
     400            <primary sortas="b-pdfmom">pdfmom</primary>
     401          </indexterm>
     402        </listitem>
     403      </varlistentry>
     404
    370405      <varlistentry id="pdfroff">
    371406        <term><command>pdfroff</command></term>
  • chapter06/grub.xml

    ra0afc1b r040ecb6  
    9595      <seglistitem>
    9696
    97        <seg>                      grub-bios-setup, grub-editenv,     grub-fstest,
    98             grub-install,         grub-kbdcomp,    grub-menulst2cfg, grub-mkconfig,
     97       <seg>grub-bios-setup,      grub-editenv,    grub-file,        grub-fstest,
     98            grub-glue-efi,        grub-install,    grub-kbdcomp,     grub-macbless,   
     99            grub-menulst2cfg,     grub-mkconfig,
    99100                                  grub-mkimage,    grub-mklayout,    grub-mknetdir,
    100101            grub-mkpasswd-pbkdf2, grub-mkrelpath,  grub-mkrescue,    grub-mkstandalone,
    101             grub-ofpathname,      grub-probe,      grub-reboot,      grub-script-check,
    102             grub-set-default,                      grub-sparc64-setup </seg>
    103 
    104         <seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub, /boot/grub</seg>
     102            grub-ofpathname,      grub-probe,      grub-reboot,      grub-render-label,
     103            grub-script-check,
     104            grub-set-default,     grub-sparc64-setup, and grub-syslinux2cfg</seg>
     105
     106        <seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub, and boot/grub (when grub-install
     107        is first run)</seg>
    105108      </seglistitem>
    106109    </segmentedlist>
     
    131134      </varlistentry>
    132135
     136      <varlistentry id="grub-file">
     137        <term><command>grub-file</command></term>
     138        <listitem>
     139          <para>Checks if FILE is of the specified type.</para>
     140          <indexterm zone="ch-system-grub grub-file">
     141            <primary sortas="b-grub-file">grub-file</primary>
     142          </indexterm>
     143        </listitem>
     144      </varlistentry>
     145
    133146      <varlistentry id="grub-fstest">
    134147        <term><command>grub-fstest</command></term>
     
    137150          <indexterm zone="ch-system-grub grub-fstest">
    138151            <primary sortas="b-grub-fstest">grub-fstest</primary>
     152          </indexterm>
     153        </listitem>
     154      </varlistentry>
     155
     156      <varlistentry id="grub-glue-efi">
     157        <term><command>grub-glue-efi</command></term>
     158        <listitem>
     159          <para>Processes ia32 and amd64 EFI images and glues them
     160          according to Apple format.</para>
     161          <indexterm zone="ch-system-grub grub-glue-efi">
     162            <primary sortas="b-grub-glue-efi">grub-glue-efi</primary>
    139163          </indexterm>
    140164        </listitem>
     
    162186      </varlistentry>
    163187
     188      <varlistentry id="grub-macbless">
     189        <term><command>grub-macbless</command></term>
     190        <listitem>
     191          <para>Mac-style bless on HFS or HFS+ files</para>
     192          <indexterm zone="ch-system-grub grub-macbless">
     193            <primary sortas="b-grub-macbless">grub-macbless</primary>
     194          </indexterm>
     195        </listitem>
     196      </varlistentry>
     197
    164198      <varlistentry id="grub-menulst2cfg">
    165199        <term><command>grub-menulst2cfg</command></term>
     
    284318      </varlistentry>
    285319
     320      <varlistentry id="grub-render-label">
     321        <term><command>grub-render-label</command></term>
     322        <listitem>
     323          <para>Render Apple .disk_label for Apple Macs</para>
     324          <indexterm zone="ch-system-grub grub-render-label">
     325            <primary sortas="b-grub-render-label">grub-render-label</primary>
     326          </indexterm>
     327        </listitem>
     328      </varlistentry>
     329
    286330      <varlistentry id="grub-script-check">
    287331        <term><command>grub-script-check</command></term>
     
    314358      </varlistentry>
    315359
     360      <varlistentry id="grub-syslinux2cfg">
     361        <term><command>grub-syslinux2cfg</command></term>
     362        <listitem>
     363          <para>Transform a syslinux config file into grub.cfg format</para>
     364          <indexterm zone="ch-system-grub grub-syslinux2cfg">
     365            <primary sortas="b-grub-syslinux2cfg">grub-syslinux2cfg</primary>
     366          </indexterm>
     367        </listitem>
     368      </varlistentry>
     369
    316370    </variablelist>
    317371
  • chapter06/gzip.xml

    ra0afc1b r040ecb6  
    7272
    7373      <seglistitem>
    74         <seg>gunzip, gzexe, gzip, uncompress, zcat, zcmp, zdiff, zegrep, zfgrep,
    75         zforce, zgrep, zless, zmore, and znew</seg>
     74        <seg>gunzip, gzexe, gzip, uncompress (hard link with gunzip), zcat, zcmp,
     75        zdiff, zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew</seg>
    7676      </seglistitem>
    7777    </segmentedlist>
  • chapter06/inetutils.xml

    ra0afc1b r040ecb6  
    134134
    135135      <seglistitem>
    136         <seg>ftp, ifconfig, hostname, ping, ping6, rcp, rexec, rlogin,
    137         rsh, talk, telnet, tftp, and traceroute</seg>
     136        <seg>dnsdomainname, ftp, ifconfig, hostname, ping, ping6,
     137        talk, telnet, tftp, and traceroute</seg>
    138138      </seglistitem>
    139139    </segmentedlist>
     
    144144      <?dbhtml list-presentation="table"?>
    145145
     146      <varlistentry id="dnsdomainname">
     147        <term><command>dnsdomainname</command></term>
     148        <listitem>
     149        <para>Show the system's DNS domain name</para>
     150        <indexterm zone="ch-system-inetutils dnsdomainname">
     151          <primary sortas="b-dnsdomainname">dnsdomainname</primary>
     152        </indexterm>
     153        </listitem>
     154      </varlistentry>
     155
    146156      <varlistentry id="ftp">
    147157        <term><command>ftp</command></term>
     
    154164      </varlistentry>
    155165
     166      <varlistentry id="hostname">
     167        <term><command>hostname</command></term>
     168        <listitem>
     169          <para>Reports or sets the name of the host</para>
     170          <indexterm zone="ch-system-inetutils hostname">
     171            <primary sortas="b-hostname">hostname</primary>
     172          </indexterm>
     173        </listitem>
     174      </varlistentry>
     175
    156176      <varlistentry id="ifconfig">
    157177        <term><command>ifconfig</command></term>
     
    161181          <primary sortas="b-ifconfig">ifconfig</primary>
    162182        </indexterm>
    163         </listitem>
    164       </varlistentry>
    165 
    166       <varlistentry id="hostname">
    167         <term><command>hostname</command></term>
    168         <listitem>
    169           <para>Reports or sets the name of the host</para>
    170           <indexterm zone="ch-system-inetutils hostname">
    171             <primary sortas="b-hostname">hostname</primary>
    172           </indexterm>
    173183        </listitem>
    174184      </varlistentry>
  • chapter06/kbd.xml

    ra0afc1b r040ecb6  
    134134        mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to
    135135        psfxtable), psfstriptable (link to psfxtable), psfxtable, <!--resizecons,-->
    136         setfont, setkeycodes, setleds, setmetamode,
     136        setfont, setkeycodes, setleds, setmetamode, setvtrgb,
    137137        showconsolefont, showkey, unicode_start, and unicode_stop</seg>
    138         <seg>/usr/share/consolefonts, /usr/share/consoletrans, /usr/share/keymaps,
    139         and /usr/share/unimaps</seg>
     138        <seg>/usr/share/consolefonts, /usr/share/consoletrans, /usr/share/keymaps, 
     139        /usr/share/doc/kbd-&kbd-version;,  and /usr/share/unimaps</seg>
    140140      </seglistitem>
    141141    </segmentedlist>
     
    310310      </varlistentry>
    311311
    312   <!--<varlistentry id="resizecons">
    313         <term><command>resizecons</command></term>
    314         <listitem>
    315           <para>Changes the kernel idea of the console size</para>
    316           <indexterm zone="ch-system-kbd resizecons">
    317             <primary sortas="b-resizecons">resizecons</primary>
    318           </indexterm>
    319         </listitem>
    320       </varlistentry>-->
    321 
    322312      <varlistentry id="setfont">
    323313        <term><command>setfont</command></term>
     
    358348          <indexterm zone="ch-system-kbd setmetamode">
    359349            <primary sortas="b-setmetamode">setmetamode</primary>
     350          </indexterm>
     351        </listitem>
     352      </varlistentry>
     353
     354      <varlistentry id="setvtrgb">
     355        <term><command>setvtrgb</command></term>
     356        <listitem>
     357          <para>Sets the console color map in all virtual terminals</para>
     358          <indexterm zone="ch-system-kbd setvtrgb">
     359            <primary sortas="b-setvtrgb">setvtrgb</primary>
    360360          </indexterm>
    361361        </listitem>
  • chapter06/libcap.xml

    ra0afc1b r040ecb6  
    9292      <seglistitem>
    9393        <seg>capsh, getcap, getpcaps, and setcap</seg>
    94         <seg>libcap.{a,so}</seg>
     94        <seg>libcap.so</seg>
    9595      </seglistitem>
    9696    </segmentedlist>
  • chapter06/libtool.xml

    ra0afc1b r040ecb6  
    7676      <seglistitem>
    7777        <seg>libtool and libtoolize</seg>
    78         <seg>libltdl.{a,so}</seg>
     78        <seg>libltdl.so</seg>
    7979        <seg>/usr/include/libltdl and /usr/share/libtool</seg>
    8080      </seglistitem>
  • chapter06/man-db.xml

    ra0afc1b r040ecb6  
    280280      <seglistitem>
    281281        <seg>accessdb, apropos (link to whatis), catman, lexgrog, man, mandb,
    282         manpath, whatis, and zsoelim</seg>
     282        manpath, and whatis</seg>
    283283        <seg>libman.so and libmandb.so</seg>
    284         <seg>/usr/lib/man-db, /usr/libexec/man-db,
     284        <seg>/usr/lib/man-db, /usr/lib/tmpfiles.d, /usr/libexec/man-db,
    285285        and /usr/share/doc/man-db-&man-db-version;</seg>
    286286      </seglistitem>
     
    380380      </varlistentry>
    381381
    382       <varlistentry id="zsoelim">
    383         <term><command>zsoelim</command></term>
    384         <listitem>
    385           <para>Reads files and replaces lines of the form <emphasis>.so
    386           file</emphasis> by the contents of the mentioned
    387           <emphasis>file</emphasis></para>
    388           <indexterm zone="ch-system-man-db zsoelim">
    389             <primary sortas="b-zsoelim">zsoelim</primary>
    390           </indexterm>
    391         </listitem>
    392       </varlistentry>
    393 
    394382      <varlistentry id="libman">
    395383        <term><filename class="libraryfile">libman</filename></term>
  • chapter06/mpc.xml

    ra0afc1b r040ecb6  
    7474
    7575      <seglistitem>
    76         <seg>libmpc.{a,so}</seg>
     76        <seg>libmpc.so</seg>
    7777        <seg>/usr/share/doc/mpc-&mpc-version;</seg>
    7878      </seglistitem>
  • chapter06/mpfr.xml

    ra0afc1b r040ecb6  
    8484
    8585      <seglistitem>
    86         <seg>libmpfr.{a,so}</seg>
     86        <seg>libmpfr.so</seg>
    8787        <seg>/usr/share/doc/mpfr-&mpfr-version;</seg>
    8888      </seglistitem>
  • chapter06/ncurses.xml

    ra0afc1b r040ecb6  
    189189           libmenuw.so,
    190190           libncursesw.so,
     191           libncurses++w.a,
    191192           libpanelw.so, and their non-wide-character counterparts without "w"
    192193              in the library names.</seg>
  • chapter06/perl.xml

    ra0afc1b r040ecb6  
    136136
    137137      <seglistitem>
    138         <seg>a2p, c2ph, corelist, cpan, cpan2dist, cpanp,
    139         cpanp-run-perl, enc2xs, find2perl, h2ph, h2xs,
    140         instmodsh, json_pp, libnetcfg, perl, perl&perl-version; (link to perl),
    141         perlbug, perldoc, perlivp, perlthanks (link to perlbug), piconv, pl2pm,
    142         pod2html, pod2latex, pod2man, pod2text, pod2usage, podchecker,
    143         podselect, prove, psed (link to s2p), pstruct (link to c2ph), ptar,
    144         ptardiff, ptargrep, s2p, shasum, splain, xsubpp, and zipdetails</seg>
    145         <seg>Several hundred which cannot all be listed here</seg>
     138        <seg>c2ph, corelist, cpan, enc2xs, encguess, h2ph, h2xs, instmodsh,
     139        json_pp, libnetcfg, perl, perl&perl-version; (hard link to perl),
     140        perlbug, perldoc, perlivp, perlthanks (hard link to perlbug), piconv,
     141        pl2pm, pod2html, pod2man, pod2text, pod2usage, podchecker, podselect,
     142        prove, pstruct (hard link to c2ph), ptar, ptardiff, ptargrep, shasum,
     143        splain, xsubpp, and zipdetails</seg>
     144        <seg>Many which cannot all be listed here</seg>
    146145        <seg>/usr/lib/perl5</seg>
    147146      </seglistitem>
     
    233232          <indexterm zone="ch-system-perl enc2xs">
    234233            <primary sortas="b-enc2xs">enc2xs</primary>
     234          </indexterm>
     235        </listitem>
     236      </varlistentry>
     237
     238      <varlistentry id="encguess">
     239        <term><command>encguess</command></term>
     240        <listitem>
     241          <para>Guess the encoding type of one or several files</para>
     242          <indexterm zone="ch-system-perl encguess">
     243            <primary sortas="b-encguess">encguess</primary>
    235244          </indexterm>
    236245        </listitem>
     
    473482      </varlistentry>
    474483
    475       <varlistentry id="psed">
    476         <term><command>psed</command></term>
    477         <listitem>
    478           <para>A Perl version of the stream editor <command>sed</command></para>
    479           <indexterm zone="ch-system-perl psed">
    480             <primary sortas="b-psed">psed</primary>
    481           </indexterm>
    482         </listitem>
    483       </varlistentry>
    484 
    485484      <varlistentry id="pstruct">
    486485        <term><command>pstruct</command></term>
  • chapter06/readline.xml

    ra0afc1b r040ecb6  
    106106
    107107      <seglistitem>
    108         <seg>libhistory.{a,so} and libreadline.{a,so}</seg>
    109         <seg>/usr/include/readline, /usr/share/readline, and
     108        <seg>libhistory.so and libreadline.so</seg>
     109        <seg>/usr/include/readline and
    110110        /usr/share/doc/readline-&readline-version;</seg>
    111111      </seglistitem>
  • chapter06/revisedchroot.xml

    ra0afc1b r040ecb6  
    4747  remove them now:</para>
    4848
    49 <screen><userinput>rm /usr/lib/lib{bfd,opcodes}.a
    50 rm /usr/lib/libbz2.a
    51 rm /usr/lib/lib{com_err,e2p,ext2fs,ss}.a
    52 <!--rm /usr/lib/lib{fl,fl_pic}.a
    53 -->rm /usr/lib/libltdl.a
    54 rm /usr/lib/libz.a</userinput></screen>
     49<screen><userinput>rm -f /usr/lib/lib{bfd,opcodes}.a
     50rm -f /usr/lib/libbz2.a
     51rm -f /usr/lib/lib{com_err,e2p,ext2fs,ss}.a
     52rm -f /usr/lib/libltdl.a
     53rm -f /usr/lib/libz.a</userinput></screen>
    5554
    5655<!-- Flex shared library is broken. Keep static until next flex release. -->
  • chapter06/shadow.xml

    ra0afc1b r040ecb6  
    212212        <seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, gpasswd,
    213213        groupadd, groupdel, groupmems, groupmod, grpck, grpconv, grpunconv,
    214         lastlog, login, logoutd, newgrp, newusers, nologin, passwd, pwck,
    215         pwconv, pwunconv, sg (link to newgrp), su, useradd, userdel, usermod,
    216         vigr (link to vipw), and vipw</seg>
     214        lastlog, login, logoutd, newgidmap, newgrp, newuidmap, newusers,
     215        nologin, passwd, pwck, pwconv, pwunconv, sg (link to newgrp), su,
     216        useradd, userdel, usermod, vigr (link to vipw), and vipw</seg>
    217217        <seg>/etc/default</seg>
    218218      </seglistitem>
     
    415415      </varlistentry>
    416416
     417      <varlistentry id="newgidmap">
     418        <term><command>newgidmap</command></term>
     419        <listitem>
     420          <para>Is used to set the gid mapping of a user namespace</para>
     421          <indexterm zone="ch-system-shadow newgidmap">
     422            <primary sortas="b-newgidmap">newgidmap</primary>
     423          </indexterm>
     424        </listitem>
     425      </varlistentry>
     426
    417427      <varlistentry id="newgrp">
    418428        <term><command>newgrp</command></term>
     
    421431          <indexterm zone="ch-system-shadow newgrp">
    422432            <primary sortas="b-newgrp">newgrp</primary>
     433          </indexterm>
     434        </listitem>
     435      </varlistentry>
     436
     437      <varlistentry id="newuidmap">
     438        <term><command>newuidmap</command></term>
     439        <listitem>
     440          <para>Is used to set the uid mapping of a user namespace</para>
     441          <indexterm zone="ch-system-shadow newuidmap">
     442            <primary sortas="b-newuidmap">newuidmap</primary>
    423443          </indexterm>
    424444        </listitem>
  • chapter06/tar.xml

    ra0afc1b r040ecb6  
    7777<screen><userinput remap="install">make install
    7878make -C doc install-html docdir=/usr/share/doc/tar-&tar-version;</userinput></screen>
    79 <!--
    80     <para>Finally, generate the man page and place it in the proper location:</para>
    8179
    82 <screen><userinput remap="install">perl tarman &gt; /usr/share/man/man1/tar.1</userinput></screen>
    83 -->
    8480  </sect2>
    8581
     
    9389
    9490      <seglistitem>
    95         <seg>rmt and tar</seg>
     91        <seg>tar</seg>
    9692        <seg>/usr/share/doc/tar-&tar-version;</seg>
    9793      </seglistitem>
     
    10298      <?dbfo list-presentation="list"?>
    10399      <?dbhtml list-presentation="table"?>
    104 
    105       <varlistentry id="rmt">
    106         <term><command>rmt</command></term>
    107         <listitem>
    108           <para>Remotely manipulates a magnetic
    109           tape drive through an interprocess communication connection</para>
    110           <indexterm zone="ch-system-tar rmt">
    111             <primary sortas="b-rmt">rmt</primary>
    112           </indexterm>
    113         </listitem>
    114       </varlistentry>
    115100
    116101      <varlistentry id="tar">
  • chapter06/texinfo.xml

    ra0afc1b r040ecb6  
    102102
    103103      <seglistitem>
    104         <seg>info, infokey, install-info, makeinfo (link to texi2any),
     104        <seg>info, install-info, makeinfo (link to texi2any),
    105105        pdftexi2dvi, pod2texi, texi2any, texi2dvi, texi2pdf, and texindex</seg>
    106106        <seg>/usr/share/texinfo</seg>
     
    126126      </varlistentry>
    127127
    128       <varlistentry id="infokey">
    129         <term><command>infokey</command></term>
    130         <listitem>
    131           <para>Compiles a source file containing Info customizations into a
    132           binary format</para>
    133           <indexterm zone="ch-system-texinfo infokey">
    134             <primary sortas="b-infokey">infokey</primary>
    135           </indexterm>
    136         </listitem>
    137       </varlistentry>
    138 
    139128      <varlistentry id="install-info">
    140129        <term><command>install-info</command></term>
  • chapter06/util-linux.xml

    ra0afc1b r040ecb6  
    124124        i386, ionice, ipcmk, ipcrm, ipcs, isosize, kill, last, lastb (link to
    125125        last), ldattach, linux32, linux64, logger, look, losetup, lsblk, lscpu,
    126         lslocks, lslogins, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
    127         more, mount, mountpoint, namei, partx, pg, pivot_root, prlimit, raw,
     126        lsipc, lslocks, lslogins, mcookie, mesg, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
     127        more, mount, mountpoint, namei, nsenter, partx, pg, pivot_root, prlimit, raw,
    128128        readprofile, rename, renice, resizepart, rev, rtcwake, script,
    129129        scriptreplay, setarch, setsid, setterm, sfdisk, sulogin, swaplabel,
    130130        swapoff (link to swapon), swapon, switch_root, tailf, taskset, ul,
    131         umount, unshare, utmpdump, uuidd, uuidgen, wall, wdctl, whereis,
     131        umount, uname26, unshare, utmpdump, uuidd, uuidgen, wall, wdctl, whereis,
    132132        wipefs, x86_64, and zramctl</seg>
    133         <seg>libblkid.{a,so}, libfdisk.{a,so}, libmount.{a,so},
    134         libsmartcols.{a,so}, and libuuid.{a,so}</seg>
    135         <seg>/etc/terminal-colors.d, /usr/include/blkid, /usr/include/libmount,
    136         /usr/include/uuid, /usr/share/doc/util-linux-&util-linux-version;/getopt,
    137         and /var/lib/hwclock</seg>
     133        <seg>libblkid.so, libfdisk.so, libmount.so,
     134        libsmartcols.so, and libuuid.so</seg>
     135        <seg>/usr/include/blkid,
     136             /usr/include/libfdisk,
     137             /usr/include/libmount,
     138             /usr/include/libsmartcols,
     139             /usr/include/uuid,
     140             /usr/share/doc/util-linux-&util-linux-version;,
     141         and /var/lib/hwclock</seg>
    138142      </seglistitem>
    139143    </segmentedlist>
     
    642646      </varlistentry>
    643647
     648      <varlistentry id="lsipc">
     649        <term><command>lsipc</command></term>
     650        <listitem>
     651          <para>Prints information on IPC facilities currently employed
     652          in the system</para>
     653          <indexterm zone="ch-system-util-linux lsipc">
     654            <primary sortas="b-lsipc">lsipc</primary>
     655          </indexterm>
     656        </listitem>
     657      </varlistentry>
     658
    644659      <varlistentry id="lslocks">
    645660        <term><command>lslocks</command></term>
     
    10581073      </varlistentry>
    10591074
     1075      <varlistentry id="uname26">
     1076        <term><command>uname26</command></term>
     1077        <listitem>
     1078          <para>A symbolic link to setarch</para>
     1079          <indexterm zone="ch-system-util-linux uname26">
     1080            <primary sortas="b-uname26">uname26</primary>
     1081          </indexterm>
     1082        </listitem>
     1083      </varlistentry>
     1084
    10601085      <varlistentry id="unshare">
    10611086        <term><command>unshare</command></term>
  • chapter08/kernel.xml

    ra0afc1b r040ecb6  
    7676Device Drivers  ---&gt;
    7777  Generic Driver Options  ---&gt;
    78     [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
    79     [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen></note>
     78   [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
     79   [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen></note>
    8080
    8181    <para>There are several other options that may be desired depending
  • general.ent

    ra0afc1b r040ecb6  
    1 <!ENTITY version         "SVN-20151011">
     1<!ENTITY version         "SVN-20151012">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release
    33                                      but not -rc releases -->
    4 <!ENTITY releasedate     "October 11, 2015">
     4<!ENTITY releasedate     "October 12, 2015">
    55<!ENTITY copyrightdate   "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
    66<!ENTITY milestone       "7.9">
  • packages.ent

    ra0afc1b r040ecb6  
    2929<!ENTITY autoconf-home "&gnu-software;autoconf/">
    3030<!ENTITY autoconf-ch6-du "17.3 MB">
    31 <!ENTITY autoconf-ch6-sbu "4.0 SBU">
     31<!ENTITY autoconf-ch6-sbu "less than 0.1 SBU (about 4.7 SBU with tests)">
    3232
    3333<!ENTITY automake-version "1.15">
     
    383383<!ENTITY linux-major-version "4">
    384384<!ENTITY linux-minor-version "2">
    385 <!ENTITY linux-patch-version "1">
     385<!ENTITY linux-patch-version "3">
    386386<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    387387<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    388 <!ENTITY linux-size "83,514 KB">
     388<!ENTITY linux-size "83,520 KB">
    389389<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    390 <!ENTITY linux-md5 "2a538d1dac3f5426c7a8ab8ef20e95c2">
     390<!ENTITY linux-md5 "936530a3b28f38ec9dbfa1fcabe9acd4">
    391391<!ENTITY linux-home "http://www.kernel.org/">
    392392<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
     
    421421<!ENTITY make-ch6-sbu "0.6 SBU">
    422422
    423 <!ENTITY man-db-version "2.7.3">
    424 <!ENTITY man-db-size "1,468 KB">
     423<!ENTITY man-db-version "2.7.4">
     424<!ENTITY man-db-size "1,469 KB">
    425425<!ENTITY man-db-url "&savannah;/releases/man-db/man-db-&man-db-version;.tar.xz">
    426 <!ENTITY man-db-md5 "df898c82d766dad6492a5a96d5a26647">
     426<!ENTITY man-db-md5 "1b400af5b03c7ac44769dbfdd28a86fc">
    427427<!ENTITY man-db-home "http://www.nongnu.org/man-db/">
    428428<!ENTITY man-db-ch6-du "30 MB">
     
    578578<!ENTITY texinfo-ch6-sbu "0.6 SBU">
    579579
    580 <!ENTITY tzdata-version "2015f">
    581 <!ENTITY tzdata-size "292 KB">
     580<!ENTITY tzdata-version "2015g">
     581<!ENTITY tzdata-size "294 KB">
    582582<!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz">
    583 <!ENTITY tzdata-md5 "e3b82732d20e973e48af1c6f13df9a1d">
     583<!ENTITY tzdata-md5 "8d46e8b225b9a04c75f5c39636435ad6">
    584584<!ENTITY tzdata-home "http://www.iana.org/time-zones">
    585585
  • pdf-fixups.sh

    ra0afc1b r040ecb6  
    1515#sed -i -e "$LINE s/monospace/&\" font-size=\"9pt/" $FILE
    1616
     17# Break a block of code at the right place
     18sed -i -e 's@gcc --version@<fo:block page-break-before="always"></fo:block>&@' $FILE
Note: See TracChangeset for help on using the changeset viewer.