Changeset 9e1bc767


Ignore:
Timestamp:
09/08/2002 03:18:51 AM (22 years ago)
Author:
Larry Lawrence <larry@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1b06e69
Parents:
8caebb7
Message:

libfam updates from Billy

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

Location:
general/genlib
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libfam.xml

    r8caebb7 r9e1bc767  
    55&libfam-intro;
    66&libfam-inst;
     7&libfam-exp;
    78&libfam-config;
    89&libfam-desc;
  • general/genlib/libfam/libfam-config.xml

    r8caebb7 r9e1bc767  
    44<sect3><title>Config files</title>
    55
    6 <para><userinput>/etc/inetd.conf</userinput>,
    7 <userinput>/etc/rpc</userinput>, <userinput>/etc/xinetd.d/fam</userinput></para>
     6<para><filename>/etc/rpc</filename>,
     7 <filename>/etc/fam.conf</filename>,
     8 <filename>/etc/inetd.conf</filename>,
     9 <filename>/etc/xinetd.d/fam</filename>,
     10 or <filename>/etc/xinetd.conf</filename>
     11 </para>
    812</sect3>
    913
     
    2327
    2428<para>
    25 If you use xinetd, create the /etc/xinetd.d/fam file as:</para>
     29If you use xinetd, create the <filename>/etc/xinetd.d/fam</filename>
     30file or add an entry to <filename>/etc/xinetd.conf</filename> as
     31follows: </para>
    2632<para>
    2733<screen><userinput>
  • general/genlib/libfam/libfam-inst.xml

    r8caebb7 r9e1bc767  
    1010
    1111
    12 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
    13 make &amp;&amp;</userinput>
    14 <userinput>make install</userinput>
    15 </screen>
    16 </para>
     12<para><screen><userinput>
     13patch -Np1 -i ../dnotify.patch &amp;&amp;
     14patch -Np1 -i ../libfam-gcc3.patch &amp;&amp;
     15./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     16make &amp;&amp;
     17make install</userinput></screen></para>
    1718
    1819
  • general/genlib/libfam/libfam-intro.xml

    r8caebb7 r9e1bc767  
    88Estimated Disk space required:  &libfam-buildsize;</screen>
    99
     10<para>Required patches</para>
     11<screen>Download location (FTP):        <ulink url="&libfam-dnotify-patch-http;"/>
     12Download location (FTP):         <ulink url="&libfam-gcc3-patch-http;"/>
     13</screen>
     14
    1015<para>The libfam package contains
    1116<userinput>fam</userinput>.</para>
  • general/genlib/libfam/libfam.ent

    r8caebb7 r9e1bc767  
    77<!ENTITY libfam-buildsize "350 KB">
    88<!ENTITY libfam-version "2.6.9">
     9
     10<!ENTITY libfam-download-http
     11"http://oss.sgi.com/projects/fam/download/fam-2.6.9.tar.gz">
     12<!ENTITY libfam-download-ftp
     13"http://oss.sgi.com/projects/fam/download/fam-2.6.9.tar.gz">
     14
    915<!ENTITY
    10 libfam-download-http "http://oss.sgi.com/projects/fam/download/fam-2.6.9.tar.gz">
     16libfam-dnotify-patch-http
     17"&file-root;/dnotify.patch.gz">
    1118<!ENTITY
    12 libfam-download-ftp "ftp://oss.sgi.com/projects/fam/download/fam-2.6.9.tar.gz">
     19libfam-gcc3-patch-http
     20"&file-root;/libfam-gcc3.patch.gz">
     21
    1322<!ENTITY libfam-size "300 KB">
Note: See TracChangeset for help on using the changeset viewer.