You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2012/08/21 14:58:37 UTC

git commit: debian: Protect agent and management configuration from being overwritten

Updated Branches:
  refs/heads/master 568cc88c2 -> 50ca603d0


debian: Protect agent and management configuration from being overwritten

By adding these files to the *.conffiles file we prevent them from being overwritten by dpkg.

We don't want to overwrite these files, since they can contain very specific information regarding the setup.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/50ca603d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/50ca603d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/50ca603d

Branch: refs/heads/master
Commit: 50ca603d041ce65f79d22b8ed6a1d56b1d209319
Parents: 568cc88
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Tue Aug 21 14:57:26 2012 +0200
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Tue Aug 21 14:57:26 2012 +0200

----------------------------------------------------------------------
 debian/cloud-agent.conffiles  |    2 ++
 debian/cloud-client.conffiles |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/50ca603d/debian/cloud-agent.conffiles
----------------------------------------------------------------------
diff --git a/debian/cloud-agent.conffiles b/debian/cloud-agent.conffiles
new file mode 100644
index 0000000..c0a6113
--- /dev/null
+++ b/debian/cloud-agent.conffiles
@@ -0,0 +1,2 @@
+/etc/cloud/agent/agent.properties
+/etc/cloud/agent/log4j-cloud.xml

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/50ca603d/debian/cloud-client.conffiles
----------------------------------------------------------------------
diff --git a/debian/cloud-client.conffiles b/debian/cloud-client.conffiles
new file mode 100644
index 0000000..0598eb2
--- /dev/null
+++ b/debian/cloud-client.conffiles
@@ -0,0 +1,3 @@
+/etc/cloud/management/db.properties
+/etc/cloud/management/components.xml
+/etc/cloud/management/log4j-cloud.xml