mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
301a2cd366
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@881 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
422 B
XML
16 lines
422 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para>
|
|
<userinput>patch -Np1 -i ../fam-dnotify.patch</userinput> : This patch causes fam to use the Linux kernel dnotify mechanism to
|
|
inform the calling process of file modifications, rather than polling
|
|
the file system for.
|
|
</para>
|
|
|
|
<para>
|
|
<userinput>patch -Np1 -i ../fam-gcc3.patch</userinput> : This patch is necessary to get fam to compile with gcc-3.2.
|
|
</para>
|
|
|
|
</sect2>
|
|
|