Changeset b2775d6


Ignore:
Timestamp:
08/07/2004 06:03:18 AM (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:
47d87939
Parents:
c628659
Message:

Minor changes to Fam instructions

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc628659 rb2775d6  
    1 <!ENTITY day          "06">
     1<!ENTITY day          "07">
    22<!ENTITY month        "08">
    33<!ENTITY year         "2004">
  • general/genlib/fam.xml

    rc628659 rb2775d6  
    99<!ENTITY fam-size "320 KB">
    1010<!ENTITY fam-buildsize "6.9 MB">
    11 <!ENTITY fam-time "0.68 SBU">
    12 
     11<!ENTITY fam-time "0.37 SBU">
    1312]>
    1413
    1514<sect1 id="fam" xreflabel="FAM-&fam-version;">
     15<sect1info>
     16<othername>$LastChangedBy$</othername>
     17<date>$Date$</date>
     18</sect1info>
    1619<?dbhtml filename="fam.html"?>
    1720<title>FAM-&fam-version;</title>
     
    4043<itemizedlist spacing='compact'>
    4144<listitem><para>Dnotify patch (Recommended): <ulink
    42 url="&patch-root;/fam-&fam-version;-dnotify-1.patch"/></para></listitem></itemizedlist>
     45url="&patch-root;/fam-&fam-version;-dnotify-1.patch"/></para></listitem>
     46</itemizedlist>
    4347</sect3>
    4448
     
    5862
    5963<screen><userinput><command>patch -Np1 -i ../fam-&fam-version;-dnotify-1.patch &amp;&amp;
     64chmod 755 configure &amp;&amp;
    6065autoreconf -f -i &amp;&amp;
    6166./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     
    7479modifications.</para>
    7580
    76 <para><command>autoreconf -f -i</command>
    77 This command is necessary since the dnotify patch affects
    78 <filename>configure.ac</filename> and <filename>Makefile.am</filename>.</para>
     81<para><command>chmod 755 configure</command>: <command>configure</command> is
     82set to read-only and <command>autoreconf</command> will fail if the
     83permissions aren't changed.</para>
     84
     85<para><command>autoreconf -f -i</command>: The autotools need rebuilding
     86because the dnotify patch affects <filename>configure.ac</filename> and
     87<filename>Makefile.am</filename>.</para>
    7988
    8089</sect2>
     
    100109<application><acronym>FAM</acronym></application> entry to
    101110<filename>/etc/inetd.conf</filename> with the
    102 following command: </para>
     111following command:</para>
    103112
    104113<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>
     
    124133<command>EOF</command></userinput></screen>
    125134
    126 <para>If you do not have any inetd daemon installed and have no
    127 wish to install one, you can also start fam during system startup
    128 by installing the <filename>/etc/rc.d/init.d/fam</filename>
     135<para>If you do not have an <command>inetd</command> daemon installed and have
     136no wish to install one, you can also start <command>famd</command> during
     137system startup by installing the <filename>/etc/rc.d/init.d/fam</filename>
    129138init script included in the
    130139<xref linkend="intro-important-bootscripts"/> package.</para>
  • introduction/welcome/changelog.xml

    rc628659 rb2775d6  
    1919<itemizedlist>
    2020
     21<listitem><para>August 7th, 2004 [randy]: Minor changes to Fam
     22instructions.</para></listitem>
     23
    2124<listitem><para>August 6th, 2004 [randy]: Updated to
    2225OpenLDAP-2.2.13 and Speex-1.0.4; added patches and modified build
Note: See TracChangeset for help on using the changeset viewer.