1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

docs:vfs_fruit: add "delete_empty_adfiles" option

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13642

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Ralph Boehme 2018-10-04 18:22:31 +02:00 committed by Jeremy Allison
parent f7a98094f0
commit 2a9574b138

View File

@ -392,6 +392,17 @@
</listitem>
</varlistentry>
<varlistentry>
<term>fruit:delete_empty_adfiles = yes | no</term>
<listitem>
<para>Whether to delete empty AppleDouble files. Empty means that
the resource fork entry in the AppleDouble files is of size 0, or
the size is exactly 286 bytes and the content matches a special
boilerplate resource fork created my macOS.</para>
<para>The default is <emphasis>no</emphasis>.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>