File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}/%{name}-management/webapps/client/WEB-INF/cl
236236rm -rf ${RPM_BUILD_ROOT}%{_datadir }/%{name }-management/webapps/client/WEB-INF/classes/vms
237237
238238for 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
242242done
You can’t perform that action at this time.
0 commit comments