texlive[43794] Master: hard code URL instead of TLConfig value

commits+preining at tug.org commits+preining at tug.org
Sat Apr 15 02:12:55 CEST 2017


Revision: 43794
          http://tug.org/svn/texlive?view=revision&revision=43794
Author:   preining
Date:     2017-04-15 02:12:54 +0200 (Sat, 15 Apr 2017)
Log Message:
-----------
hard code URL instead of TLConfig value

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl
    trunk/Master/texmf-dist/scripts/texlive/updmap.pl
    trunk/Master/tlpkg/TeXLive/TLConfig.pm

Modified: trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl	2017-04-15 00:12:46 UTC (rev 43793)
+++ trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl	2017-04-15 00:12:54 UTC (rev 43794)
@@ -1402,7 +1402,7 @@
   TEXMFVAR, respectively.  This is the primary difference between 
   fmtutil-sys and fmtutil-user.
 
-  See $TeXLive::TLConfig::SYSUSERURL for details.
+  See http://tug.org/texlive/scripts-sys-user.html for details.
 
   Other locations may be used if you give them on the command line, or
   these trees don't exist, or you are not using the original TeX Live.

Modified: trunk/Master/texmf-dist/scripts/texlive/updmap.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/updmap.pl	2017-04-15 00:12:46 UTC (rev 43793)
+++ trunk/Master/texmf-dist/scripts/texlive/updmap.pl	2017-04-15 00:12:54 UTC (rev 43794)
@@ -1334,7 +1334,7 @@
 after any change in the system directories; for example, if a new font
 package is added.
 
-See $TeXLive::TLConfig::SYSUSERURL for details.
+See http://tug.org/texlive/scripts-sys-user.html for details.
 
 If you want to undo this, remove the files mentioned above.
 
@@ -2245,7 +2245,7 @@
 running updmap-sys no longer has any effect.  (updmap-sys issues a
 warning in this situation.)
 
-See $TeXLive::TLConfig::SYSUSERURL for details.
+See http://tug.org/texlive/scripts-sys-user.html for details.
 
 By default, the TeX filename database (ls-R) is also updated.
 

Modified: trunk/Master/tlpkg/TeXLive/TLConfig.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLConfig.pm	2017-04-15 00:12:46 UTC (rev 43793)
+++ trunk/Master/tlpkg/TeXLive/TLConfig.pm	2017-04-15 00:12:54 UTC (rev 43794)
@@ -46,7 +46,6 @@
     $ChecksumLength
     $ChecksumProgram
     $ChecksumExtension
-    $SYSUSERURL
   );
   @EXPORT = @EXPORT_OK;
 }
@@ -219,9 +218,6 @@
 # The extension of the checksum file
 $ChecksumExtension = "sha512";
 
-#
-our $SYSUSERURL = 'http://tug.org/texlive/sys-user-scripts.html';
-
 1;
 
 

@@ -305,10 +301,6 @@
 The string that replaces the C<RelocTree> in the tlpdb if a package is
 relocated, defaults to C<RELOC>".
 
-=item C<$TeXLive::TLConfig::SYSUSERURL>
-
-URL pointing to explanations concerning -sys and -user mode.
-
 =back
 
 =head1 SEE ALSO



More information about the tex-live-commits mailing list