Changeset 3df0b486 for general


Ignore:
Timestamp:
08/11/2014 04:11:59 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
946a2368
Parents:
28324dbe
Message:

Merged trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13879 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libassuan.xml

    r28324dbe r3df0b486  
    110110    <para>
    111111      If you wish to build documentation, you must have
    112       <xref linkend="texlive"/> installed, then issue
    113       the following command:
     112      <xref linkend="texlive"/> installed. Due to an apparently fake error,
     113      build the documentation in two steps, issuing the following commands:
    114114    </para>
    115115
    116 <screen><userinput>make -C doc pdf ps</userinput></screen>
     116<screen><userinput>make -C doc pdf || true &amp;&amp;
     117make -C doc ps</userinput></screen>
    117118
    118119    <para>
  • general/genlib/xapian.xml

    r28324dbe r3df0b486  
    1010  <!ENTITY xapian-md5sum        "493117bf45e5471e86b4fc5d6d8069dc">
    1111  <!ENTITY xapian-size          "3.0 MB">
    12   <!ENTITY xapian-buildsize     "45 MB">
    13   <!ENTITY xapian-time          "1.5 SBU">
     12  <!ENTITY xapian-buildsize     "45 MB (Additioansl 220 MB for tests)">
     13  <!ENTITY xapian-time          "1.5 SBU (Additioanl 22 SBU for tsts)">
    1414]>
    1515
  • general/prog/tcl.xml

    r28324dbe r3df0b486  
    224224          /usr/lib/tdbcmysql1.0.0,
    225225          /usr/lib/itcl4.0.0,
    226           /usr/share/man/mann and optionaly
     226          /usr/share/man/mann and optionally
    227227          /usr/share/doc/&tcl-version;
    228228        </seg>
  • general/sysutils/bluez-systemd.xml

    r28324dbe r3df0b486  
    77  <!ENTITY bluez-download-http "http://www.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    88  <!ENTITY bluez-download-ftp  "ftp://ftp.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    9   <!ENTITY bluez-md5sum        "d5a0d05520e013f2394bf1d0bac12889">
    10   <!ENTITY bluez-size          "1.3 MB">
    11   <!ENTITY bluez-buildsize     "59 MB">
    12   <!ENTITY bluez-time          "0.8 SBU">
     9  <!ENTITY bluez-md5sum        "fd0783c8bc524bc9b26514aad1f85814">
     10  <!ENTITY bluez-size          "1.4 MB">
     11  <!ENTITY bluez-buildsize     "50 MB (additional 1 MB for the API docs)">
     12  <!ENTITY bluez-time          "0.6 SBU">
    1313]>
    1414
     
    193193      <para>
    194194        <filename>/etc/bluetooth/main.conf</filename> is installed automatically
    195         during the install.  Additionally, there are three supplementary
    196         configuration files. /etc/sysconfig/bluetooth is
    197         installed as a part of the boot script below.  In addition
     195        during the install.  Additionally, there are two<!--three-->
     196        supplementary configuration files.<!-- /etc/sysconfig/bluetooth is
     197        installed as a part of the boot script below.-->  In addition
    198198        you optionally can install the following as the
    199199        <systemitem class="username">root</systemitem> user:
     
    206206# See the rfcomm man page for options
    207207
    208 # End of rfcomm.conf</literal></screen>
     208# End of rfcomm.conf</literal>
     209EOF</screen>
    209210
    210211<screen role="root"><userinput>cat > /etc/bluetooth/uart.conf &lt;&lt; "EOF"</userinput>
     
    214215# See the hciattach man page for options
    215216
    216 # End of uart.conf</literal></screen>
     217# End of uart.conf</literal>
     218EOF</screen>
    217219
    218220      <indexterm zone="bluez bluez-config">
     
    262264          bccmd, bluemoon, bluetoothctl, bluetoothd, btmon, ciptool,
    263265          hciattach, hciconfig, hcidump, hcitool, hid2hci, l2ping,
    264           l2test, obexd, rctest, rfcomm, and sdptool
     266          l2test, mpris-proxy, obexd, rctest, rfcomm, and sdptool
    265267        </seg>
    266268        <seg>
  • general/sysutils/unrar.xml

    r28324dbe r3df0b486  
    77  <!ENTITY unrar-download-http "http://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz">
    88  <!ENTITY unrar-download-ftp  " ">
    9   <!ENTITY unrar-md5sum        "be9607c59d62c3b101a70cd62c681515">
    10   <!ENTITY unrar-size          "212 KB">
    11   <!ENTITY unrar-buildsize     "2.3 MB">
    12   <!ENTITY unrar-time          "less than 0.1 SBU">
     9  <!ENTITY unrar-md5sum        "af571529a358c972872b91792ffc0a80">
     10  <!ENTITY unrar-size          "211 KB">
     11  <!ENTITY unrar-buildsize     "2.4 MB">
     12  <!ENTITY unrar-time          "0.1 SBU">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.