added missing download locations to various packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2368 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-06-23 18:53:05 +00:00
parent 6ff0105746
commit b8fa16e46e
5 changed files with 63 additions and 58 deletions

View File

@ -1,8 +1,8 @@
<!ENTITY day "22">
<!ENTITY day "23">
<!ENTITY month "06">
<!ENTITY year "2004">
<!ENTITY version "cvs-&year;&month;&day;">
<!ENTITY releasedate "June &day;nd, &year;">
<!ENTITY releasedate "June &day;rd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "cvs"> <!-- cvs|[release #] -->
<!ENTITY lfs-version "stable"> <!-- stable|testing|unstable] -->

View File

@ -4,9 +4,9 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY aspell-download-http " ">
<!ENTITY aspell-download-http "http://gnu.mirror.mcgill.ca/aspell/aspell-&aspell-version;.tar.gz">
<!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
<!ENTITY aspell-size "917 KB">
<!ENTITY aspell-size "1 MB">
<!ENTITY aspell-buildsize "9.8 MB">
<!ENTITY aspell-time "0.97 SBU">
@ -18,10 +18,10 @@
<sect2>
<title>Introduction to <application>aspell</application></title>
<para>The <application>aspell</application> package contains the aspell
library, used to interface to spell checking libraries.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
@ -34,61 +34,61 @@ url="&aspell-download-ftp;"/></para></listitem>
<listitem><para>Estimated build time:
&aspell-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>aspell</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="which"/>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>aspell</application></title>
<para>Install <application>aspell</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Configuring <application>aspell</application></title>
<sect3><title>Configuration Information</title>
<para>After <application>Aspell</application> is installed, at least one
dictionary needs to be set up. You can find them at
<ulink url="http://aspell.net/"/>.</para>
<para>Install your dictionary or dictionaries by running the following
commands:</para>
<screen><userinput><command>./configure &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect3>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>aspell</application> package contains the
<filename>libaspell</filename> and <filename>libpspell</filename>
libraries.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>aspell libraries</title>
<para>The <filename>libaspell</filename> libraries are spell checking
library interfaces.</para></sect3>
</sect2>
</sect1>

View File

@ -4,7 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY fam-download-http " ">
<!ENTITY fam-download-http "http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/fam-&fam-version;.tar.gz">
<!ENTITY fam-download-ftp "ftp://oss.sgi.com/projects/fam/download/stable/fam-&fam-version;.tar.gz">
<!ENTITY fam-size "320 KB">
<!ENTITY fam-buildsize "6.9 MB">
@ -17,11 +17,12 @@
<title>FAM-&fam-version;</title>
<sect2>
<title>Introduction to <application><acronym>FAM</acronym></application></title>
<title>Introduction to <application><acronym>FAM</acronym></application></title>
<para>The <application><acronym>FAM</acronym></application> package contains a
File Alteration Monitor which is useful for notifying applications of
changes to the file system.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
@ -34,55 +35,55 @@ url="&fam-download-ftp;"/></para></listitem>
<listitem><para>Estimated build time:
&fam-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Dnotify patch (Recommended): <ulink
url="&patch-root;/fam-&fam-version;-dnotify-1.patch"/></para></listitem></itemizedlist>
</sect3>
<sect3><title><application><acronym>FAM</acronym></application> dependencies
</title>
<sect4><title>Required</title>
<para><xref linkend="portmap"/></para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application><acronym>FAM</acronym></application></title>
<title>Installation of <application><acronym>FAM</acronym></application></title>
<para>Install <application><acronym>FAM</acronym></application> by running the
following commands:</para>
<screen><userinput><command>patch -Np1 -i ../fam-&fam-version;-dnotify-1.patch &amp;&amp;
autoreconf -f -i &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><command>patch -Np1 -i ../fam-&fam-version;-dnotify-1.patch</command>:
This patch enables <application><acronym>FAM</acronym></application> to use
the Linux kernel dnotify mechanism to inform the calling process of
file modifications, rather than polling the file system for
modifications.</para>
<para><command>autoreconf -f -i</command>
This command is necessary since the dnotify patch affects
<filename>configure.ac</filename> and <filename>Makefile.am</filename>.</para>
</sect2>
<sect2>
<title>Configuring <application><acronym>FAM</acronym></application></title>
<sect3><title>Config files</title>
<para><filename>/etc/rpc</filename>,
<filename>/etc/fam.conf</filename>,
<filename>/etc/inetd.conf</filename>,
@ -90,22 +91,22 @@ This command is necessary since the dnotify patch affects
or <filename>/etc/xinetd.conf</filename>
</para>
</sect3>
<sect3><title>Configuration Information</title>
<para>Configuring the file alteration monitor.</para>
<para>If you use <application>inetd</application>, add the
<application><acronym>FAM</acronym></application> entry to
<filename>/etc/inetd.conf</filename> with the
following command: </para>
<screen><userinput><command>echo "sgi_fam/1-2 stream rpc/tcp wait root /usr/sbin/famd fam" &gt;&gt; /etc/inetd.conf</command></userinput></screen>
<para>If you use <application>xinetd</application>, add an entry to
<filename>/etc/xinetd.conf</filename> with the following command (be
sure the "nogroup" group exists):</para>
<screen><userinput><command>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"</command>
# description: FAM - file alteration monitor
service sgi_fam
@ -121,37 +122,36 @@ sure the "nogroup" group exists):</para>
rpc_number = 391002
}
<command>EOF</command></userinput></screen>
<para>If you do not have any inetd daemon installed and have no
wish to install one, you can also start fam during system startup
by installing the <filename>/etc/rc.d/init.d/fam</filename>
init script included in the
<xref linkend="intro-important-bootscripts"/> package.</para>
<screen><userinput><command>make install-fam</command></userinput></screen>
</sect3>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application><acronym>FAM</acronym></application> package contains
the <command>famd</command> executable and <filename>libfam</filename>
libraries.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>famd</title>
<para><command>famd</command> is the file alteration monitor.</para>
</sect3>
</sect2>
</sect1>

View File

@ -18,6 +18,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>June 23rd, 2004 [randy]: Added missing download locations to
aspell, XFS, and FAM.</para></listitem>
<listitem><para>June 22nd, 2004 [dj]: Changed Subversion deps and separated
for client and server. Added template for Subversion server, and changed
xreflabel for cvsserver to match page title.</para></listitem>

View File

@ -3,7 +3,8 @@
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY xfsprogs-download-http " ">
<!ENTITY xfsprogs-download-http "http://mirrors.sunsite.dk/xfs/download/cmd_tars/xfsprogs-&xfsprogs-version;.src.tar.gz">
<!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/download/cmd_tars/xfsprogs-&xfsprogs-version;.src.tar.gz">
<!ENTITY xfsprogs-size "827 KB">
<!ENTITY xfsprogs-buildsize "42 MB">
@ -105,7 +106,8 @@ parallel.</para></sect3>
file system.</para></sect3>
<sect3><title>xfs_freeze</title>
<para><command>xfs_freeze</command> suspends access to an <acronym>XFS</acronym> file system.</para></sect3>
<para><command>xfs_freeze</command> suspends access to an
<acronym>XFS</acronym> file system.</para></sect3>
<sect3><title>xfs_growfs</title>
<para><command>xfs_growfs</command> expands an <acronym>XFS</acronym> file system.
@ -115,7 +117,7 @@ file system.</para></sect3>
<para><command>xfs_info</command> is equivalent to invoking
<command>xfs_growfs</command>, but specifying that no change to the file
system is to be made.</para></sect3>
<sect3><title>xfs_io</title>
<para><command>xfs_io</command> is a debugging tool like
<command>xfs_db</command>, but is aimed at examining the regular