[Git][java-team/tomcat9][master] fix /var/log/tomcat9 permissions

mirabilos gitlab at salsa.debian.org
Sat Feb 13 05:09:22 GMT 2021



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 <tg at mirbsd.de>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20210213/a479e4ba/attachment.html>


More information about the pkg-java-commits mailing list