summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/misc
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-02-19 13:53:54 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:25 -0500
commit1cd7864412a1708fd968d39d52431f7632ddf3cd (patch)
treed6eee2c43be368db72beb709b9b20ef2473ac116 /docs/smbdotconf/misc
parent97f3db1abce035593b1903e1af54e673e204a296 (diff)
downloadsamba-1cd7864412a1708fd968d39d52431f7632ddf3cd.tar.gz
samba-1cd7864412a1708fd968d39d52431f7632ddf3cd.tar.bz2
samba-1cd7864412a1708fd968d39d52431f7632ddf3cd.zip
After merging the notify stuff to 3_0_25, check in the docs
(This used to be commit ee532da6c8eb7c21937702e942e2755cf0aac042)
Diffstat (limited to 'docs/smbdotconf/misc')
-rw-r--r--docs/smbdotconf/misc/changenotify.xml14
-rw-r--r--docs/smbdotconf/misc/famchangenotify.xml20
-rw-r--r--docs/smbdotconf/misc/kernelchangenotify.xml6
3 files changed, 17 insertions, 23 deletions
diff --git a/docs/smbdotconf/misc/changenotify.xml b/docs/smbdotconf/misc/changenotify.xml
new file mode 100644
index 0000000000..ad9d5eb09c
--- /dev/null
+++ b/docs/smbdotconf/misc/changenotify.xml
@@ -0,0 +1,14 @@
+<samba:parameter name="change notify"
+ context="S"
+ type="boolean"
+ advanced="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>This parameter specifies whether Samba should reply
+ to a client's file change notify requests.
+ </para>
+
+ <para>You should never need to change this parameter</para>
+</description>
+<value type="default">no</value>
+</samba:parameter>
diff --git a/docs/smbdotconf/misc/famchangenotify.xml b/docs/smbdotconf/misc/famchangenotify.xml
deleted file mode 100644
index 9a0f4bcf83..0000000000
--- a/docs/smbdotconf/misc/famchangenotify.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<samba:parameter name="fam change notify"
- context="G"
- type="boolean"
- advanced="1" developer="1"
- xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-<description>
- <para>This parameter specifies whether Samba should ask the
- FAM daemon change notifications in directories so that
- SMB clients can refresh whenever the data on the server changes.
- </para>
-
- <para>This parameter is only used when your system supports
- change notification to user programs, using the FAM daemon. If the FAM
- daemon is not running, this parameter is automatically disabled. The
- <parameter moreinfo="none">kernel change notify</parameter>
- parameter will take precedence if it is also enabled.
- </para>
-</description>
-<value type="default">yes</value>
-</samba:parameter>
diff --git a/docs/smbdotconf/misc/kernelchangenotify.xml b/docs/smbdotconf/misc/kernelchangenotify.xml
index 068583fad8..ef932201a1 100644
--- a/docs/smbdotconf/misc/kernelchangenotify.xml
+++ b/docs/smbdotconf/misc/kernelchangenotify.xml
@@ -1,7 +1,7 @@
<samba:parameter name="kernel change notify"
- context="G"
+ context="S"
type="boolean"
- advanced="1" developer="1"
+ advanced="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter specifies whether Samba should ask the
@@ -10,7 +10,7 @@
</para>
<para>This parameter is only used when your kernel supports
- change notification to user programs, using the F_NOTIFY fcntl.
+ change notification to user programs using the inotify interface.
</para>
</description>
<value type="default">yes</value>