mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
145 lines
3.8 KiB
XML
145 lines
3.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY rpcsvc-proto-download-http "https://github.com/thkukuk/rpcsvc-proto/releases/download/v&rpcsvc-proto-version;/rpcsvc-proto-&rpcsvc-proto-version;.tar.xz">
|
|
<!ENTITY rpcsvc-proto-download-ftp " ">
|
|
<!ENTITY rpcsvc-proto-md5sum "5cc9a871db85e34ab68a9cecfb448a97">
|
|
<!ENTITY rpcsvc-proto-size "168 KB">
|
|
<!ENTITY rpcsvc-proto-buildsize "2.1 MB">
|
|
<!ENTITY rpcsvc-proto-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="rpcsvc-proto" xreflabel="rpcsvc-proto-&rpcsvc-proto-version;">
|
|
<?dbhtml filename="rpcsvc-proto.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>rpcsvc-proto-&rpcsvc-proto-version;</title>
|
|
|
|
<indexterm zone="rpcsvc-proto">
|
|
<primary sortas="a-rpcsvc-proto">rpcsvc-proto</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to rpcsvc-proto</title>
|
|
|
|
<para>
|
|
The <application>rpcsvc-proto</application> package contains the rcpsvc
|
|
protocol files and headers, formerly included with glibc, that are not
|
|
included in replacement <xref linkend="libtirpc"/>, along with the rpcgen
|
|
program.
|
|
</para>
|
|
|
|
&lfs111_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&rpcsvc-proto-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&rpcsvc-proto-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &rpcsvc-proto-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &rpcsvc-proto-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &rpcsvc-proto-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &rpcsvc-proto-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/rpcsvc-proto"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of rpcsvc-proto</title>
|
|
|
|
<para>
|
|
Install <application>rpcsvc-proto</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --sysconfdir=/etc &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
rpcgen
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/usr/include/rpcsvc
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="rpcgen">
|
|
<term><command>rpcgen</command></term>
|
|
<listitem>
|
|
<para>
|
|
Generates C code to implement the RPC protocol
|
|
</para>
|
|
<indexterm zone="rpcsvc-proto rpcgen">
|
|
<primary sortas="b-rpcgen">rpcgen</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|