source: basicnet/netprogs/portmap.xml@ bca6dfb6

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 bca6dfb6 was 061ec9d, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #1

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

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