summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfig.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-04-15 00:12:54 +0000
committerNorbert Preining <preining@logic.at>2017-04-15 00:12:54 +0000
commit92beda79f15a01c5c027fa3e31bcefafe910e905 (patch)
tree0e06856941f5354c7369e068f5afdd294612fcb0 /Master/tlpkg/TeXLive/TLConfig.pm
parent15b38c41d0da13e4c1b229c405487df790df5601 (diff)
hard code URL instead of TLConfig value
git-svn-id: svn://tug.org/texlive/trunk@43794 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm
index 45835dc1cf7..d10e8fa43e4 100644
--- a/Master/tlpkg/TeXLive/TLConfig.pm
+++ b/Master/tlpkg/TeXLive/TLConfig.pm
@@ -46,7 +46,6 @@ BEGIN {
$ChecksumLength
$ChecksumProgram
$ChecksumExtension
- $SYSUSERURL
);
@EXPORT = @EXPORT_OK;
}
@@ -219,9 +218,6 @@ $ChecksumProgram = "sha512sum";
# The extension of the checksum file
$ChecksumExtension = "sha512";
-#
-our $SYSUSERURL = 'http://tug.org/texlive/sys-user-scripts.html';
-
1;
@@ -305,10 +301,6 @@ The texmf-tree name that can be relocated, defaults to C<texmf-dist>.
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