- Timestamp:
- 09/08/2002 03:18:51 AM (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:
- 1b06e69
- Parents:
- 8caebb7
- Location:
- general/genlib
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libfam.xml
r8caebb7 r9e1bc767 5 5 &libfam-intro; 6 6 &libfam-inst; 7 &libfam-exp; 7 8 &libfam-config; 8 9 &libfam-desc; -
general/genlib/libfam/libfam-config.xml
r8caebb7 r9e1bc767 4 4 <sect3><title>Config files</title> 5 5 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> 8 12 </sect3> 9 13 … … 23 27 24 28 <para> 25 If you use xinetd, create the /etc/xinetd.d/fam file as:</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> 26 32 <para> 27 33 <screen><userinput> -
general/genlib/libfam/libfam-inst.xml
r8caebb7 r9e1bc767 10 10 11 11 12 <para><screen><userinput>./configure --prefix=/usr && 13 make &&</userinput> 14 <userinput>make install</userinput> 15 </screen> 16 </para> 12 <para><screen><userinput> 13 patch -Np1 -i ../dnotify.patch && 14 patch -Np1 -i ../libfam-gcc3.patch && 15 ./configure --prefix=/usr --sysconfdir=/etc && 16 make && 17 make install</userinput></screen></para> 17 18 18 19 -
general/genlib/libfam/libfam-intro.xml
r8caebb7 r9e1bc767 8 8 Estimated Disk space required: &libfam-buildsize;</screen> 9 9 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 10 15 <para>The libfam package contains 11 16 <userinput>fam</userinput>.</para> -
general/genlib/libfam/libfam.ent
r8caebb7 r9e1bc767 7 7 <!ENTITY libfam-buildsize "350 KB"> 8 8 <!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 9 15 <!ENTITY 10 libfam-download-http "http://oss.sgi.com/projects/fam/download/fam-2.6.9.tar.gz"> 16 libfam-dnotify-patch-http 17 "&file-root;/dnotify.patch.gz"> 11 18 <!ENTITY 12 libfam-download-ftp "ftp://oss.sgi.com/projects/fam/download/fam-2.6.9.tar.gz"> 19 libfam-gcc3-patch-http 20 "&file-root;/libfam-gcc3.patch.gz"> 21 13 22 <!ENTITY libfam-size "300 KB">
Note:
See TracChangeset
for help on using the changeset viewer.