source: basicnet/netprogs/portmap.xml@ 0aeb696

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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
Last change on this file since 0aeb696 was 0aeb696, checked in by Randy McMurchy <randy@…>, 18 years ago

Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697

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

  • Property mode set to 100644
File size: 6.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY portmap-download-http " ">
20 <!ENTITY portmap-download-ftp "ftp://ftp.porcupine.org/pub/security/portmap_&portmap-version;.tar.gz">
21 <!ENTITY portmap-md5sum "781e16ed4487c4caa082c6fef09ead4f">
22 <!ENTITY portmap-size "18 KB">
23 <!ENTITY portmap-buildsize "268 KB">
24 <!ENTITY portmap-time "0.01 SBU">
25]>
26
27<sect1 id="portmap" xreflabel="portmap-&portmap-version;">
28 <?dbhtml filename="portmap.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 <keywordset>
34 <keyword role="package">portmap_&portmap-version;.tar</keyword>
35 <keyword role="ftpdir">portmap</keyword>
36 </keywordset>
37 </sect1info>
38
39 <title>Portmap-&portmap-version;</title>
40
41 <indexterm zone="portmap">
42 <primary sortas="a-Portmap">Portmap</primary>
43 </indexterm>
44
45 <sect2 role="package">
46 <title>Introduction to Portmap</title>
47
48 <para>The <application>portmap</application> package is a more secure
49 replacement for the original SUN <application>portmap</application> package.
50 <application>Portmap</application> is used to forward RPC requests to RPC
51 daemons such as NFS and NIS.</para>
52
53 <bridgehead renderas="sect3">Package Information</bridgehead>
54 <itemizedlist spacing="compact">
55 <listitem>
56 <para>Download (HTTP): <ulink url="&portmap-download-http;"/></para>
57 </listitem>
58 <listitem>
59 <para>Download (FTP): <ulink url="&portmap-download-ftp;"/></para>
60 </listitem>
61 <listitem>
62 <para>Download MD5 sum: &portmap-md5sum;</para>
63 </listitem>
64 <listitem>
65 <para>Download size: &portmap-size;</para>
66 </listitem>
67 <listitem>
68 <para>Estimated disk space required: &portmap-buildsize;</para>
69 </listitem>
70 <listitem>
71 <para>Estimated build time: &portmap-time;</para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing='compact'>
77 <listitem>
78 <para>Required Patch: <ulink
79 url="&patch-root;/portmap-&portmap-version;-compilation_fixes-3.patch"/></para>
80 </listitem>
81 <listitem>
82 <para>Required Patch: <ulink
83 url="&patch-root;/portmap-&portmap-version;-glibc_errno_fix-1.patch"/></para>
84 </listitem>
85 </itemizedlist>
86
87 <bridgehead renderas="sect3">Portmap Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Required</bridgehead>
90 <para role="required"><xref linkend="tcpwrappers"/></para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/portmap"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Portmap</title>
99
100 <para>Install <application>portmap</application> with the following
101 commands:</para>
102
103<screen><userinput>patch -Np1 -i ../portmap-&portmap-version;-compilation_fixes-3.patch &amp;&amp;
104patch -Np1 -i ../portmap-&portmap-version;-glibc_errno_fix-1.patch &amp;&amp;
105make</userinput></screen>
106
107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
108
109<screen role='root'><userinput>make install</userinput></screen>
110
111 <note>
112 <para>The above installation places executable <command>portmap</command>
113 in <filename class="directory">/sbin</filename>. You may choose to move the
114 file to <filename class="directory">/usr/sbin</filename>. If you do, remember to
115 modify the bootscript also.</para>
116 </note>
117
118 </sect2>
119
120 <sect2 role="configuration">
121 <title>Configuring Portmap</title>
122
123 <sect3 id="portmap-init">
124 <title>Boot Script</title>
125
126 <para>Install the <filename>/etc/rc.d/init.d/portmap</filename> init script
127 included in the <xref linkend="bootscripts"/> package.</para>
128
129 <indexterm zone="portmap portmap-init">
130 <primary sortas="f-portmap">portmap</primary>
131 </indexterm>
132
133<screen role="root"><userinput>make install-portmap</userinput></screen>
134
135 </sect3>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>pmap_dump, pmap_set, and portmap</seg>
149 <seg>None</seg>
150 <seg>None</seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="pmap_dump">
160 <term><command>pmap_dump</command></term>
161 <listitem>
162 <para>saves the port mapping table to an ASCII file.</para>
163 <indexterm zone="portmap pmap_dump">
164 <primary sortas="b-pmap_dump">pmap_dump</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="pmap_set">
170 <term><command>pmap_set</command></term>
171 <listitem>
172 <para>restores the port mapping table from an ASCII file.</para>
173 <indexterm zone="portmap pmap_set">
174 <primary sortas="b-pmap_set">pmap_set</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="portmap-prog">
180 <term><command>portmap</command></term>
181 <listitem>
182 <para>is an RPC port mapper.</para>
183 <indexterm zone="portmap portmap-prog">
184 <primary sortas="b-portmap">portmap</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 </variablelist>
190
191 </sect2>
192
193</sect1>
194
Note: See TracBrowser for help on using the repository browser.