Markus Koschany pushed to branch master at Debian Java Maintainers / tomcat9
Commits: fc31e79f by Markus Koschany at 2019-03-01T12:27:40Z Permit read and write access to /var/lib/solr and create /var/lib/solr in case it does not exist. Closes: #919638 - - - - - 0f414d52 by Markus Koschany at 2019-03-01T12:28:46Z Update changelog - - - - - 3 changed files: - debian/changelog - debian/tomcat9.dirs - debian/tomcat9.service Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +tomcat9 (9.0.16-4) unstable; urgency=medium + + * Team upload. + * Permit read and write access to /var/lib/solr and create /var/lib/solr in + case it does not exist. (Closes: #919638) + + -- Markus Koschany <[email protected]> Fri, 01 Mar 2019 13:28:25 +0100 + tomcat9 (9.0.16-3) unstable; urgency=medium * Removed read/write access to /var/lib/solr (Closes: #923299) ===================================== debian/tomcat9.dirs ===================================== @@ -4,3 +4,4 @@ var/lib/tomcat9/webapps var/log/tomcat9/ etc/tomcat9/Catalina etc/logrotate.d +var/lib/solr ===================================== debian/tomcat9.service ===================================== @@ -39,6 +39,7 @@ CacheDirectoryMode=750 ProtectSystem=strict ReadWritePaths=/etc/tomcat9/Catalina/ ReadWritePaths=/var/lib/tomcat9/webapps/ +ReadWritePaths=/var/lib/solr/ [Install] WantedBy=multi-user.target View it on GitLab: https://salsa.debian.org/java-team/tomcat9/compare/1cee2433cbd1c989196d3c4e11f6753b0c7b6036...0f414d5229d8972dd6ce952af5402694c85dfc76 -- View it on GitLab: https://salsa.debian.org/java-team/tomcat9/compare/1cee2433cbd1c989196d3c4e11f6753b0c7b6036...0f414d5229d8972dd6ce952af5402694c85dfc76 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

