From 6f192cd6ff6fe999d30350a814edd12dbbeca98e Mon Sep 17 00:00:00 2001 From: Derek Schrock Date: Sun, 8 Sep 2024 09:40:10 +0200 Subject: www/tt-rss: Simplify ttrssd rc script ttrssd rc script has a check if a local database is ready such that at startup ttrssd will wait 10 seconds for a database connection. With daemon you can restart the child process with a delay such that the rc script can be simplified to use command and command_args. PR: 279803 Author: Derek Schrock Reviewed-by: cy Differential Revision: https://reviews.freebsd.org/D45618 --- UPDATING | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 4217eb625b9e..f72ab255b66e 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20240907: + AFFECTS: www/tt-rss + AUTHOR: dereks@lifeofadishwasher.com + + The ttrssd_local_db rc var has been removed in favor of using daemon's + restart option -r to retry the ttrssd php scripts if database is not up + before ttrssd starts. + 20240829: AFFECTS: devel/binutils AUTHOR: cy@FreeBSD.org -- cgit v1.3