Ignore:
Timestamp:
05/07/2016 08:10:29 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
2e633b6
Parents:
37191af
Message:

Sync to trunk r17332

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

Location:
networking/netprogs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/nfs-utils.xml

    r37191af rd7bee48  
    9191
    9292    <para>Enable the following options in the kernel configuration
    93     and recompile the kernel if necessary:</para>
     93    (choose client and/or server support as appropriate) and recompile the
     94    kernel if necessary:</para>
    9495
    9596<screen><literal>File systems  ---&gt;
     
    100101    <para>Select the appropriate sub-options that appear when the above options
    101102    are selected.</para>
     103   
     104    <note>
     105      <para>
     106        In BLFS we assume that nfs v3 will be used. If the
     107        <emphasis>server</emphasis> offers nfs v4 (for linux, CONFIG_NFSD_V4)
     108        then auto-negotiation for v3 will fail and you will need to add
     109        <literal>nfsver=3</literal> to the mount options. This also applies
     110        if that option is enabled in the <emphasis>client's</emphasis> kernel,
     111        for example in a distro trying to mount from a BLFS v3 server.
     112      </para>
     113    </note>
    102114
    103115    <indexterm zone="nfs-utils nfs-utils-kernel">
     
    149161    needed because TCP Wrappers is not in BLFS.</para>
    150162
    151     <para><parameter>--disable-nfsv4</parameter>: Disables support
    152     for NFS version 4.</para>
     163    <para><parameter>--disable-nfsv4</parameter>: This allows the package to be
     164    built when libnfsidmap has not been installed.</para>
    153165
    154166    <para><parameter>--disable-gss</parameter>: Disables support for
  • networking/netprogs/ntp.xml

    r37191af rd7bee48  
    88<!--  <!ENTITY ntp-download-ftp  "&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz">-->
    99  <!ENTITY ntp-download-ftp  " ">
    10   <!ENTITY ntp-md5sum        "60049f51e9c8305afe30eb22b711c5c6">
    11   <!ENTITY ntp-size          "6.9 MB">
    12   <!ENTITY ntp-buildsize     "104 MB (with tests)">
    13   <!ENTITY ntp-time          "less than 1 SBU (with tests)">
     10  <!ENTITY ntp-md5sum        "46dfba933c3e4bc924d8e55068797578">
     11  <!ENTITY ntp-size          "6.8 MB">
     12  <!ENTITY ntp-buildsize     "94 MB (with tests)">
     13  <!ENTITY ntp-time          "0.8 SBU (with tests)">
    1414]>
    1515
Note: See TracChangeset for help on using the changeset viewer.