[Git][debian-gis-team/libapache2-mod-tile][master] Switched to /var/cache directory for storing tiles.

Felix Delattre gitlab at salsa.debian.org
Thu Aug 27 11:37:53 BST 2020



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


Commits:
6520ccad by Felix Delattre at 2020-08-27T10:37:32+00:00
Switched to /var/cache directory for storing tiles.

- - - - -


5 changed files:

- debian/libapache2-renderd.conf
- debian/renderd.conf
- debian/renderd.dirs
- − debian/renderd.links
- debian/renderd.postinst


Changes:

=====================================
debian/libapache2-renderd.conf
=====================================
@@ -1,6 +1,4 @@
-Alias /mod_tile /var/lib/mod_tile
-
-<Directory  /var/lib/mod_tile>
+<Directory  /var/cache/renderd/tiles>
     Options Indexes FollowSymLinks MultiViews
     AllowOverride None
 


=====================================
debian/renderd.conf
=====================================
@@ -2,7 +2,7 @@
 stats_file=/var/run/renderd/renderd.stats
 socketname=/var/run/renderd/renderd.sock
 num_threads=4
-tile_dir=/var/lib/renderd
+tile_dir=/var/cache/renderd/tiles
 
 [mapnik]
 plugins_dir=/usr/lib/mapnik/3.0/input


=====================================
debian/renderd.dirs
=====================================
@@ -1 +1 @@
-var/lib/renderd/tiles
+var/cache/renderd/tiles


=====================================
debian/renderd.links deleted
=====================================
@@ -1 +0,0 @@
-var/lib/renderd/tiles var/lib/mod_tile


=====================================
debian/renderd.postinst
=====================================
@@ -22,7 +22,7 @@ case "$1" in
 	;;
 esac
 
-chown _renderd:_renderd -R /var/lib/renderd
+chown _renderd:_renderd -R /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/6520ccade03336f824e9e87764d70bf0ff621a66

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/commit/6520ccade03336f824e9e87764d70bf0ff621a66
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/20200827/be79ca22/attachment-0001.html>


More information about the Pkg-grass-devel mailing list