Changeset b1623c2 for basicnet


Ignore:
Timestamp:
06/24/2004 10:02:07 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
2b257922
Parents:
bb2a071c
Message:

more package patch renaming

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

Location:
basicnet/netprogs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/portmap.xml

    rbb2a071c rb1623c2  
    4141<itemizedlist spacing='compact'>
    4242<listitem><para>Required patch: <ulink
    43 url="&patch-root;/portmap-5beta-compilation-fixes-2.patch"/></para></listitem>
     43url="&patch-root;/portmap-5beta-compilation_fixes-2.patch"/></para></listitem>
    4444<listitem><para>Required patch: <ulink
    45 url="&patch-root;/portmap-5beta-glibc-errno-fix.patch"/></para></listitem>
     45url="&patch-root;/portmap-5beta-glibc_errno_fix-1.patch"/></para></listitem>
    4646</itemizedlist>
    4747</sect3>
    4848
    49                                                                                
    5049<sect3><title><application>portmap</application> dependencies</title>
    5150<sect4><title>Required</title>
     
    6059<para>Install <application>portmap</application> with the following commands:</para>
    6160
    62 <screen><userinput><command>patch -Np1 -i ../portmap-5beta-compilation-fixes-2.patch &amp;&amp;
    63 patch -Np1 -i ../portmap-5beta-glibc-errno-fix.patch &amp;&amp;
     61<screen><userinput><command>patch -Np1 -i ../portmap-5beta-compilation_fixes-2.patch &amp;&amp;
     62patch -Np1 -i ../portmap-5beta-glibc_errno_fix-1.patch &amp;&amp;
    6463make &amp;&amp;
    6564make install</command></userinput></screen>
     
    8483init script included in the
    8584<xref linkend="intro-important-bootscripts"/> package.</para>
    86                                                                                                                
     85
    8786<screen><userinput><command>make install-portmap</command></userinput></screen>
    8887
  • basicnet/netprogs/tcpwrappers.xml

    rbb2a071c rb1623c2  
    2020
    2121<para>The <application>tcpwrappers</application> package provides daemon
    22 wrapper programs that report the name of the client requesting network services and the requested service.</para>
     22wrapper programs that report the name of the client requesting network
     23services and the requested service.</para>
    2324
    2425<sect3><title>Package information</title>
     
    3839<itemizedlist spacing='compact'>
    3940<listitem><para>Required patch (Fixes some build issues and adds building of a shared library):
    40 <ulink url="&patch-root;/tcp_wrappers-7.6-shared-lib-plus-plus.patch"/></para></listitem>
     41<ulink url="&patch-root;/tcp_wrappers-7.6-shared_lib_plus_plus-1.patch"/></para></listitem>
    4142</itemizedlist>
    4243</sect3>
     
    5051commands:</para>
    5152
    52 <screen><userinput><command>patch -Np1 -i ../tcp_wrappers-7.6-shared-lib-plus-plus.patch &amp;&amp;
     53<screen><userinput><command>patch -Np1 -i ../tcp_wrappers-7.6-shared_lib_plus_plus-1.patch &amp;&amp;
    5354make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux &amp;&amp;
    5455make install</command></userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.