summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-14 10:30:56 +0000
committerNorbert Preining <preining@logic.at>2008-01-14 10:30:56 +0000
commit589f4c6057ba0e65f646bedb05d7a0510795475e (patch)
tree97f1ed97bbce4f2e8c58a2dd5b49afc052ce1e6b
parent1378e2a48d76d0ea32d850a3a418580f984b404e (diff)
renaming mk_download_pkg -> tl-make-install-pkg
renaming update-containers -> tl-update-containers git-svn-id: svn://tug.org/texlive/trunk@6226 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/tlpkg/bin/tl-make-install-pkg (renamed from Master/tlpkg/bin/mk_download_pkg)8
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers (renamed from Master/tlpkg/bin/update-containers)8
2 files changed, 8 insertions, 8 deletions
diff --git a/Master/tlpkg/bin/mk_download_pkg b/Master/tlpkg/bin/tl-make-install-pkg
index 93283e3de24..506ea6ac870 100755
--- a/Master/tlpkg/bin/mk_download_pkg
+++ b/Master/tlpkg/bin/tl-make-install-pkg
@@ -2,13 +2,13 @@
$^W=1;
# $Id$
-# mk_download_pkg
+# tl-make-install-pkg
#
# Copyright 2008 Reinhard Kotucha, Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
-# mk_download_pkg.pl is supposed to create the file "install-tl.zip"
+# tl-make-install-pkg.pl is supposed to create the file "install-tl.zip"
# is needed for network downloads.
BEGIN {
@@ -40,9 +40,9 @@ $opt_outputdir=0;
sub usage {
print <<'EOF';
Usage:
- mk_download_pkg [-h|--help] [-q|--quiet] -o|--outputdir=dir
+ tl-make-install-pkg [-h|--help] [-q|--quiet] -o|--outputdir=dir
- mk_download_pkg generates a .tar.gz file for UNIX and a .zip file
+ tl-make-install-pkg generates a .tar.gz file for UNIX and a .zip file
for all systems containing all the files needed to install TeX Live
from the network.
diff --git a/Master/tlpkg/bin/update-containers b/Master/tlpkg/bin/tl-update-containers
index 206e1da829d..a1301949294 100755
--- a/Master/tlpkg/bin/update-containers
+++ b/Master/tlpkg/bin/tl-update-containers
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: update-containers 5188 2007-10-14 20:32:44Z karl $
+# $Id: tl-update-containers 5188 2007-10-14 20:32:44Z karl $
# Copyright 2008 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -141,11 +141,11 @@ __END__
=head1 NAME
-update-containers - update already generated containers
+tl-update-containers - update already generated containers
=head1 SYNOPSIS
-update-containers [OPTION]...
+tl-update-containers [OPTION]...
=head1 OPTIONS
@@ -168,7 +168,7 @@ for details.
=head1 DESCRIPTION
-The B<update-containers> program compares the revisions of all packages
+The B<tl-update-containers> program compares the revisions of all packages
as found in the C<containerdir> with the revisions of the packages in
the C<texlive.tlpdb>. In case the latter is more recent (i.e., a higher
number) the containers are updated.