This file is indexed.

/usr/share/texmf/multex/latex/base/tracemlfnt.sty is in multex-base 1.0-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
\ProvidesPackage{tracejfnt}[1994/11/18 v2.3m
                           Standard JLaTeX package (font tracing)]
\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{tracefnt}}
\ProcessOptions
\RequirePackage{tracefnt}
\DeclareRobustCommand\selectfont
        {%
    \ifx\f@linespread\baselinestretch \else
      \set@fontsize\baselinestretch\f@size\f@baselineskip \fi
    \selectafont \forallml{\selectmlfont}
    \ifnum \tracingfonts>\tw@
      \@font@info{Switching to \font@name ... \expandafter\string\mlfont@name}\fi
    \size@update
    \enc@update
    }