Changeset bae16652


Ignore:
Timestamp:
03/11/2008 04:38:53 AM (16 years ago)
Author:
DJ Lucas <dj@…>
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:
65b031d
Parents:
d4605d4b
Message:

made iproute2 patch for bind optional

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    rd4605d4b rbae16652  
    5858    <itemizedlist spacing='compact'>
    5959      <listitem>
    60         <para>Required patch (if <xref linkend="net-tools"/> is not installed):
     60        <para>Optional patch (if net-tools is not installed):
    6161        <ulink url="&patch-root;/bind-&bind-version;-use_iproute2-1.patch"/></para>
    6262      </listitem>
     
    6969
    7070    <bridgehead renderas="sect4">Optional (to run the test suite)</bridgehead>
    71     <para role="optional"><xref linkend="perl-net-dns"/></para>
     71    <para role="optional"><xref linkend="perl-net-dns"/> and
     72    <xref linkend="net-tools"/> (you may omit net-tools by using the optional
     73    patch to utilize iproute2)</para>
    7274
    7375    <bridgehead renderas="sect4">Optional (to rebuild documentation)</bridgehead>
     
    8385    <title>Installation of BIND</title>
    8486
     87    <para>If you have chosen not to install net-tools, apply the iproute2
     88    patch with the following command:</para>
     89
     90<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
     91
    8592    <para>Install <application>BIND</application> by running the
    8693    following commands:</para>
    8794
    88 <screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch &amp;&amp;
    89 ./configure --prefix=/usr \
     95<screen><userinput>./configure --prefix=/usr \
    9096            --sysconfdir=/etc \
    9197            --localstatedir=/var \
Note: See TracChangeset for help on using the changeset viewer.