Install on debian overwrote 2 config files.
Description
Environment
Acceptance / Success Criteria
blocks
Lucidchart Diagrams
Activity

Benjamin Reed May 8, 2008 at 11:24 AM
This is expected behavior; if you hadn't modified a config file, it updates it with the new version, if you had, it asks you what you want to do with it.

Benjamin Reed April 18, 2008 at 3:40 PM
I believe paul is correct; is there any reason to keep this bug open?

Paul Donohue January 4, 2008 at 5:06 PM
I think the only way this is possible is if you modified capsd-configuration.xml but didn't modify datacollection-config.xml or snmp-graph.properties.
From http://www.debian.org/doc/debian-policy/ap-pkg-conffiles.html#sE.1
"If neither the user nor the package maintainer has changed the file, it is left alone. If one or the other has changed their version, then the changed version is preferred - i.e., if the user edits their file, but the package maintainer doesn't ship a different version, the user's changes will stay, silently, but if the maintainer ships a new version and the user hasn't edited it the new version will be installed (with an informative message). If both have changed their version the user is prompted about the problem and must resolve the differences themselves."
So, I think what you're seeing is simply the "informative messages" saying that the maintainer shipped a new version of those files, and the new versions were being automatically installed since you hadn't edited your copies.
Eric, when I built from the 1.2 branch and installed over 1.1.5 on debian today, this happened:
Configuration file `/etc/opennms/capsd-configuration.xml'
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : background this process to examine the situation
The default action is to keep your current version.
capsd-configuration.xml (Y/I/N/O/D/Z) [default=N] ?
Installing new version of config file /etc/opennms/datacollection-config.xml ...
Installing new version of config file /etc/opennms/snmp-graph.properties ...
I took the default on the first prompt and didn't get a prompt for the next 2.
-David