Ignore:
Timestamp:
06/23/2004 06:53:05 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
4033f7d3
Parents:
6ff0105
Message:

added missing download locations to various packages

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/fam.xml

    r6ff0105 rb8fa16e  
    55  %general-entities;
    66
    7 <!ENTITY fam-download-http " ">
     7<!ENTITY fam-download-http "http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/fam-&fam-version;.tar.gz">
    88<!ENTITY fam-download-ftp "ftp://oss.sgi.com/projects/fam/download/stable/fam-&fam-version;.tar.gz">
    99<!ENTITY fam-size "320 KB">
     
    1818
    1919<sect2>
    20 <title>Introduction to <application><acronym>FAM</acronym></application></title>                                                                               
     20<title>Introduction to <application><acronym>FAM</acronym></application></title>
     21
    2122<para>The <application><acronym>FAM</acronym></application> package contains a
    2223File Alteration Monitor which is useful for notifying applications of
    2324changes to the file system.</para>
    24                                                                                
     25
    2526<sect3><title>Package information</title>
    2627<itemizedlist spacing='compact'>
     
    3536&fam-time;</para></listitem></itemizedlist>
    3637</sect3>
    37                                                                                
     38
    3839<sect3><title>Additional downloads</title>
    3940<itemizedlist spacing='compact'>
     
    4142url="&patch-root;/fam-&fam-version;-dnotify-1.patch"/></para></listitem></itemizedlist>
    4243</sect3>
    43                                                                                
    44                                                                                
     44
    4545<sect3><title><application><acronym>FAM</acronym></application> dependencies
    4646</title>
     
    4848<para><xref linkend="portmap"/></para></sect4>
    4949</sect3>
    50                                                                                
     50
    5151</sect2>
    52                                                                                
     52
    5353<sect2>
    54 <title>Installation of <application><acronym>FAM</acronym></application></title>                                                                               
     54<title>Installation of <application><acronym>FAM</acronym></application></title>
     55
    5556<para>Install <application><acronym>FAM</acronym></application> by running the
    5657following commands:</para>
    57                                                                                
     58
    5859<screen><userinput><command>patch -Np1 -i ../fam-&fam-version;-dnotify-1.patch &amp;&amp;
    5960autoreconf -f -i &amp;&amp;
     
    6162make &amp;&amp;
    6263make install</command></userinput></screen>
    63                                                                                
     64
    6465</sect2>
    6566
    6667<sect2>
    6768<title>Command explanations</title>
    68                                                                                
     69
    6970<para><command>patch -Np1 -i ../fam-&fam-version;-dnotify-1.patch</command>:
    7071This patch enables <application><acronym>FAM</acronym></application> to use
     
    7273file modifications, rather than polling the file system for
    7374modifications.</para>
    74                                                                                
     75
    7576<para><command>autoreconf -f -i</command>
    7677This command is necessary since the dnotify patch affects
    7778<filename>configure.ac</filename> and <filename>Makefile.am</filename>.</para>
    78                                                                                
     79
    7980</sect2>
    8081
    8182<sect2>
    8283<title>Configuring <application><acronym>FAM</acronym></application></title>
    83                                                                                
     84
    8485<sect3><title>Config files</title>
    85                                                                                
     86
    8687<para><filename>/etc/rpc</filename>,
    8788 <filename>/etc/fam.conf</filename>,
     
    9192 </para>
    9293</sect3>
    93                                                                                
     94
    9495<sect3><title>Configuration Information</title>
    95                                                                                
     96
    9697<para>Configuring the file alteration monitor.</para>
    97                                                                                
     98
    9899<para>If you use <application>inetd</application>, add the
    99100<application><acronym>FAM</acronym></application> entry to
    100101<filename>/etc/inetd.conf</filename> with the
    101102following command: </para>
    102                                                                                
     103
    103104<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>
    104                                                                                
     105
    105106<para>If you use <application>xinetd</application>, add an entry to
    106107<filename>/etc/xinetd.conf</filename> with the following command (be
    107108sure the "nogroup" group exists):</para>
    108                                                                                
     109
    109110<screen><userinput><command>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"</command>
    110111    # description: FAM - file alteration monitor
     
    122123    }
    123124<command>EOF</command></userinput></screen>
    124                                                                                
     125
    125126<para>If you do not have any inetd daemon installed and have no
    126127wish to install one, you can also start fam during system startup
     
    128129init script included in the
    129130<xref linkend="intro-important-bootscripts"/> package.</para>
    130                                                                                
    131                                                                                
     131
    132132<screen><userinput><command>make install-fam</command></userinput></screen>
    133                                                                                
     133
    134134</sect3>
    135                                                                                
     135
    136136</sect2>
    137137
    138138<sect2>
    139139<title>Contents</title>
    140                                                                                
     140
    141141<para>The <application><acronym>FAM</acronym></application> package contains
    142142the <command>famd</command> executable and <filename>libfam</filename>
    143143libraries.</para>
    144                                                                                
     144
    145145</sect2>
    146                                                                                
     146
    147147<sect2><title>Description</title>
    148                                                                                
     148
    149149<sect3><title>famd</title>
    150                                                                                
     150
    151151<para><command>famd</command> is the file alteration monitor.</para>
    152                                                                                
     152
    153153</sect3>
    154                                                                                
     154
    155155</sect2>
    156156
Note: See TracChangeset for help on using the changeset viewer.