mirabilos pushed to branch master at Debian Java Maintainers / tomcat9


Commits:
158c9b1f by mirabilos at 2021-02-13T06:09:05+01:00
fix /var/log/tomcat9 permissions

fixup for commit 51128fe9fb2d4d0b56be675d845cf92e4301a6c3

- - - - -


2 changed files:

- debian/changelog
- debian/tomcat9.postinst


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+tomcat9 (9.0.43-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+
+  [ Thorsten Glaser ]
+  * Fix /var/log/tomcat9 permissions
+
+ -- Thorsten Glaser <[email protected]>  Sat, 13 Feb 2021 06:08:36 +0100
+
 tomcat9 (9.0.43-1) unstable; urgency=medium
 
   * New upstream release


=====================================
debian/tomcat9.postinst
=====================================
@@ -64,7 +64,7 @@ case "$1" in
 
        # Grant read/write access to tomcat to the log and cache directories
        chown -Rh $TOMCAT_USER:adm /var/log/tomcat9/
-       chmod 2760 /var/log/tomcat9/
+       chmod 2770 /var/log/tomcat9/
        chown -Rh $TOMCAT_USER:$TOMCAT_GROUP /var/cache/tomcat9/
        chmod 750 /var/cache/tomcat9/
     ;;



View it on GitLab: 
https://salsa.debian.org/java-team/tomcat9/-/commit/158c9b1f811f0defeb6faa65be02921003d03643

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/tomcat9/-/commit/158c9b1f811f0defeb6faa65be02921003d03643
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

Reply via email to