aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDerek Schrock <dereks@lifeofadishwasher.com>2024-09-08 07:40:10 +0000
committerKurt Jaeger <pi@FreeBSD.org>2024-09-08 07:40:10 +0000
commit6f192cd6ff6fe999d30350a814edd12dbbeca98e (patch)
tree2ef494d01c4ce941b703561278ce5031fc5826be /UPDATING
parent59b78e28ea9fda5ca133ff448b82146191fbf91f (diff)
downloadports-6f192cd6ff6fe999d30350a814edd12dbbeca98e.tar.gz
ports-6f192cd6ff6fe999d30350a814edd12dbbeca98e.zip
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 <dereks@lifeofadishwasher.com> Reviewed-by: cy Differential Revision: https://reviews.freebsd.org/D45618
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
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