summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2020-10-12 19:51:54 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2020-10-12 19:51:54 +0000
commit2324fce2d65df86e43ca275ed5e87a2eb07702e9 (patch)
tree9b5c2e9b1a8ce03c68cfef929411bc396a6fe585
parentdatabases/pg_repack: Update to 1.4.6 (diff)
www/radicale: Redirect logging to syslog since radicale 3 is now logging to stderr per default
PR: 249102 Submitted by: iz-rpi03@hs-karlsruhe.de
Notes
Notes: svn path=/head/; revision=552147
-rw-r--r--www/radicale/Makefile1
-rw-r--r--www/radicale/files/radicale.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/www/radicale/Makefile b/www/radicale/Makefile
index 7dbdcaf56772..f4e4564aed7a 100644
--- a/www/radicale/Makefile
+++ b/www/radicale/Makefile
@@ -3,6 +3,7 @@
PORTNAME= radicale
PORTVERSION= 3.0.6
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/www/radicale/files/radicale.in b/www/radicale/files/radicale.in
index 7b4d2802c5dd..b0a7c6949827 100644
--- a/www/radicale/files/radicale.in
+++ b/www/radicale/files/radicale.in
@@ -30,7 +30,7 @@ load_rc_config $name
pidfile=/var/run/radicale/radicale.pid
command=/usr/sbin/daemon
-command_args="-P ${pidfile} %%PREFIX%%/bin/radicale -C ${radicale_config}"
+command_args="-P ${pidfile} -f -ST ${name} %%PREFIX%%/bin/radicale -C ${radicale_config}"
required_files=${radicale_config}
start_precmd=do_precmd