Changeset 15d7ac6
- Timestamp:
- 09/28/2002 04:36:25 PM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e61e34e
- Parents:
- 9ab2361
- Location:
- general/genlib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/gdbm/gdbm-inst.xml
r9ab2361 r15d7ac6 9 9 BINOWN=root BINGRP=root install</userinput></screen></para> 10 10 11 <note><para>The following command will install the compatibility 12 headers for gdbm, needed by some applications. Apache 1.3 will need 13 these headers.</para></note> 14 15 <para><screen><userinput> 16 make prefix=/usr man3dir=/usr/share/man/man3 infodir=/usr/share/info \ 17 BINOWN=root BINGRP=root install-compat</userinput></screen></para> 18 11 19 </sect2> 12 20 -
general/genlib/libfam/libfam-config.xml
r9ab2361 r15d7ac6 16 16 <para>Configuring the file alteration monitor.</para> 17 17 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 19 following command: </para> 19 20 <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 21 echo "sgi_fam/1-2 stream rpc/tcp wait root /usr/bin/fam fam" >> /etc/inetd.conf 26 22 </userinput></para> 27 23 28 24 <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>25 If you use xinetd, add an entry to 26 <filename>/etc/xinetd.conf</filename> with the following command: 27 </para> 32 28 <para> 33 29 <screen><userinput> 34 # default: on 30 cat >> /etc/xinetd.conf << "EOF" 35 31 # description: FAM - file alteration monitor 36 32 service sgi_fam … … 46 42 rpc_number = 391002 47 43 } 44 EOF 48 45 </userinput></screen></para> 49 46 -
general/genlib/libfam/libfam-intro.xml
r9ab2361 r15d7ac6 13 13 </screen> 14 14 15 <screen>fam depends on: <xref linkend="portmap"/></screen> 16 15 17 <para>The libfam package contains 16 18 <userinput>fam</userinput>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.