From 6bcfc31b06afaedd804ede1a8a0ab7d8dde8d4c8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 8 Jul 2008 18:03:23 +0000 Subject: disable hyphen and formats commands, language.dat/def and fmtutil.cnf must not be manually edited git-svn-id: svn://tug.org/texlive/trunk@9380 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/alpha-linux/texconfig | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) (limited to 'Master/bin/alpha-linux/texconfig') diff --git a/Master/bin/alpha-linux/texconfig b/Master/bin/alpha-linux/texconfig index b2129f8814a..4357d1b9b99 100755 --- a/Master/bin/alpha-linux/texconfig +++ b/Master/bin/alpha-linux/texconfig @@ -1,7 +1,8 @@ #!/bin/sh # TeXConfig version 3.0 -# Thomas Esser, te@dbs.uni-hannover.de. Public domain. +# Originally written by Thomas Esser. Public domain. +# Now maintained as part of TeX Live; correspondence to tex-live@tug.org. # invoke the right shell: @@ -24,7 +25,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' progname=texconfig # the version string -version=20080505.2038 +version=20080708.1050 envVars=" AFMFONTS BIBINPUTS BSTINPUTS CMAPFONTS CWEBINPUTS ENCFONTS GFFONTS @@ -562,9 +563,7 @@ Usage: $progname conf (show configuration information) $progname font vardir DIR $progname font ro $progname font rw - $progname formats (edit fmtutil.cnf) $progname help (or --help; show this help) - $progname hyphen FORMAT (edit hyphenation config for FORMAT) $progname init [FORMAT]... (rebuild FORMATs, or all formats plus run texlinks and updmap) $progname mode MODE (set Metafont MODE) @@ -1005,6 +1004,21 @@ For more information about these \`features', consult the teTeX manual ;; formats) + cat >&2 <&2 fmtutil --catcfg > $tmpdir/pre @@ -1030,6 +1044,22 @@ For more information about these \`features', consult the teTeX manual # "hyphen FORMAT" hyphen) + cat >&2 <