From aef700ad3c800dc33ccf4c470d45416c97fde210 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 25 Oct 2021 12:42:02 -0700 Subject: [PATCH] s3: docs-xml: Clarify the "delete veto files" paramter. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG: https://bugzilla.samba.org/show_bug.cgi?id=14879 Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Fri Oct 29 14:57:14 UTC 2021 on sn-devel-184 (cherry picked from commit 0b818c6b77e972626d0b071bebcf4ce55619fb84) (cherry picked from commit a549dc219cba5bd61969e4919ae4142f52c133ea) Autobuild-User(v4-14-test): Jule Anger Autobuild-Date(v4-14-test): Thu Dec 2 11:52:33 UTC 2021 on sn-devel-184 --- docs-xml/smbdotconf/filename/deletevetofiles.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs-xml/smbdotconf/filename/deletevetofiles.xml b/docs-xml/smbdotconf/filename/deletevetofiles.xml index 581dc05396d..570d4ac60a0 100644 --- a/docs-xml/smbdotconf/filename/deletevetofiles.xml +++ b/docs-xml/smbdotconf/filename/deletevetofiles.xml @@ -4,9 +4,12 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> This option is used when Samba is attempting to - delete a directory that contains one or more vetoed directories - (see the - option). If this option is set to no (the default) then if a vetoed + delete a directory that contains one or more vetoed files + or directories or non-visible files or directories (such + as dangling symlinks that point nowhere). + (see the , , + , + options). If this option is set to no (the default) then if a vetoed directory contains any non-vetoed files or directories then the directory delete will fail. This is usually what you want.