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 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- /etc/cloudstack/server/*
1918/etc/cloudstack/management/*
2019/etc/init.d/cloudstack-management
2120/etc/security/limits.d/cloudstack-limits.conf
3130/usr/bin/cloud-setup-databases
3231/usr/bin/cloud-migrate-databases
3332/usr/share/cloudstack-management/*
34- /usr/share/tomcat6/lib/*
Original file line number Diff line number Diff line change 66# to you under the Apache License, Version 2.0 (the
77# "License"); you may not use this file except in compliance
88# with the License. You may obtain a copy of the License at
9- #
9+ #
1010# http://www.apache.org/licenses/LICENSE-2.0
11- #
11+ #
1212# Unless required by applicable law or agreed to in writing,
1313# software distributed under the License is distributed on an
1414# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -27,10 +27,7 @@ if [ "$1" = configure ]; then
2727 /var/cache/cloudstack/management/work \
2828 /var/cache/cloudstack/management/temp \
2929 /var/log/cloudstack/management \
30- /etc/cloudstack/management/Catalina \
31- /etc/cloudstack/management/Catalina/localhost \
32- /var/lib/cloudstack/management \
33- /etc/cloudstack/management/Catalina/localhost/client
30+ /var/lib/cloudstack/management
3431 do
3532 chmod 0770 $i
3633 chgrp cloud $i
Original file line number Diff line number Diff line change @@ -98,14 +98,15 @@ install:
9898 chmod 0440 $(DESTDIR)/$(SYSCONFDIR)/sudoers.d/cloudstack
9999
100100 ln -s tomcat6-nonssl.conf $(DESTDIR)/$(SYSCONFDIR)/$(PACKAGE)/management/tomcat6.conf
101- mkdir -p $(DESTDIR)/$(SYSCONFDIR)/$(PACKAGE)/management/Catalina/localhost/client
102- mkdir -p ${DESTDIR}/usr/share/tomcat6/lib
101+ ln -s server-nonssl.xml $(DESTDIR)/$(SYSCONFDIR)/$(PACKAGE)/management/server.xml
103102 install -D packaging/debian/init/cloud-management $(DESTDIR)/$(SYSCONFDIR)/init.d/$(PACKAGE)-management
104103 install -D client/bindir/cloud-update-xenserver-licenses.in $(DESTDIR)/usr/bin/cloud-update-xenserver-licenses
105104 ln -s /usr/share/tomcat6/bin $(DESTDIR)/usr/share/$(PACKAGE)-management/bin
105+ # Remove configuration in /ur/share/cloudstack-management/webapps/client/WEB-INF
106+ # This should all be in /etc/cloudstack/management
107+ rm $(DESTDIR)/usr/share/$(PACKAGE)-management/webapps/client/WEB-INF/classes/*.*
106108 ln -s ../../..$(SYSCONFDIR)/$(PACKAGE)/management $(DESTDIR)/usr/share/$(PACKAGE)-management/conf
107109 ln -s ../../../usr/share/tomcat6/lib $(DESTDIR)/usr/share/$(PACKAGE)-management/lib
108- ln -s ../../java/$(PACKAGE)-server.jar $(DESTDIR)/usr/share/tomcat6/lib/$(PACKAGE)-server.jar
109110 ln -s ../../../var/log/$(PACKAGE)/management $(DESTDIR)/usr/share/$(PACKAGE)-management/logs
110111 ln -s ../../../var/cache/$(PACKAGE)/management/temp $(DESTDIR)/usr/share/$(PACKAGE)-management/temp
111112 ln -s ../../../var/cache/$(PACKAGE)/management/work $(DESTDIR)/usr/share/$(PACKAGE)-management/work
You can’t perform that action at this time.
0 commit comments