Ignore:
Timestamp:
04/06/2003 12:30:53 AM (21 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:
d10f793
Parents:
b6194c5
Message:

edited general libs

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

Location:
general/genlib/libfam
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libfam/libfam-config.xml

    rb6194c5 rf22f96e9  
    77 <filename>/etc/fam.conf</filename>,
    88 <filename>/etc/inetd.conf</filename>,
    9  <filename>/etc/xinetd.d/fam</filename>,
     9 <filename>/etc/xinetd.d/fam</filename>
    1010 or <filename>/etc/xinetd.conf</filename>
    1111 </para>
     
    1818<para>If you use inetd, add the fam entry to /etc/inetd.conf with the
    1919following command: </para>
    20 <para><userinput>
    21 echo "sgi_fam/1-2 stream  rpc/tcp wait root /usr/bin/fam fam" &gt;&gt; /etc/inetd.conf
    22 </userinput></para>
     20
     21<screen><userinput>echo "sgi_fam/1-2 stream  rpc/tcp wait root /usr/bin/fam fam" &gt;&gt; /etc/inetd.conf</userinput></screen>
    2322
    2423<para>
  • general/genlib/libfam/libfam-exp.xml

    rb6194c5 rf22f96e9  
    33
    44<para>
    5 <userinput>patch -Np1 -i ../dnotify.patch :</userinput>
    6 This patch causes fam to use the Linux kernel dnotify mechanism to
     5<userinput>patch -Np1 -i ../dnotify.patch</userinput> : This patch causes fam to use the Linux kernel dnotify mechanism to
    76inform the calling process of file modifications, rather than polling
    87the file system for.
     
    109
    1110<para>
    12 <userinput>patch -Np1 -i ../libfam-gcc3.patch :</userinput>
    13 This patch is necessary to get libfam to compile with gcc-3.2.
     11<userinput>patch -Np1 -i ../libfam-gcc3.patch</userinput> : This patch is necessary to get libfam to compile with gcc-3.2.
    1412</para>
    1513
  • general/genlib/libfam/libfam-intro.xml

    rb6194c5 rf22f96e9  
    77Package size:                   &libfam-size;
    88Estimated Disk space required:  &libfam-buildsize;</screen>
     9<screen>
     10Required patches:
     11Download location (FTP):        <ulink url="&libfam-dnotify-patch-http;"/>
     12Download location (FTP):        <ulink url="&libfam-gcc3-patch-http;"/></screen>
    913
    10 <para>Required patches</para>
    11 <screen>Download location (FTP):        <ulink url="&libfam-dnotify-patch-http;"/>
    12 Download location (FTP):        <ulink url="&libfam-gcc3-patch-http;"/>
    13 </screen>
     14<para>The libfam package contains a File Alteration Monitor.</para>
    1415
    15 <screen>fam depends on: <xref linkend="portmap"/></screen>
    16 
    17 <para>The libfam package contains
    18 <userinput>fam</userinput>.</para>
     16<screen>fam depends on:
     17<xref linkend="portmap"/></screen>
    1918
    2019</sect2>
Note: See TracChangeset for help on using the changeset viewer.