diff options
author | Karolin Seeger <ks@samba.org> | 2007-10-19 10:04:23 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:39 -0500 |
commit | aa428a48ea0ad04381314a9c5bb1e4ec4cc911c4 (patch) | |
tree | 7089160722fd4f3227d5d51e31bbec9e335657ab /docs | |
parent | c08329983c1899f20c08d07a5e9a56478f683420 (diff) | |
download | samba-aa428a48ea0ad04381314a9c5bb1e4ec4cc911c4.tar.gz samba-aa428a48ea0ad04381314a9c5bb1e4ec4cc911c4.tar.bz2 samba-aa428a48ea0ad04381314a9c5bb1e4ec4cc911c4.zip |
Correct default value for change notify
Karolin
(This used to be commit 83485b45f8243ec8775ce2bfeb32c2d1ef3982fb)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/smbdotconf/misc/changenotify.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smbdotconf/misc/changenotify.xml b/docs/smbdotconf/misc/changenotify.xml index ad9d5eb09c..9ff6f02f6f 100644 --- a/docs/smbdotconf/misc/changenotify.xml +++ b/docs/smbdotconf/misc/changenotify.xml @@ -10,5 +10,5 @@ <para>You should never need to change this parameter</para> </description> -<value type="default">no</value> +<value type="default">yes</value> </samba:parameter> |