Changeset 67f5f160 for networking


Ignore:
Timestamp:
08/27/2013 04:57:37 PM (11 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
b5e8375
Parents:
69f94a4
Message:

rpcbind-0.2.1 - thanks to Bruce for the help.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/rpcbind.xml

    r69f94a4 r67f5f160  
    77  <!ENTITY rpcbind-download-http "&sourceforge-repo;/rpcbind/rpcbind-&rpcbind-version;.tar.bz2">
    88  <!ENTITY rpcbind-download-ftp  " ">
    9   <!ENTITY rpcbind-md5sum        "1a77ddb1aaea8099ab19c351eeb26316">
    10   <!ENTITY rpcbind-size          "272 KB">
    11   <!ENTITY rpcbind-buildsize     "3.8 MB">
     9  <!ENTITY rpcbind-md5sum        "0a5f9c2142af814c55d957aaab3bcc68">
     10  <!ENTITY rpcbind-size          "109 KB">
     11  <!ENTITY rpcbind-buildsize     "1.9 MB">
    1212  <!ENTITY rpcbind-time          "less than 0.1 SBU">
    1313]>
     
    8282    commands:</para>
    8383
    84 <screen><userinput>./configure --prefix=/usr --bindir=/sbin &amp;&amp;
     84    <!-- specifying rpcuser only needed in 0.2.1, already fixed upstream -->
     85<screen><userinput>./configure --prefix=/usr --bindir=/sbin --with-rpcuser=root &amp;&amp;
    8586make</userinput></screen>
    8687
     
    9091
    9192<screen role="root"><userinput>make install</userinput></screen>
     93
     94  </sect2>
     95
     96  <sect2 role="commands">
     97    <title>Command Explanations</title>
     98
     99    <para><command>--with-rpcuser=root</command>: This works around an error in
     100    the configure script.</para>
    92101
    93102  </sect2>
Note: See TracChangeset for help on using the changeset viewer.