mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Fix 'service radicale stop' issue when security.bsd.see_other_gids=0
- Bump PORTREVISION Approved by: maintainer (feld@, via IM)
This commit is contained in:
parent
25fd933ce1
commit
8dae20ce0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440516
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= radicale
|
||||
PORTVERSION= 1.1.2
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -26,6 +26,7 @@ load_rc_config $name
|
||||
: ${radicale_enable:=NO}
|
||||
: ${radicale_config=%%PREFIX%%/etc/radicale/config}
|
||||
: ${radicale_user=%%USERS%%}
|
||||
: ${radicale_group=%%GROUPS%%}
|
||||
|
||||
pidfile=/var/run/radicale/radicale.pid
|
||||
command=%%PREFIX%%/bin/radicale
|
||||
|
Loading…
Reference in New Issue
Block a user