Updated to portmap-6.0 and nfs-utils-1.1.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7218 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Thomas Trepl 2008-03-08 10:05:42 +00:00
parent b3061d36f4
commit e7138cbbc5
4 changed files with 20 additions and 26 deletions

View File

@ -16,10 +16,10 @@
<!-- <para>This package does not come with a test suite.</para> -->
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
<!ENTITY portmap-download-http " ">
<!ENTITY portmap-download-ftp "ftp://ftp.porcupine.org/pub/security/portmap_&portmap-version;.tar.gz">
<!ENTITY portmap-md5sum "781e16ed4487c4caa082c6fef09ead4f">
<!ENTITY portmap-size "18 KB">
<!ENTITY portmap-download-http "http://neil.brown.name/portmap/portmap-&portmap-version;.tgz">
<!ENTITY portmap-download-ftp " ">
<!ENTITY portmap-md5sum "ac108ab68bf0f34477f8317791aaf1ff">
<!ENTITY portmap-size "21 KB">
<!ENTITY portmap-buildsize "268 KB">
<!ENTITY portmap-time "0.01 SBU">
]>
@ -68,18 +68,6 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/portmap-&portmap-version;-compilation_fixes-3.patch"/></para>
</listitem>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/portmap-&portmap-version;-glibc_errno_fix-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Portmap Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -93,18 +81,21 @@
<sect2 role="installation">
<title>Installation of Portmap</title>
<para>Portmap runs as a daemon with a uid of 1. This uid is not
configurable. To set up a user to match this uid, as the
<systemitem class="username">root</systemitem> user, run:</para>
<para>Portmap runs as a daemon with a uid of 1. This uid is only
configurable at compile time and is used as default. To set up a
user to match this uid, as the <systemitem class="username">root</systemitem>
user, issue:</para>
<screen><userinput>useradd -u 1 -g 1 -d /dev/null -s /bin/false bin</userinput></screen>
<para>Install <application>portmap</application> with the following
commands:</para>
<screen><userinput>patch -Np1 -i ../portmap-&portmap-version;-compilation_fixes-3.patch &amp;&amp;
patch -Np1 -i ../portmap-&portmap-version;-glibc_errno_fix-1.patch &amp;&amp;
make</userinput></screen>
<screen><userinput>make</userinput></screen>
<para>If you want the portmap daemon to use a uid/gid other than the
defaults, pass DAEMON_UID=x and DAEMON_GID=y as shown below:</para>
<para><command>make DAEMON_UID=x DAEMON_GID=y</command></para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>

View File

@ -341,7 +341,7 @@ $Date$
<!ENTITY wireless-tools-version "28">
<!ENTITY ntp-version "4.2.4p0">
<!ENTITY openssh-version "4.7p1">
<!ENTITY portmap-version "5beta">
<!ENTITY portmap-version "6.0">
<!ENTITY rsync-version "2.6.9">
<!ENTITY samba3-version "3.0.25b">
<!ENTITY subversion-version "1.4.4">
@ -371,7 +371,7 @@ $Date$
<!-- Chapter 21 -->
<!ENTITY apache-version "2.2.4">
<!-- bind (chapter 19) -->
<!ENTITY nfs-utils-version "1.0.10">
<!ENTITY nfs-utils-version "1.1.1">
<!-- openssh (chapter 18) -->
<!ENTITY proftpd-version "1.3.0">
<!-- samba3 (chapter 18) -->

View File

@ -60,6 +60,9 @@
<listitem>
<para>[randy] - Updated to Balsa-2.3.22.</para>
</listitem>
<listitem>
<para>[thomas] - Updated to portmap-6.0 and nfs-utils-1.1.1</para>
</listitem>
</itemizedlist>
</listitem>

View File

@ -6,8 +6,8 @@
<!ENTITY nfs-utils-download-http "http://ftp.kernel.org/pub/linux/utils/nfs/nfs-utils-&nfs-utils-version;.tar.gz">
<!ENTITY nfs-utils-download-ftp "ftp://ftp.kernel.org/pub/linux/utils/nfs/nfs-utils-&nfs-utils-version;.tar.gz">
<!ENTITY nfs-utils-md5sum "db97cc425e845e60f0dad855ba6a9830">
<!ENTITY nfs-utils-size "520 KB">
<!ENTITY nfs-utils-md5sum "407785488241f9db67b1874e3f36370e">
<!ENTITY nfs-utils-size "785 KB">
<!ENTITY nfs-utils-buildsize "8.2 MB">
<!ENTITY nfs-utils-time "0.2 SBU">
]>