Filter rules in local.convs do not replace entries in mime.convs in Red Hat Enterprise Linux
Issue
- Cups seems to ignore lines in
local.convs
when an existing line inmime.convs
matches. - The local configuration in
local.convs
is appended to themime.convs
and if you have duplicate "first parameter" entries in bothlocal.convs
andmime.convs
that thelocal.convs
entries are not found as first-to-match search is used. - The only way I can successfully get the line changes:
text/plain application/postscript 33 texttops text/html application/postscript 33 texttops
to work in
local.convs
is to comment out the line inmime.convs
:# text/plain application/postscript 33 texttopaps # text/html application/postscript 33 texttopaps
Their goal again is to not modify
mime.convs
at all and to only make the changes tolocal.convs
.
Environment
Red Hat Enterprise Linux 4 and 5
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.