diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-31 23:30:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-31 23:30:46 +0000 |
commit | ea8cdb2c44082b3029c4d1dbf17360094b66fe89 (patch) | |
tree | 64766b7e6da2447acae3c774d50cf9ea61d9b191 /Master/bin/i386-freebsd/texconfig | |
parent | 75a7295fd0ea5ba0faa392e0237d0e4ed5fe913a (diff) |
new freebsd binaries from manfred
git-svn-id: svn://tug.org/texlive/trunk@3071 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-freebsd/texconfig')
-rwxr-xr-x | Master/bin/i386-freebsd/texconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/bin/i386-freebsd/texconfig b/Master/bin/i386-freebsd/texconfig index 633ba7e807d..0dc3f753f0b 100755 --- a/Master/bin/i386-freebsd/texconfig +++ b/Master/bin/i386-freebsd/texconfig @@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' progname=texconfig # the version string -version=1118467711 # seconds since `00:00:00 1970-01-01 UTC' +version=1167506445 # seconds since `00:00:00 1970-01-01 UTC' # date '+%s' (with GNU date) envVars=" @@ -632,7 +632,7 @@ Get more help with echoLocateBinary kpsewhich updmap fmtutil texconfig tex pdfetex mktexpk dvips dvipdfm echo echo '=========================== active config files ==========================' - echoLocateCfgfile texmf.cnf updmap.cfg fmtutil.cnf config.ps mktex.cnf XDvi pdftexconfig.tex config | sort +1 + echoLocateCfgfile texmf.cnf updmap.cfg fmtutil.cnf config.ps mktex.cnf XDvi pdftexconfig.tex config | sort -k 2 echo echo '============================= font map files =============================' for m in psfonts.map pdftex.map ps2pk.map dvipdfm.map; do |