]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs:vfs_fruit: add "wipe_intentionally_left_blank_rfork" option
authorRalph Boehme <slow@samba.org>
Tue, 2 Oct 2018 14:31:15 +0000 (16:31 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 2 Nov 2018 09:30:09 +0000 (10:30 +0100)
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 f7a98094f05dd4b9abf5dc9704222aa5a07584d4)

docs-xml/manpages/vfs_fruit.8.xml

index 7f6a0e7c022cd8f81352e30ae5a83d7efdf01f2c..6e247b40323366d51c3b8ee8f6acd06fb4496aa0 100644 (file)
            </listitem>
          </varlistentry>
 
+         <varlistentry>
+           <term>fruit:wipe_intentionally_left_blank_rfork = yes | no</term>
+           <listitem>
+             <para>Whether to wipe Resource Fork data that matches the special
+             286 bytes sized placeholder blob that macOS client create on
+             occasion. The blob contains a string <quote>This resource fork
+             intentionally left blank</quote>, the remaining bytes being mostly
+             zero. There being no one use of this data, it is probably safe to
+             discard it. When this option is enabled, this module truncates the
+             Resource Fork stream to 0 bytes.</para>
+             <para>The default is <emphasis>no</emphasis>.</para>
+           </listitem>
+         </varlistentry>
+
        </variablelist>
 </refsect1>