Ignore:
Timestamp:
05/19/2019 04:54:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
215c728b
Parents:
853ae3e5
Message:

Merge to HEAD 21602.

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

File:
1 edited

Legend:

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

    r853ae3e5 re7d893b  
    77  <!ENTITY nfs-utils-download-http "&sourceforge-dl;/nfs/nfs-utils-&nfs-utils-version;.tar.xz">
    88  <!ENTITY nfs-utils-download-ftp  " ">
    9   <!ENTITY nfs-utils-md5sum        "11490e3f85a8676c647fe1bddbf32f99">
    10   <!ENTITY nfs-utils-size          "648 KB">
     9  <!ENTITY nfs-utils-md5sum        "d248cfa364881ae09ec17b3769d4b0e2">
     10  <!ENTITY nfs-utils-size          "657 KB">
    1111  <!ENTITY nfs-utils-buildsize     "16 MB">
    1212  <!ENTITY nfs-utils-time          "0.2 SBU">
     
    234234      over the local network, the following line may be added:</para>
    235235
    236 <screen role="root"><userinput>/home <replaceable>192.168.0.0/24</replaceable>(rw,subtree_check,anonuid=99,anongid=99)</userinput></screen>
     236<screen role="nodump"><userinput>cat &gt;&gt; /etc/exports &lt;&lt; EOF
     237<replaceable>/home 192.168.0.0/24</replaceable>(rw,subtree_check,anonuid=99,anongid=99)
     238EOF</userinput></screen>
    237239
    238240      <note><para>Be sure to replace the directory, network address. and prefix above
Note: See TracChangeset for help on using the changeset viewer.