Changeset 15d7ac6


Ignore:
Timestamp:
09/28/2002 04:36:25 PM (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:
e61e34e
Parents:
9ab2361
Message:

updates to gbdm & libfam submitted by Billy

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

Location:
general/genlib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gdbm/gdbm-inst.xml

    r9ab2361 r15d7ac6  
    99BINOWN=root BINGRP=root install</userinput></screen></para>
    1010
     11<note><para>The following command will install the compatibility
     12headers for gdbm, needed by some applications.  Apache 1.3 will need
     13these headers.</para></note>
     14
     15<para><screen><userinput>
     16make prefix=/usr man3dir=/usr/share/man/man3 infodir=/usr/share/info \
     17BINOWN=root BINGRP=root install-compat</userinput></screen></para>
     18
    1119</sect2>
    1220
  • general/genlib/libfam/libfam-config.xml

    r9ab2361 r15d7ac6  
    1616<para>Configuring the file alteration monitor.</para>
    1717
    18 <para>Add this line to /etc/rpc:</para>
     18<para>If you use inetd, add the fam entry to /etc/inetd.conf with the
     19following command: </para>
    1920<para><userinput>
    20 sgi_fam         391002  fam     # File Alteration Monitor</userinput>
    21 </para>
    22 
    23 <para>If you use inetd, add this line to /etc/inetd.conf: </para>
    24 <para><userinput>
    25 sgi_fam/1-2 stream  rpc/tcp wait root /usr/bin/fam fam
     21echo "sgi_fam/1-2 stream  rpc/tcp wait root /usr/bin/fam fam" >> /etc/inetd.conf
    2622</userinput></para>
    2723
    2824<para>
    29 If you use xinetd, create the <filename>/etc/xinetd.d/fam</filename>
    30 file or add an entry to <filename>/etc/xinetd.conf</filename> as
    31 follows: </para>
     25If you use xinetd, add an entry to
     26<filename>/etc/xinetd.conf</filename> with the following command:
     27</para>
    3228<para>
    3329<screen><userinput>
    34     # default: on
     30cat >> /etc/xinetd.conf << "EOF"
    3531    # description: FAM - file alteration monitor
    3632    service sgi_fam
     
    4642        rpc_number      = 391002
    4743    }
     44EOF
    4845</userinput></screen></para>
    4946
  • general/genlib/libfam/libfam-intro.xml

    r9ab2361 r15d7ac6  
    1313</screen>
    1414
     15<screen>fam depends on: <xref linkend="portmap"/></screen>
     16
    1517<para>The libfam package contains
    1618<userinput>fam</userinput>.</para>
Note: See TracChangeset for help on using the changeset viewer.