blob: 620cd24c82773b2d6bedc853123f7ebd9a1c07e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
d %t/lock/webmap 0755 root root
# for webmap-download's --lockdir
d %t/lock/webmap/download 0755 _webmap-download _webmap
# for webmap-import's *and* webmap-publish's --lockfile (hence the
# ownership and g+w)
f %t/lock/webmap/lock 0664 root _webmap
# for webmap-publish's --metadata-lockfile
f %t/lock/webmap/tiles.lock 0644 _webmap-publish _webmap
|