source: basicnet/netprogs/portmap.xml@ 864b24de

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 864b24de was 864b24de, checked in by Randy McMurchy <randy@…>, 17 years ago

Removed extraneous spaces in the XML

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

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