On Fri, Jun 21, 2002 at 02:32:59PM +0200, Ionel Mugurel Ciobica wrote: > I run woody on a 2.4.18 kernel. > > I update some teTeX stuff and I got some errors, about a missing > config.ps file. I locate the file and I made a link: > > ln -s /etc/texmf/dvips/config.ps /usr/share/texmf/dvips/config/ > > So the error went away. > > My question is: Why I had to do that? Is something broken in the > tetex-base, tetex-extra or tetex-bin packages?
Evidently you (or something else) removed /etc/texmf/dvips/config.ps at some point, as it's part of the tetex-base package. It is marked as a conffile, and dpkg considers "missing" to be a valid state for a conffile and won't reinstate it unless you tell it to. Reinstall the package using the --force-confmiss flag to dpkg and you'll get it back. -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]