Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 2020 19:51:54 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552147 - in head/www/radicale: . files
Message-ID:  <202010121951.09CJpsd3008013@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Mon Oct 12 19:51:54 2020
New Revision: 552147
URL: https://svnweb.freebsd.org/changeset/ports/552147

Log:
  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

Modified:
  head/www/radicale/Makefile
  head/www/radicale/files/radicale.in

Modified: head/www/radicale/Makefile
==============================================================================
--- head/www/radicale/Makefile	Mon Oct 12 19:49:21 2020	(r552146)
+++ head/www/radicale/Makefile	Mon Oct 12 19:51:54 2020	(r552147)
@@ -3,6 +3,7 @@
 
 PORTNAME=	radicale
 PORTVERSION=	3.0.6
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/radicale/files/radicale.in
==============================================================================
--- head/www/radicale/files/radicale.in	Mon Oct 12 19:49:21 2020	(r552146)
+++ head/www/radicale/files/radicale.in	Mon Oct 12 19:51:54 2020	(r552147)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010121951.09CJpsd3008013>