[Git][debian-gis-team/libapache2-mod-tile][master] Avoid recursive privilege change on directories during postinst.

Felix Delattre gitlab at salsa.debian.org
Wed Sep 2 16:39:52 BST 2020



Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile


Commits:
1baf8d2f by Felix Delattre at 2020-09-02T15:31:54+00:00
Avoid recursive privilege change on directories during postinst.

- - - - -


1 changed file:

- debian/renderd.postinst


Changes:

=====================================
debian/renderd.postinst
=====================================
@@ -22,7 +22,7 @@ case "$1" in
 	;;
 esac
 
-chown _renderd:_renderd -R /var/cache/renderd
+chown _renderd:_renderd /var/cache/renderd
 
 # automatically install munin plugins if munin is present.
 if [ -d /etc/munin/plugins ]



View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/commit/1baf8d2f56a120c00e0757b96161ac430d16ac79

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/commit/1baf8d2f56a120c00e0757b96161ac430d16ac79
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-grass-devel/attachments/20200902/f9ddc72e/attachment.html>


More information about the Pkg-grass-devel mailing list