From 621740283cd9855051489fead58e67fa4bb280cf Mon Sep 17 00:00:00 2001 From: Zebediah Figura Date: Thu, 21 Mar 2024 19:15:54 -0500 Subject: [PATCH] Add documentation to a couple more patches. Thanks Erich for elucidating these. --- patches/server-Inherited_ACLs/definition | 1 + patches/server-Stored_ACLs/definition | 1 + 2 files changed, 2 insertions(+) diff --git a/patches/server-Inherited_ACLs/definition b/patches/server-Inherited_ACLs/definition index a69f07cf..3a476535 100644 --- a/patches/server-Inherited_ACLs/definition +++ b/patches/server-Inherited_ACLs/definition @@ -1,4 +1,5 @@ Depends: server-Stored_ACLs Fixes: Support for inherited file ACLs +# Originally written for Silverlight. #Badly broken by bb00942671. Disabled: true diff --git a/patches/server-Stored_ACLs/definition b/patches/server-Stored_ACLs/definition index 58aa48f2..caa63feb 100644 --- a/patches/server-Stored_ACLs/definition +++ b/patches/server-Stored_ACLs/definition @@ -1,2 +1,3 @@ Depends: server-File_Permissions Fixes: [33576] Support for stored file ACLs +# Originally written for Silverlight.