From d999da47ff375df843c0c9bbfd5911236dd9d40a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 17 May 2021 03:02:10 +0000 Subject: CTAN sync 202105170302 --- systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm') diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm index 1fa5acf76f..0418dc12e0 100644 --- a/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm +++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm @@ -1,6 +1,6 @@ -# $Id: TLWinGoo.pm 58811 2021-04-10 08:09:15Z siepo $ +# $Id: TLWinGoo.pm 59225 2021-05-16 17:41:12Z karl $ # TeXLive::TLWinGoo.pm - Windows goop. -# Copyright 2008-2018 Siep Kroonenberg, Norbert Preining +# Copyright 2008-2021 Siep Kroonenberg, Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -11,7 +11,7 @@ package TeXLive::TLWinGoo; -my $svnrev = '$Revision: 58811 $'; +my $svnrev = '$Revision: 59225 $'; my $_modulerevision; if ($svnrev =~ m/: ([0-9]+) /) { $_modulerevision = $1; @@ -24,7 +24,7 @@ sub module_revision { return $_modulerevision; } =head1 NAME -C -- Additional utilities for Windows +C -- TeX Live Windows-specific support =head2 SYNOPSIS @@ -78,7 +78,7 @@ C -- Additional utilities for Windows All exported functions return forward slashes. -=head2 DESCRIPTION +=head1 DESCRIPTION =over 4 @@ -1318,6 +1318,12 @@ sub unregister_uninstaller { =pod +=back + +=head2 ADMIN + +=over 4 + =item C Write-protects a directory $dir recursively, using ACLs, but only if @@ -1325,6 +1331,8 @@ we are a multi-user install, and only if $dir is on an NTFS-formatted local fixed disk, and only on Windows Vista and later. It writes a log message what it does and why. +=back + =cut sub maybe_make_ro { -- cgit v1.2.3