diff --exclude=CVS -Naur ./libfam/libfam-config.xml /home/billy/NEWBLFS/BOOK/general/genlib/libfam/libfam-config.xml
old
|
new
|
|
3 | 3 | |
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 | |
10 | 14 | <sect3><title>Configuration Information</title> |
… |
… |
|
22 | 26 | </userinput></para> |
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> |
28 | 34 | # default: on |
diff --exclude=CVS -Naur ./libfam/libfam-exp.xml /home/billy/NEWBLFS/BOOK/general/genlib/libfam/libfam-exp.xml
old
|
new
|
|
| 1 | <sect2> |
| 2 | <title>Command explanations</title> |
| 3 | |
| 4 | <para> |
| 5 | <userinput>patch -Np1 -i ../dnotify.patch :</userinput> |
| 6 | This patch causes fam to use the Linux kernel dnotify mechanism to |
| 7 | inform the calling process of file modifications, rather than polling |
| 8 | the file system for. |
| 9 | </para> |
| 10 | |
| 11 | <para> |
| 12 | <userinput>patch -Np1 -i ../libfam-gcc3.patch :</userinput> |
| 13 | This patch is necessary to get libfam to compile with gcc-3.2. |
| 14 | </para> |
| 15 | |
| 16 | </sect2> |
| 17 | |
diff --exclude=CVS -Naur ./libfam/libfam-inst.xml /home/billy/NEWBLFS/BOOK/general/genlib/libfam/libfam-inst.xml
old
|
new
|
|
9 | 9 | installation.</para></note> |
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 | |
19 | 20 | </sect2> |
diff --exclude=CVS -Naur ./libfam/libfam-intro.xml /home/billy/NEWBLFS/BOOK/general/genlib/libfam/libfam-intro.xml
old
|
new
|
|
7 | 7 | Package size: &libfam-size; |
8 | 8 | Estimated Disk space required: &libfam-buildsize;</screen> |
9 | 9 | |
| 10 | <para>Required patches</para> |
| 11 | <screen>Download location (HTTP): <ulink url="&libfam-dnotify-patch-http;"/> |
| 12 | Download location (HTTP): <ulink url="&libfam-gcc3-patch-http;"/> |
| 13 | </screen> |
| 14 | |
10 | 15 | <para>The libfam package contains |
11 | 16 | <userinput>fam</userinput>.</para> |
12 | 17 | |
diff --exclude=CVS -Naur ./libfam/libfam.ent /home/billy/NEWBLFS/BOOK/general/genlib/libfam/libfam.ent
old
|
new
|
|
6 | 6 | <!ENTITY libfam-config SYSTEM "libfam-config.xml"> |
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 | "&http-root/blfs-patches/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 | "&http-root/blfs-patches/libfam-gcc3.patch.gz"> |
| 21 | |
13 | 22 | <!ENTITY libfam-size "300 KB"> |
diff --exclude=CVS -Naur ./libfam.xml /home/billy/NEWBLFS/BOOK/general/genlib/libfam.xml
old
|
new
|
|
4 | 4 | |
5 | 5 | &libfam-intro; |
6 | 6 | &libfam-inst; |
| 7 | &libfam-exp; |
7 | 8 | &libfam-config; |
8 | 9 | &libfam-desc; |
9 | 10 | |