source: basicnet/netprogs/portmap.xml@ 07b157f4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 07b157f4 was 07b157f4, checked in by Randy McMurchy <randy@…>, 20 years ago

Standardized 'Recommended Patch:' on various package instructions; Revised KOffice 'Additional download' section; Minor wording changes to Dillo instructions

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

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