1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +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>
(cherry picked from commit 2a9574b138f620e0a65cd61a957b99653c8dcd78)
This commit is contained in:
Ralph Boehme 2018-10-04 18:22:31 +02:00 committed by Karolin Seeger
parent e1f09ff387
commit 7b04e558ff

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>