Joseph Carter <[EMAIL PROTECTED]> writes: > No... The package puts a file that needs to be modified by the site (and > possibly by the individual machine) in /usr/share.. Perhaps the program > is at fault for doing this. I do know that lintian will generate an > error on the package should I run it with a conffile in /usr/share.
The file should probably go into /etc, then. > Should such conffiles be in /usr/share ? If not, where should they be? > It's currently symlinked into /etc but I don't much like that idea. What's the conffile and package? Sometimes packages put data into /usr/lib or /usr/share which includes a small part that may need to be locally configured. For example, the magic file may include small localizations. A good solution in that particular case is a magic.local file that goes into /etc and the main magic file stays in /usr/share. - Dan