Skip to content

Commit d80d8d8

Browse files
committed
Remove db-enc.properties
This seemed to be used with Ant, but there is no other reference to this file. It shouldn't be here and isn't used. It only confuses people.
1 parent f18a1d6 commit d80d8d8

3 files changed

Lines changed: 2 additions & 70 deletions

File tree

client/tomcatconf/db-enc.properties.in

Lines changed: 0 additions & 68 deletions
This file was deleted.

debian/cloudstack-management.postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if [ "$1" = configure ]; then
3838

3939
OLDCONFDIR="/etc/cloud/management"
4040
NEWCONFDIR="/etc/cloudstack/management"
41-
CONFFILES="db.properties db-enc.properties cloud.keystore key"
41+
CONFFILES="db.properties cloud.keystore key"
4242

4343
# Copy old configuration so the admin doesn't have to do that
4444
# Only do so when we are installing for the first time

packaging/centos63/cloud.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}-management/webapps/client/WEB-INF/cl
236236
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}-management/webapps/client/WEB-INF/classes/vms
237237

238238
for name in db.properties log4j-cloud.xml tomcat6-nonssl.conf tomcat6-ssl.conf server-ssl.xml server-nonssl.xml \
239-
catalina.policy catalina.properties db-enc.properties classpath.conf tomcat-users.xml web.xml environment.properties ; do
239+
catalina.policy catalina.properties classpath.conf tomcat-users.xml web.xml environment.properties ; do
240240
mv ${RPM_BUILD_ROOT}%{_datadir}/%{name}-management/webapps/client/WEB-INF/classes/$name \
241241
${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/management/$name
242242
done

0 commit comments

Comments
 (0)