aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2023-09-04 17:20:47 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2023-09-04 17:22:49 +0000
commitc3383035389f393897c1287ab1682afb3c0ffea3 (patch)
tree0cfdb0ddc63371641cb3e159d4bdab0be57a1d7b /UPDATING
parentaa9736e3e5f6856f5eb5e26837169b0f6022eec8 (diff)
downloadports-c3383035389f393897c1287ab1682afb3c0ffea3.tar.gz
ports-c3383035389f393897c1287ab1682afb3c0ffea3.zip
misc/openhab: take runtime user into account, fix piddir handling
The rc.d script lost the runtime user handling and the piddir was not set which caused warnings in the prestart routine. Noticed by: Martin ehk <rehak@tekkirk.org>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7ded41161f91..24e99771a386 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,17 @@ 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.
+20230904:
+ AUTHOR: netchild@FreeBSD.org
+ AFFECTS: users of misc/openhab
+
+ The rc.d script of 4.0.2 had an error which didn't take the user to
+ run openhab into account. After installing the update and stopping
+ openhab run (for the default settings)
+ chown -R openhab:openhab /var/db/openhab/userdata /var/log/openhab
+ If you use other directories for the userdata and logs, you need to
+ adapt accordingly.
+
20230822:
AUTHOR: arrowd@FreeBSD.org
AFFECTS: users of sysutils/polkit together with sysutils/consolekit2