From: Jeremy Allison Date: Mon, 25 Oct 2021 19:42:02 +0000 (-0700) Subject: s3: docs-xml: Clarify the "delete veto files" paramter. X-Git-Tag: ldb-2.5.0~333 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b818c6b77e972626d0b071bebcf4ce55619fb84;p=thirdparty%2Fsamba.git s3: docs-xml: Clarify the "delete veto files" paramter. 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 --- 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.