Changeset 61439d5


Ignore:
Timestamp:
05/18/2016 06:12:52 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 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, nosym, 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:
e139862
Parents:
b03fbdd7
Message:

Fix typos in postgresql.
Update btrfs-progs dependencies.
Update to simpleburn-1.7.3.1.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb03fbdd7 r61439d5  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "18">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 15th &year;">
     9<!ENTITY releasedate  "May 18th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rb03fbdd7 r61439d5  
    4444
    4545-->
     46    <listitem>
     47      <para>May 18th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Fix typos in postgresql. Fixes
     51          <ulink url="&blfs-ticket-root;7863">#7863</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Update btrfs-progs dependencies.  Fixes
     55          <ulink url="&blfs-ticket-root;7857">#7857</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[bdubbs] - Update to simpleburn-1.7.3.1.  Fixes
     59          <ulink url="&blfs-ticket-root;7861">#7861</ulink>.</para>
     60        </listitem>
     61       </itemizedlist>
     62    </listitem>
     63
    4664    <listitem>
    4765      <para>May 16th, 2016</para>
  • multimedia/cdwriteutils/simpleburn.xml

    rb03fbdd7 r61439d5  
    77  <!ENTITY simpleburn-download-http "http://simpleburn.tuxfamily.org/IMG/bz2/simpleburn-&simpleburn-version;.tar.bz2">
    88  <!ENTITY simpleburn-download-ftp  " ">
    9   <!ENTITY simpleburn-md5sum        "de658ab5af00e7bcb1e948d5c45da7b9">
    10   <!ENTITY simpleburn-size          "44 KB">
    11   <!ENTITY simpleburn-buildsize     "1.7 MB">
    12   <!ENTITY simpleburn-time          "0.1 SBU">
     9  <!ENTITY simpleburn-md5sum        "5176865020440b2c3eadab76435f6833">
     10  <!ENTITY simpleburn-size          "48 KB">
     11  <!ENTITY simpleburn-buildsize     "2.0 MB">
     12  <!ENTITY simpleburn-time          "less than 0.1 SBU">
    1313]>
    1414
     
    171171        <seg>
    172172          simpleburn,
    173           simpleburn-abort-operation,
    174           simpleburn-blank-media,
    175           simpleburn-burn-audio,
    176           simpleburn-burn-data,
    177           simpleburn-burning-suite,
    178           simpleburn-burn-iso,
    179           simpleburn-copy-audio,
    180           simpleburn-copy-data,
    181           simpleburn-extract-audio,
    182           simpleburn-extract-iso,
    183           simpleburn-gauges,
    184           simpleburn-get-datasize,
    185           simpleburn-media-detection,
    186           simpleburn-ripdvd-detection, and
    187           simpleburn-ripdvd-encoding
     173          simpleburn.sh
     174          simpleburn-detect.sh,
     175          simpleburn-gauges, and
     176          simpleburn-gauges.sh
    188177        </seg>
    189178        <seg>
     
    214203      </varlistentry>
    215204
    216       <varlistentry id="simpleburn-abort-operation">
    217         <term><command>simpleburn-abort-operation</command></term>
    218         <listitem>
    219           <para>
    220             is a bash script to abort an operation.
    221           </para>
    222           <indexterm zone="simpleburn simpleburn-abort-operation">
    223            <primary sortas="b-simpleburn-abort-operation">simpleburn-abort-operation</primary>
    224           </indexterm>
    225         </listitem>
    226       </varlistentry>
    227 
    228       <varlistentry id="simpleburn-blank-media">
    229         <term><command>simpleburn-blank-media</command></term>
    230         <listitem>
    231           <para>
    232             is a bash script used to blank a CD.
    233           </para>
    234           <indexterm zone="simpleburn simpleburn-blank-media">
    235             <primary sortas="b-simpleburn-blank-media">simpleburn-blank-media</primary>
    236           </indexterm>
    237         </listitem>
    238       </varlistentry>
    239 
    240       <varlistentry id="simpleburn-burn-audio">
    241         <term><command>simpleburn-burn-audio</command></term>
    242         <listitem>
    243           <para>
    244             is a bash script used to burn an audio CD.
    245           </para>
    246           <indexterm zone="simpleburn simpleburn-burn-audio">
    247             <primary sortas="b-simpleburn-burn-audio">simpleburn-burn-audio</primary>
    248           </indexterm>
    249         </listitem>
    250       </varlistentry>
    251 
    252       <varlistentry id="simpleburn-burn-data">
    253         <term><command>simpleburn-burn-data</command></term>
    254         <listitem>
    255           <para>
    256             is a bash script used to burn a data CD.
    257           </para>
    258           <indexterm zone="simpleburn simpleburn-burn-data">
    259             <primary sortas="b-simpleburn-burn-data">simpleburn-burn-data</primary>
    260           </indexterm>
    261         </listitem>
    262       </varlistentry>
    263 
    264       <varlistentry id="simpleburn-burning-suite">
    265         <term><command>simpleburn-burning-suite</command></term>
    266         <listitem>
    267           <para>
    268             is a bash script used to print information about the burn tools.
    269           </para>
    270           <indexterm zone="simpleburn simpleburn-burning-suite">
    271             <primary sortas="b-simpleburn-burning-suite">simpleburn-burning-suite</primary>
    272           </indexterm>
    273         </listitem>
    274       </varlistentry>
    275 
    276       <varlistentry id="simpleburn-burn-iso">
    277         <term><command>simpleburn-burn-iso</command></term>
    278         <listitem>
    279           <para>
    280             is a bash script used to burn an iso CD.
    281           </para>
    282           <indexterm zone="simpleburn simpleburn-burn-iso">
    283             <primary sortas="b-simpleburn-burn-iso">simpleburn-burn-iso</primary>
    284           </indexterm>
    285         </listitem>
    286       </varlistentry>
    287 
    288       <varlistentry id="simpleburn-copy-audio">
    289         <term><command>simpleburn-copy-audio</command></term>
    290         <listitem>
    291           <para>
    292             is a bash script used to copy an audio CD.
    293           </para>
    294           <indexterm zone="simpleburn simpleburn-copy-audio">
    295             <primary sortas="b-simpleburn-copy-audio">simpleburn-copy-audio</primary>
    296           </indexterm>
    297         </listitem>
    298       </varlistentry>
    299 
    300       <varlistentry id="simpleburn-copy-data">
    301         <term><command>simpleburn-copy-data</command></term>
    302         <listitem>
    303           <para>
    304             is a bash script used to copy a data CD.
    305           </para>
    306           <indexterm zone="simpleburn simpleburn-copy-data">
    307             <primary sortas="b-simpleburn-copy-data">simpleburn-copy-data</primary>
    308           </indexterm>
    309         </listitem>
    310       </varlistentry>
    311 
    312       <varlistentry id="simpleburn-extract-audio">
    313         <term><command>simpleburn-extract-audio</command></term>
    314         <listitem>
    315           <para>
    316             is a bash script used to extract audio files from an
    317             audio CD.
    318           </para>
    319           <indexterm zone="simpleburn simpleburn-extract-audio">
    320             <primary sortas="b-simpleburn-extract-audio">simpleburn-extract-audio</primary>
    321           </indexterm>
    322         </listitem>
    323       </varlistentry>
    324 
    325       <varlistentry id="simpleburn-extract-iso">
    326         <term><command>simpleburn-extract-iso</command></term>
    327         <listitem>
    328           <para>
    329             is a bash script to write an ISO file from a CD.
    330           </para>
    331           <indexterm zone="simpleburn simpleburn-extract-iso">
    332             <primary sortas="b-simpleburn-extract-iso">simpleburn-extract-iso</primary>
    333           </indexterm>
    334         </listitem>
    335       </varlistentry>
    336 
    337205      <varlistentry id="simpleburn-gauges">
    338206        <term><command>simpleburn-gauges</command></term>
     
    347215      </varlistentry>
    348216
    349       <varlistentry id="simpleburn-get-datasize">
    350         <term><command>simpleburn-get-datasize</command></term>
    351         <listitem>
    352           <para>
    353             is a bash script used to get the size of a media.
    354           </para>
    355           <indexterm zone="simpleburn simpleburn-get-datasize">
    356             <primary sortas="b-simpleburn-get-datasize">simpleburn-get-datasize</primary>
    357           </indexterm>
    358         </listitem>
    359       </varlistentry>
    360 
    361       <varlistentry id="simpleburn-media-detection">
    362         <term><command>simpleburn-media-detection</command></term>
    363         <listitem>
    364           <para>
    365             is a bash script used to print information about a media.
    366           </para>
    367           <indexterm zone="simpleburn simpleburn-media-detection">
    368             <primary sortas="b-simpleburn-media-detection">simpleburn-media-detection</primary>
    369           </indexterm>
    370         </listitem>
    371       </varlistentry>
    372 
    373       <varlistentry id="simpleburn-ripdvd-detection">
    374         <term><command>simpleburn-ripdvd-detection</command></term>
    375         <listitem>
    376           <para>
    377             is a bash script used to print information about
    378             the content of a video DVD.
    379           </para>
    380           <indexterm zone="simpleburn simpleburn-ripdvd-detection">
    381             <primary sortas="b-simpleburn-ripdvd-detection">simpleburn-ripdvd-detection</primary>
    382           </indexterm>
    383         </listitem>
    384       </varlistentry>
    385 
    386       <varlistentry id="simpleburn-ripdvd-encoding">
    387         <term><command>simpleburn-ripdvd-encoding</command></term>
    388         <listitem>
    389           <para>
    390             is a bash script used to rip a DVD.
    391           </para>
    392           <indexterm zone="simpleburn simpleburn-ripdvd-encoding">
    393             <primary sortas="b-simpleburn-ripdvd-encoding">simpleburn-ripdvd-encoding</primary>
     217      <varlistentry id="simpleburn-detect.sh">
     218        <term><command>simpleburn-detect.sh</command></term>
     219        <listitem>
     220          <para>
     221            is a script that detects a cdrom and optional outputs details
     222            about the media.
     223          </para>
     224          <indexterm zone="simpleburn simpleburn-detect.sh">
     225            <primary sortas="b-simpleburn-detect.sh">simpleburn-detect.sh</primary>
     226          </indexterm>
     227        </listitem>
     228      </varlistentry>
     229
     230      <varlistentry id="simpleburn-gauges.sh">
     231        <term><command>simpleburn-gauges.sh</command></term>
     232        <listitem>
     233          <para>
     234            is a suport script for other simpleburn scripts
     235          </para>
     236          <indexterm zone="simpleburn simpleburn-gauges.sh">
     237            <primary sortas="b-simpleburn-gauges.sh">simpleburn-gauges.sh</primary>
     238          </indexterm>
     239        </listitem>
     240      </varlistentry>
     241
     242      <varlistentry id="simpleburn.sh">
     243        <term><command>simpleburn.sh</command></term>
     244        <listitem>
     245          <para>
     246            is a script for command line based cdrom operations
     247          </para>
     248          <indexterm zone="simpleburn simpleburn.sh">
     249            <primary sortas="b-simpleburn.sh">simpleburn.sh</primary>
    394250          </indexterm>
    395251        </listitem>
  • networking/textweb/textweb.xml

    rb03fbdd7 r61439d5  
    2424  and you need to look up some information on the web, a console based browser
    2525  will save you.  Also, there are quite a few people who prefer to use one of
    26   these browsers as their principle method of browsing; either to avoid the
     26  these browsers as their primary method of browsing; either to avoid the
    2727  clutter and bandwidth which accompanies images or because they may use a
    2828  text-to-speech synthesizer which can read the page to them (of use for instance
  • postlfs/filesystems/btrfs-progs.xml

    rb03fbdd7 r61439d5  
    6060    <bridgehead renderas="sect3">Btrfs-progs Dependencies</bridgehead>
    6161
     62    <bridgehead renderas="sect4">Required</bridgehead>
     63    <para role="required">
     64      <xref linkend="lzo"/>
     65    </para>
     66
    6267    <bridgehead renderas="sect4">Recommended</bridgehead>
    6368    <para role="recommended">
     
    8287    <note><para>Other Btrfs options are optional.</para></note>
    8388
    84 
    8589    <indexterm zone="btrfs-progs btrfs-progs-kernel">
    8690      <primary sortas="d-xfs">BTRFS Programs</primary>
     
    120124    <para><command>sed ... Documentation/Makefile.in</command>: Disables
    121125    compressing man pages to be consistent with the rest of BLFS.</para>
     126
     127    <para><option>--disable-documentation</option>: This option
     128    is needed if the recommended dependencies are not installed.</para>
    122129
    123130    <para><command>ln -s ... /usr/lib/libbtrfs.so</command>: Creates a
  • server/databases/postgresql.xml

    rb03fbdd7 r61439d5  
    106106    </para>
    107107
    108     <para>Tests must be run as unprivileged user, because they need to start a
    109     temporary server, and this is prevented as root user. For the same reason,
    110     you need to stop all PostgreSQL servers if any is running. If a previous
     108    <para>Tests must be run as an unprivileged user because they need to start a
     109    temporary server and this is prevented as the root user. For the same reason,
     110    you need to stop all PostgreSQL servers if any are running. If a previous
    111111    version of PostgreSQL is installed, it may be necessary to use
    112112    <emphasis>--disable-rpath</emphasis> with <emphasis>configure</emphasis> to
    113113    avoid failures, but <command>installing the binaries created using this
    114     switch is not recommneded</command>. To test the results, issue:
     114    switch is not recommended</command>. To test the results, issue:
    115115    <command>make check</command>.</para>
    116116
Note: See TracChangeset for help on using the changeset viewer.