Changeset 79d191ee for networking


Ignore:
Timestamp:
02/20/2014 09:24:55 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
4dd6703
Parents:
1b83b0e0
Message:

Some tags anfix, thanks to Armin K.

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

Location:
networking
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libnl.xml

    r1b83b0e0 r79d191ee  
    3636    </para>
    3737
    38     &lfs74_checked;
     38    &lfs75_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netlibs/libtirpc.xml

    r1b83b0e0 r79d191ee  
    7373    </itemizedlist>
    7474
     75    <!-- Not needed for LFS 7.5, Glibc RPC interface is exported again
     76
    7577    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7678    <itemizedlist spacing='compact'>
     
    8183        </para>
    8284      </listitem>
    83     </itemizedlist>
     85    </itemizedlist> -->
    8486
    8587    <bridgehead renderas="sect3">libtirpc Dependencies</bridgehead>
     
    103105    </para>
    104106
    105 <screen><userinput>patch -Np1 -i ../libtirpc-&libtirpc-version;-remove_nis-1.patch &amp;&amp;
     107<screen><userinput><!--patch -Np1 -i ../libtirpc-&libtirpc-version;-remove_nis-1.patch &amp;&amp;
    106108autoreconf -fi &amp;&amp;
    107109
    108 ./configure --prefix=/usr     \
     110-->./configure --prefix=/usr     \
    109111            --sysconfdir=/etc \
    110112            --disable-static  \
  • networking/netprogs/net-tools.xml

    r1b83b0e0 r79d191ee  
    3434    kernel.</para>
    3535
    36     &lfs74_checked;
     36    &lfs75_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/rpcbind.xml

    r1b83b0e0 r79d191ee  
    7373    <title>Installation of rpcbind</title>
    7474
     75    <!-- Packages should adopt to standards, not the other way arround -->
    7576    <para>In order to get <application>rpcbind</application> to work
    76     properly, first fix <filename>/etc/services</filename>. As the
    77     <systemitem class="username">root</systemitem> user:</para>
     77    properly, first fix the package to use correct service name:</para>
    7878
    79 <screen role="root"><userinput>sed -i 's/^sunrpc/rpcbind/' /etc/services</userinput></screen>
     79<screen><userinput>sed -i "/servname/s:rpcbind:sunrpc:" src/rpcbind.c &amp;&amp;
     80sed -i "/error = getaddrinfo/s:rpcbind:sunrpc:" src/rpcinfo.c</userinput></screen>
    8081
    8182    <para>Install <application>rpcbind</application> by running the following
     
    112113
    113114      <indexterm zone="rpcbind rpcbind-init">
    114          <primary sortas="f-portmap">portmap</primary>
     115         <primary sortas="f-rpcbind">rpcbind</primary>
    115116      </indexterm>
    116117
  • networking/netprogs/samba.xml

    r1b83b0e0 r79d191ee  
    3939    among other things provides LAN browsing support).</para>
    4040
    41     &lfs74_checked;
     41    &lfs75_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6767    <bridgehead renderas="sect4">Required</bridgehead>
    6868    <para role="required">
    69       <xref linkend="libtirpc"/> and
    7069      <xref linkend="python2"/>
    7170    </para>
     
    112111    commands:</para>
    113112
    114 <screen><userinput>sed -i -e "/dmapi_lib/s/$/ldflags='-ltirpc',/" source3/wscript_build &amp;&amp;
    115 
    116 ./configure                            \
     113<screen><userinput>./configure                            \
    117114    --prefix=/usr                      \
    118115    --sysconfdir=/etc                  \
     
    166163  <sect2 role="commands">
    167164    <title>Command Explanations</title>
    168 
    169     <para><command>sed ... source3/wscript_build</command>:
    170     This command enables the build to complete when using libtirpc instead of
    171     the deprecated glibc rpc functions.</para>
    172 
    173     <para><parameter>--sysconfdir=/etc</parameter>: Sets the configuration
    174     file directory to avoid the default of
    175     <filename class="directory">/usr/etc</filename>.</para>
    176 
    177     <para><parameter>--localstatedir=/var</parameter>: Sets the variable
    178     data directory to avoid the default of
    179     <filename class="directory">/usr/var</filename>.</para>
    180165
    181166    <para><parameter>--enable-fhs</parameter>: Assigns all other file paths in
  • networking/netprogs/wpa_supplicant.xml

    r1b83b0e0 r79d191ee  
    4141    </para>
    4242
    43     &lfs74_checked;
     43    &lfs75_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netutils/avahi.xml

    r1b83b0e0 r79d191ee  
    3535    </para>
    3636
    37     &lfs74_checked;
     37    &lfs75_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netutils/networkmanager.xml

    r1b83b0e0 r79d191ee  
    4040    </para>
    4141
    42     &lfs74_checked;
     42    &lfs75_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netutils/wicd.xml

    r1b83b0e0 r79d191ee  
    3939    </para>
    4040
    41     &lfs74_checked;
     41    &lfs75_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.