Make sure we don't install program files as the web user
It is sufficient that the data directory is writable. PR: 222572 Approved by: maintainer
This commit is contained in:
parent
86712d73e6
commit
12b0a13bb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450621
@ -1,8 +1,3 @@
|
||||
@owner %%WWWOWN%%
|
||||
@group %%WWWGRP%%
|
||||
%%WWWDIR%%/data/EMPTY
|
||||
%%WWWDIR%%/data/VERSION
|
||||
%%WWWDIR%%/index.php
|
||||
%%WWWDIR%%/rainloop/v/%%VER%%/app/domains/default.ini.dist
|
||||
%%WWWDIR%%/rainloop/v/%%VER%%/app/domains/disabled
|
||||
%%WWWDIR%%/rainloop/v/%%VER%%/app/domains/gmail.com.ini
|
||||
@ -1545,3 +1540,9 @@
|
||||
%%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/images/background.png
|
||||
%%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/images/preview.png
|
||||
%%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/styles.less
|
||||
%%WWWDIR%%/data/EMPTY
|
||||
%%WWWDIR%%/data/VERSION
|
||||
%%WWWDIR%%/index.php
|
||||
@owner %%WWWOWN%%
|
||||
@group %%WWWGRP%%
|
||||
@dir %%WWWDIR%%/data
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= rainloop
|
||||
PORTVERSION= 1.11.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= https://github.com/RainLoop/rainloop-webmail/releases/download/v${PORTVERSION}/
|
||||
|
||||
|
@ -1,8 +1,3 @@
|
||||
@owner %%WWWOWN%%
|
||||
@group %%WWWGRP%%
|
||||
%%WWWDIR%%/data/EMPTY
|
||||
%%WWWDIR%%/data/VERSION
|
||||
%%WWWDIR%%/index.php
|
||||
%%WWWDIR%%/rainloop/v/%%VER%%/app/domains/default.ini.dist
|
||||
%%WWWDIR%%/rainloop/v/%%VER%%/app/domains/disabled
|
||||
%%WWWDIR%%/rainloop/v/%%VER%%/app/domains/gmail.com.ini
|
||||
@ -1546,3 +1541,9 @@
|
||||
%%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/images/background.png
|
||||
%%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/images/preview.png
|
||||
%%WWWDIR%%/rainloop/v/%%VER%%/themes/Xv/styles.less
|
||||
%%WWWDIR%%/data/EMPTY
|
||||
%%WWWDIR%%/data/VERSION
|
||||
%%WWWDIR%%/index.php
|
||||
@owner %%WWWOWN%%
|
||||
@group %%WWWGRP%%
|
||||
@dir %%WWWDIR%%/data
|
||||
|
Loading…
Reference in New Issue
Block a user