diff --git a/general/genlib/libfam/libfam-exp.xml b/general/genlib/libfam/libfam-exp.xml
index d160147386..20f4add74d 100644
--- a/general/genlib/libfam/libfam-exp.xml
+++ b/general/genlib/libfam/libfam-exp.xml
@@ -7,10 +7,6 @@ dnotify mechanism to inform the calling process of
file modifications, rather than polling the file system for
modifications.
-patch -Np1 -i ../fam-gcc3.patch: This patch is
-necessary to get FAM to compile
-with gcc-&gcc-version;.
-
libtoolize --force
aclocal
automake --add-missing
diff --git a/general/genlib/libfam/libfam-inst.xml b/general/genlib/libfam/libfam-inst.xml
index ebbe638944..53b6cb9bb6 100644
--- a/general/genlib/libfam/libfam-inst.xml
+++ b/general/genlib/libfam/libfam-inst.xml
@@ -1,9 +1,6 @@
Installation of FAM
-Download the FAM patches
-from .
-
Install FAM by running the
following commands:
@@ -13,8 +10,7 @@ with any IMON or inetd.conf warnings,
as we will be configuring these files after installation.
-patch -Np1 -i ../fam-dnotify.patch &&
-patch -Np1 -i ../fam-gcc3.patch &&
+patch -Np1 -i ../fam-2.6.10-dnotify.patch &&
libtoolize --force &&
aclocal &&
automake --add-missing &&
diff --git a/general/genlib/libfam/libfam-intro.xml b/general/genlib/libfam/libfam-intro.xml
index 48751ebc03..eb12e54694 100644
--- a/general/genlib/libfam/libfam-intro.xml
+++ b/general/genlib/libfam/libfam-intro.xml
@@ -17,7 +17,14 @@ url="&libfam-download-ftp;"/>
Estimated build time:
&libfam-time;
-
+
+Additional downloads
+
+Denotify patch (HTTP):
+
+
+
FAM dependencies
Required
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index ed5e3943ce..ad8239a330 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -12,7 +12,7 @@ who wrote what.
October 4th, 2003 [larry]: General: updated to
-openssl-0.9.7c.
+openssl-0.9.7c and fam-2.6.10.
October 4th, 2003 [tushar]: Added a page on Optional Patches
that refers to the Patches Project.