s3:lib: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / docs-xml / manpages / vfs_notify_fam.8.xml
blob1fbbb9a5b891481ba4cdd9e23092a6cbf193f55e
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="vfs_notify_fam.8">
5 <refmeta>
6         <refentrytitle>vfs_notify_fam</refentrytitle>
7         <manvolnum>8</manvolnum>
8         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10         <refmiscinfo class="version">4.0</refmiscinfo>
11 </refmeta>
14 <refnamediv>
15         <refname>vfs_notify_fam</refname>
16         <refpurpose>FAM support for file change notifications</refpurpose>
17 </refnamediv>
19 <refsynopsisdiv>
20         <cmdsynopsis>
21                 <command>vfs objects = notify_fam</command>
22         </cmdsynopsis>
23 </refsynopsisdiv>
25 <refsect1>
26         <title>DESCRIPTION</title>
28         <para>This VFS module is part of the
29         <citerefentry><refentrytitle>samba</refentrytitle>
30         <manvolnum>7</manvolnum></citerefentry> suite.</para>
32         <para>The <command>vfs_notify_fam</command> module makes use of
33         the system FAM (File Alteration Monitor) daemon to implement
34         file change notifications for Windows clients. FAM is generally
35         present only on IRIX and some BSD systems.</para>
37         <para>This module is not stackable.</para>
39 </refsect1>
41 <refsect1>
42         <title>EXAMPLES</title>
44         <para>Support FAM notifications globally:</para>
46 <programlisting>
47         <smbconfsection name="[global]"/>
48         <smbconfoption name="vfs objects">notify_fam</smbconfoption>
49 </programlisting>
51 </refsect1>
53 <refsect1>
54         <title>VERSION</title>
56         <para>This man page is correct for version 3.0.25 of the Samba suite.
57         </para>
58 </refsect1>
60 <refsect1>
61         <title>AUTHOR</title>
63         <para>The original Samba software and related utilities
64         were created by Andrew Tridgell. Samba is now developed
65         by the Samba Team as an Open Source project similar
66         to the way the Linux kernel is developed.</para>
68 </refsect1>
70 </refentry>