From: Ralph Boehme Date: Tue, 2 Oct 2018 14:31:15 +0000 (+0200) Subject: docs:vfs_fruit: add "wipe_intentionally_left_blank_rfork" option X-Git-Tag: tdb-1.3.17~1096 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a98094f05dd4b9abf5dc9704222aa5a07584d4;p=thirdparty%2Fsamba.git docs:vfs_fruit: add "wipe_intentionally_left_blank_rfork" option Bug: https://bugzilla.samba.org/show_bug.cgi?id=13642 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/docs-xml/manpages/vfs_fruit.8.xml b/docs-xml/manpages/vfs_fruit.8.xml index 25833038d96..0df5a7e5a79 100644 --- a/docs-xml/manpages/vfs_fruit.8.xml +++ b/docs-xml/manpages/vfs_fruit.8.xml @@ -378,6 +378,20 @@ + + fruit:wipe_intentionally_left_blank_rfork = yes | no + + 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 This resource fork + intentionally left blank, 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. + The default is no. + + +