source: basicnet/netprogs/portmap.xml@ 86af98a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 86af98a was 86af98a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated trunk sources to use DocBook DTD XML 4.4

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

  • Property mode set to 100644
File size: 4.1 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.3/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 "222 KB">
12 <!ENTITY portmap-time "0.02 SBU">
13]>
14
15<sect1 id="portmap" xreflabel="portmap-&portmap-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="portmap.html"?>
21<title>portmap-&portmap-version;</title>
22
23<sect2>
24<title>Introduction to <application>portmap</application></title>
25
26<para>The <application>portmap</application> package is a more secure
27replacement for the original SUN <application>portmap</application> package.
28<application>Portmap</application> is used to forward <acronym>RPC</acronym>
29requests to <acronym>RPC</acronym> daemons such as <acronym>NFS</acronym>
30and <acronym>NIS</acronym>.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&portmap-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&portmap-download-ftp;"/></para></listitem>
38<listitem><para>Download MD5 sum: &portmap-md5sum;</para></listitem>
39<listitem><para>Download size: &portmap-size;</para></listitem>
40<listitem><para>Estimated disk space required:
41&portmap-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&portmap-time;</para></listitem></itemizedlist>
44</sect3>
45
46<sect3><title>Additional downloads</title>
47<itemizedlist spacing='compact'>
48<listitem><para>Required Patch: <ulink
49url="&patch-root;/portmap-&portmap-version;-compilation_fixes-3.patch"/></para>
50</listitem>
51<listitem><para>Required Patch: <ulink
52url="&patch-root;/portmap-&portmap-version;-glibc_errno_fix-1.patch"/></para>
53</listitem>
54</itemizedlist>
55</sect3>
56
57<sect3><title><application>portmap</application> dependencies</title>
58<sect4><title>Required</title>
59<para><xref linkend="tcpwrappers"/></para>
60</sect4>
61</sect3>
62
63</sect2>
64
65<sect2>
66<title>Installation of <application>portmap</application></title>
67
68<para>Install <application>portmap</application> with the following
69commands:</para>
70
71<screen><userinput><command>patch -Np1 -i ../portmap-&portmap-version;-compilation_fixes-3.patch &amp;&amp;
72patch -Np1 -i ../portmap-&portmap-version;-glibc_errno_fix-1.patch &amp;&amp;
73make &amp;&amp;
74make install</command></userinput></screen>
75
76<note><para>The above installation places executable
77<filename>portmap</filename> in <filename class="directory">/sbin</filename>.
78You may choose to move the file to
79<filename class="directory">/usr/sbin</filename>. If you do, remember to
80modify the bootscript.</para></note>
81
82</sect2>
83
84<sect2>
85<title>Configuring <application>portmap</application></title>
86
87<sect3><title>Config files</title>
88<para><filename>/etc/rc.d/init.d/portmap</filename></para>
89</sect3>
90
91<sect3><title>Boot script</title>
92
93<para>Install the <filename>/etc/rc.d/init.d/portmap</filename>
94init script included in the
95<xref linkend="intro-important-bootscripts"/> package.</para>
96
97<screen><userinput><command>make install-portmap</command></userinput></screen>
98
99</sect3>
100
101</sect2>
102
103<sect2>
104<title>Contents</title>
105
106<para>The <application>portmap</application> package contains
107<command>portmap</command>,
108<command>pmap_dump</command> and
109<command>pmap_set</command>.</para>
110</sect2>
111
112<sect2><title>Description</title>
113
114<sect3><title>portmap</title>
115<para><command>portmap</command> is the <acronym>RPC</acronym> port mapper.
116</para></sect3>
117
118<sect3><title>pmap_dump</title>
119<para><command>pmap_dump</command> saves the port mapping table to an
120<acronym>ASCII</acronym> file.</para></sect3>
121
122<sect3><title>pmap_set</title>
123<para><command>pmap_set</command> restores the port mapping table from an
124<acronym>ASCII</acronym> file.</para></sect3>
125</sect2>
126
127</sect1>
128
Note: See TracBrowser for help on using the repository browser.