Repository: syncope Updated Branches: refs/heads/1_2_X 281478cb6 -> aea1c879b refs/heads/master 87fe7329e -> f76826f6e
[SYNCOPE-656] Putting all conf files in conffiles Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/aea1c879 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/aea1c879 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/aea1c879 Branch: refs/heads/1_2_X Commit: aea1c879b78630956d5a54fdb7b0449a2df3fcfc Parents: 281478c Author: Francesco Chicchiriccò <[email protected]> Authored: Thu Apr 2 09:44:05 2015 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Thu Apr 2 09:44:05 2015 +0200 ---------------------------------------------------------------------- deb/console/src/deb/control/conffiles | 4 +++- deb/core/src/deb/control/conffiles | 18 +++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/aea1c879/deb/console/src/deb/control/conffiles ---------------------------------------------------------------------- diff --git a/deb/console/src/deb/control/conffiles b/deb/console/src/deb/control/conffiles index aa88cfd..a6de20f 100644 --- a/deb/console/src/deb/control/conffiles +++ b/deb/console/src/deb/control/conffiles @@ -1 +1,3 @@ -/etc/tomcat7/Catalina/localhost/syncope-console.xml \ No newline at end of file +/etc/tomcat7/Catalina/localhost/syncope-console.xml +/etc/apache-syncope/authorizations.xml +/etc/apache-syncope/console.properties http://git-wip-us.apache.org/repos/asf/syncope/blob/aea1c879/deb/core/src/deb/control/conffiles ---------------------------------------------------------------------- diff --git a/deb/core/src/deb/control/conffiles b/deb/core/src/deb/control/conffiles index 3b1e553..7d72c2f 100644 --- a/deb/core/src/deb/control/conffiles +++ b/deb/core/src/deb/control/conffiles @@ -1 +1,17 @@ -/etc/tomcat7/Catalina/localhost/syncope-core.xml \ No newline at end of file +/etc/tomcat7/Catalina/localhost/syncope.xml +/etc/apache-syncope/connid.properties +/etc/apache-syncope/content.xml +/etc/apache-syncope/indexes.xml +/etc/apache-syncope/mail.properties +/etc/apache-syncope/persistence.properties +/etc/apache-syncope/rest.properties +/etc/apache-syncope/security.properties +/etc/apache-syncope/userWorkflow.bpmn20.xml +/etc/apache-syncope/views.xml +/etc/apache-syncope/workflow.properties +/etc/apache-syncope/mailTempates/confirmPasswordReset.html.vm +/etc/apache-syncope/mailTempates/confirmPasswordReset.txt.vm +/etc/apache-syncope/mailTempates/optin.html.vm +/etc/apache-syncope/mailTempates/optin.txt.vm +/etc/apache-syncope/mailTempates/requestPasswordReset.html.vm +/etc/apache-syncope/mailTempates/requestPasswordReset.txt.vm
