source: branches/samba-3.3.x/docs-xml/smbdotconf/misc/kernelchangenotify.xml

Last change on this file was 217, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.3.0 level docs-xml (psmedley's port)

File size: 611 bytes
Line 
1<samba:parameter name="kernel change notify"
2 context="S"
3 type="boolean"
4 advanced="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>This parameter specifies whether Samba should ask the
8 kernel for change notifications in directories so that
9 SMB clients can refresh whenever the data on the server changes.
10 </para>
11
12 <para>This parameter is only used when your kernel supports
13 change notification to user programs using the inotify interface.
14 </para>
15</description>
16<value type="default">yes</value>
17</samba:parameter>
Note: See TracBrowser for help on using the repository browser.