Changeset a1b111f8 for networking


Ignore:
Timestamp:
05/21/2017 10:15:27 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
800dd3ae
Parents:
b4fc57d
Message:

Clarification about creating xorg.sh.
Ensure /var/lib/nfs ownership is correct.

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

File:
1 edited

Legend:

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

    rb4fc57d ra1b111f8  
    172172<!-- dev note: make statduser=$(whoami) DESTDIR=<DESTDIR> install -->
    173173
    174 <screen role='root'><userinput>make install &amp;&amp;
    175 chmod u+w,go+r /sbin/mount.nfs</userinput></screen>
     174<screen role='root'><userinput>make install                   &amp;&amp;
     175chmod u+w,go+r /sbin/mount.nfs &amp;&amp;
     176chown nobody.nogroup /var/lib/nfs</userinput></screen>
    176177
    177178    <para>The tests for this package require that the package be installed and
     
    195196    <para><parameter>--disable-gss</parameter>: Disables support for
    196197    RPCSEC GSS (RPC Security).</para>
     198
     199    <para><command>chown nobody.nogroup /var/lib/nfs</command>: The
     200    rpc.statd program uses the ownership of this directory to set
     201    it's UID and GID.  This command sets those to unprivileged entries.
     202    </para>
    197203
    198204  </sect2>
Note: See TracChangeset for help on using the changeset viewer.