Changeset d4a47c5a for server/major


Ignore:
Timestamp:
01/10/2008 05:18:18 AM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
7aa678d
Parents:
c58002d2
Message:

Corrected a chmod command in the BIND instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    rc58002d2 rd4a47c5a  
    88  <!ENTITY bind-md5sum "44e0514e6105ddaa235394045d9aeb0c">
    99  <!ENTITY bind-size "6.1 MB">
    10   <!ENTITY bind-buildsize "85 MB">
     10  <!ENTITY bind-buildsize "98 MB">
    1111  <!ENTITY bind-time "1.9 SBU (additional 11 minutes, processor independent, to run the complete test suite)">
    1212]>
     
    6464    and <xref linkend="perl-net-dns"/></para>
    6565
    66     <bridgehead renderas="sect4">Optional (to [Re]Build
    67     Documentation)</bridgehead>
    68     <para role="optional">
    69     <xref linkend="tetex"/> and
     66    <bridgehead renderas="sect4">Optional to [Re]Build Documentation</bridgehead>
     67    <para role="optional"><xref linkend="tetex"/> and
    7068    <xref linkend="libxslt"/></para>
    7169
     
    8179    following commands:</para>
    8280
    83 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    84     --enable-threads --with-libtool &amp;&amp;
     81<screen><userinput>./configure --prefix=/usr \
     82            --sysconfdir=/etc \
     83            --localstatedir=/var \
     84            --mandir=/usr/share/man \
     85            --enable-threads \
     86            --with-libtool &amp;&amp;
    8587make</userinput></screen>
    8688
    8789    <para>Issue the following commands to run the complete suite of tests.
    88     First, as <systemitem class="username">root</systemitem>, set up some test
    89     interfaces:</para>
     90    First, as the <systemitem class="username">root</systemitem> user, set up
     91    some test interfaces:</para>
    9092
    9193<screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
     
    109111
    110112<screen role="root"><userinput>make install &amp;&amp;
    111 chmod 755 /usr/lib/{lib{bind9,isc{,cc,cfg},lwres,dns}.so.*.?.?} &amp;&amp;
     113chmod 755 /usr/lib/lib{bind9,isc{,cc,cfg},lwres,dns}.so.*.?.? &amp;&amp;
     114
    112115cd doc &amp;&amp;
    113116install -v -d -m755 /usr/share/doc/bind-&bind-version;/{arm,draft,misc,rfc} &amp;&amp;
     
    144147    <command>ldd</command> to check library dependencies.</para>
    145148
    146     <para><command>cd doc; install ...</command>: These commands install the
    147     additional package documentation. Optionally, omit any or all of these
    148     commands.</para>
     149    <para><command>cd doc; install ...</command>: These commands install
     150    additional package documentation. Omit any or all of these commands if
     151    desired.</para>
    149152
    150153  </sect2>
Note: See TracChangeset for help on using the changeset viewer.